.bg-image{
	background-color: #ef5350;
	background-image: url('/img/bg.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.content-center{
	padding: 10%;
	
	
}


.footer-bg{
	width: 100%;
	background-color: #ef5350;
	position: fixed;
	bottom: 0;
}


.logo{
	float: right;
	padding: 5px;
	
	
}
p{
	color: #ffffff !important;
	font-weight: 400;
	font-family: 'Montserrat',sans serif;

	
}

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }