/* fonts */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: 'Shrikhand', cursive;
	color: #364f9e;
	text-shadow: 1px 1px #231f20;
}
body {
	font-family: 'Montserrat', sans-serif;
	color: #231f20;
	font-size: 18px;
}
a {
	color: #365b81;
	font-weight: 700;
}
a:hover, a:active {
	color: #202748;
}
.full-width-bg {
	background-color: #202748;
}
.full-width-bg2 {
	background-color: #2a3e62;
}
.full-width-bg3 {
	background-color: #231f20;
}
.rooftops-bg {
	height: 325px;
	background: url(../img/rooftops2.jpg) center;
}
.logo-container {
	text-align: center;
}
.logo-container img {
	margin: 25px auto;
}
.title {
	font-size: 36px;
	margin: 48px auto 36px auto;
}
.fa-facebook-square {
	font-size: 36px;
	margin: 24px;
}
.btn-contact, .btn-form {
	padding: 10px 48px;
	background: transparent;
	border-color: #202848;
	border-radius: 25px;
	font-family: 'Shrikhand', cursive;
	font-size: 24px;
	line-height: 30px;
	color: #202848;
}
.btn-form {
	padding: 5px 24px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}
.btn-contact:hover, .btn-contact:active,
.btn-form:hover, .btn-form:active {
	background-color: #202848;
	color: #fff;
	border-color: #202848;
}

.subtitle {
	font-size: 30px;
	margin: 36px auto 8px auto;
}
.body-paras {
	margin: 12px 0 24px 0;
}
.location-icon {
	text-align: center;
}
.location-icon .fas {
	font-size: 148px;
	margin: 24px auto;
	color: #365b81;
}
.location-curve, .locations {
	background-color: #365b81;
	min-height: 196px; 
	margin: 0 -15px -10px -15px;
}
.location-curve {
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
}
.locations, .locations h3 {
	color: #fff;
}
.locations h3 {
	margin-top: 0;
	padding-top: 24px;
}
.locations p {
	width: 60%;
}
.affiliations img {
	height: 150px;
	margin-top: 24px;
	margin-bottom: 24px;
}
/* form */
#contact {
	margin-bottom: 24px;
}
.form-control {
	border-radius: 0;
	line-height: 30px;
	height: 44px;
	margin-bottom: 24px;
}
textarea {
	resize: vertical;
}
.fb-page {
	margin: 20px 0 24px 0;
}
.footer {
	color: #fff;
	text-align: center;
	padding-bottom: 37px;
}
.footer address {
	margin: auto;
	width: auto;
	margin-top: 37px;
}
.footer abbr {
	margin-right: 8px;
}

/* Mobile styles */
@media (max-width: 768px) {
 	.title {
 		font-size: 24px;
 		margin: 36px auto 24px auto;
 	}
 	.subtitle {
 		font-size: 20px;
 		margin: 24px auto 6px auto;
 	}
 	.affiliations img {
 		height: 70px;
 	}
 	.logo-container img {
		height: 120px;
	}
	.rooftops-bg {
		height: 170px;
	}
	.location-curve, .locations {
		padding: 0 15px;
	}
	.locations h3 {
		text-align: center;
	}
	.locations p {
		width: 100%;
		padding-bottom: 16px;
		text-align: center;
	}
	.footer {
		margin-bottom: 36px;
	}
}