@charset "utf-8";
/* CSS Document */

/*------- Navbar -------*/

#nav-logo {
	max-width: 265;
	max-height: 47;
	width: 100%;
}

.navbar {
	border-bottom: 6px solid #83c1ce;
}

.nav-link {
	color: #317786 !important;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.2em;
}

.landing-splash {
	width: 100%;
}

.splash-image svg {
	width: 100% !important;
}

/*------- Body -------*/

.blue-box {
	background-color: #83c1ce;
	font-family: 'Yantramanav', sans-serif;
	color: #0f3b44;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 1.8em;
	padding: 20px;
}

.tan-box {
	background-color: #e3e0c3;
	font-family: 'Yantramanav', sans-serif;
	color: #6d512d;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 1.8em;
	padding: 20px;
}

.white-full {
	padding: 20px;
}

.white-full p {
	font-family: 'Yantramanav', sans-serif;
	color: #222222;
}

.white-full a {
	color: #317786;
}

.white-full h1 {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
}

.call-to-action {
	text-align: center;
	font-size: 1.2em;
	padding-top: 40px;
	padding-bottom: 40px;
}

.call-to-action-button {
	background-color: #ecb155;
	border-radius: 5px;
	width: 220px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Yantramanav', sans-serif;
	color: #55380c !important;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}

.call-to-action-button:hover {
	color: white !important;
	text-decoration: none;
}

.body-block {
	font-family: 'Yantramanav', sans-serif;
	color: #222222;
	padding-top: 25px;
	padding-bottom: 20px;
}

.pull-quote-blue {
	color:#0f3b44;
	font-size: 1.4em;
}

.pull-quote-orange {
	color:#ecb155;
	font-size: 1.4em;
}

.body-illustration {
	width: 100%;
}

/*------- footer styles -------*/

.mapouter {
	height: 300px;
	width: 100%
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 300px;
	width: 100%
}

#footer-contact {
	background-color: #83c1ce;
	padding-top: 60px;
}

.contact-footer-header {
	font-size: 1.5em;
	font-family: 'Yantramanav', sans-serif;
	color: #ffffff;
	font-weight: 300;
	border-bottom: 1px #1d545f solid;
	margin-bottom: 10px;
}

#footer-contact ul {
	list-style-type:none;
	padding-left: 0px;
}

#footer-contact ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer-contact ul span {
	width: 24px;
	display: inline-block;
	text-align: center;
}

#footer-final {
	background-color: #4f8590;
	border-top: solid #e3e0c3 7px;
	padding-top: 10px;
	color: #83c1ce;
}

#final-footer-text {
	color: #83c1ce;
}

#footer-sitemap {
	text-align: center;
}

#footer-sitemap span {
	padding: 10px;
}

#footer-sitemap a {
	color: #83c1ce;
}

#footer-sitemap a:hover {
	color: white;
}

#footer-social-icon {
	float: right;
}

#footer-social-icon a {
	color: #83c1ce;
	padding-left: 10px;
}
#footer-social-icon a:hover {
	color: white;
}

.footer-link {
	color: #29798a;
}

.footer-link:hover {
	color: white;
	text-decoration: underline;
}

