/* UNIVERSAL */

body {
	font-family: futura-pt, sans-serif !important;
	font-weight: 500;
	font-style: normal;
	color: #1C2E3F;
/* 	background: linear-gradient(100deg, #fff 60%, #F6F6F6 40%); */
}

h4 {
	font-family: benton-modern-display, serif;
	font-size: 18px;
}

h3 {
	font-size: 40px;
	font-family: benton-modern-display, serif;
}

h2 {
	font-size: 30px;
	font-weight: 600;
}

h1 {
	font-family: benton-modern-display, serif;
	font-size:  32px;
	color: #fff;
	padding-top: 40px;
}

.blue-bg {
	background: #2E3046;
	color: #fff !important;
}
.dark-blue-bg {
	background: #7F93A1;
}
.light-blue-bg {
	background: #BDCDD9;
}
.grey-bg {
	background: #4B5258;
}
a {
	color:#1C2E3F;
}
	a:hover {
		color: #7F93A1;
	}

/* HEADER */

.nav-menu-icon {
	position: fixed;
	top: 20px;
	left:0;
	color: #fff;
	cursor: pointer;
}
	.nav-menu-icon:hover {
		text-decoration: none;
		color: #fff;
		opacity: 0.8;
	}
.arrow-surround {
	background: #BDCDD9;
	padding: 2px 10px 5px 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.arrow-surround img {
	margin-top: -3px;
}
.arrow-surround-close {
	background: #BDCDD9;
	padding: 2px 15px 5px 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* HERO */

.blue-hero {
	background: linear-gradient(170deg, #7F93A1 40%, #C1D1DD 90%);
	padding-top: 100px;
	padding-bottom: 100px;
}
	.blue-hero p {
		font-size: 21px;
		color: #fff;
		font-weight: 300;
	}
.sidenav h4 {
	color: #C1D1DD !important;
	padding-left: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidenav .nav-divider {
	color: #C1D1DD !important;
	padding-left: 40px;
	font-size: 25px;
}
.sidenav p {
	padding-left: 40px;
	font-size: 16px;
}
.mountain-hero {
	background: url('../images/mountain-bg.jpg') no-repeat center top;
	background-size: cover;
	min-height: 400px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mountain-hero p {
	font-size: 18px;
	font-weight: 300;
}
.mountain-hero h3 {
	padding-bottom: 40px;
}

/* HOME */

.services-boxes {
	color: #fff;
}
.service-box-inner {
	padding: 50px 50px 70px;
	text-align: center;
}
.service-box-inner h3 {
	margin-bottom: 40px;
}
.service-box-inner a {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
}
	.service-box-inner a:hover {
		text-decoration: none;
		border-bottom: none;
	}
	.services-boxes .white-bg {
		color: #4B5258
	}
	.services-boxes .white-bg .service-box-inner a {
		color: #4B5258;
		border-bottom: 2px solid #4B5258;
	}

/* DEFAULT */

.main-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-content p, .main-content li, .mountain-hero p, .mountain-hero li {
	font-weight: 300;
	font-size: 18px;
}
	.main-content li, .mountain-hero li {
		padding-bottom: 15px;
	}
.mountain-hero li ul {
	padding-top: 15px;
}

/* FOOTER */

footer {
	padding-top: 40px;
	padding-bottom: 100px;
	background: #FAFAFA;
}
footer p {
	color: #000105;
	font-size: 14px;
	font-weight: 300;
}
footer p.small-text	{
	color: #919191;
}
footer p.small-text a {
	color: #919191;
	text-decoration: underline;
}



