@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #768286;
	font-size: 18px;
	line-height: 32px;
	background: #F9F9F9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #313A3C;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 20px;
}

h2 {
	font-size: 70px;
	line-height: 80px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #545D60;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn,
.main-fancy-btn,
a.main-fancy-btn {
	border: none;
	color: #fff !important;
	background-color: #0ABAB5;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	border-radius: 36px;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover,
.main-fancy-btn:hover,
a.main-fancy-btn:hover {
	color: #fff !important;
	background-color: #2F9289;
}
/* RESPONSIVE
---------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	h1,
	.blog #main h1 a {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 20px;
	}

	h2 {
		font-size: 45px;
		line-height: 55px;
	}
} 

