@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #161A1B;
	font-size: 18px;
	line-height: 36px;
	background: #fefefe;
	font-family: 'Spartan', sans-serif;
	font-weight: 400; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #2A647F;
	font-family: 'Spartan', sans-serif;
	font-weight: 600;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 55px;
	line-height: 65px;
	margin: 0 0 20px;
}

h2 {
	font-size: 55px;
	line-height: 65px;
}

h3 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 3px;
	text-transform: uppercase
}

h4 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase
}

h5 {
	font-weight: 500;
	font-size: 75px;
	line-height: 85px;
}

.main-btn,
a.main-btn,
.main-btn2,
a.main-btn2,
.bp-forms-btn,
a.bp-forms-btn {
	border: 3px solid #2A647F;
	border-radius: 10px;
	color: #FFFFFF !important;
	background-color: #2A647F;
	font-family: 'Spartan', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	padding: 8px 15px;
	letter-spacing: 1.35px;
	text-transform: uppercase;

}

.main-btn4,
a.main-btn4 {
	border: 3px solid #DA8910;
	border-radius: 10px;
	color: #2A647F !important;
	background: #fff;
	font-family: 'Spartan', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	padding: 8px 15px;
	letter-spacing: 1.35px;
	text-transform: uppercase;

}

.main-btn:hover,
a.main-btn:hover,
.main-btn2:hover,
a.main-btn2:hover,
.main-btn4:hover,
a.main-btn4:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff !important;
	border: 3px solid #DA8910;
	background-color: #DA8910;
}

.main-btn3,
a.main-btn3 {
	border: 3px solid #DA8910;
	border-radius: 10px;
	color: #FFFFFF !important;
	background-color: #DA8910;
	font-family: 'Spartan', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	padding: 8px 15px;
	letter-spacing: 1.35px;
	text-transform: uppercase;

}

.main-btn3:hover,
a.main-btn3:hover {
	color: #fff !important;
	border: 3px solid #2A647F;
	background-color: #2A647F;
}


article a, .contentarea a:visited {
	color: #2A647F;
}
/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	h1,
	.blog #main h1 a,
	h5 {
		font-size: 38px;
		line-height: 48px;
		
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
		
	}

	.main-btn,
	a.main-btn,
	.main-btn2,
	a.main-btn2,
	.main-btn3,
	a.main-btn3,
	.main-btn4,
	a.main-btn4,
	.bp-forms-btn,
	a.bp-forms-btn {
		font-size: 12px;
		line-height: 22px;
		padding: 8px 10px;
	}
} 
