@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #125F4B;
	font-size: 25px;

	line-height: 1.5;
	background: #F1F2E4;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #125F4B;
	font-weight: 400;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	color: #125F4B;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a,
h2.lg-font {
	color: #125F4B;
	font-family: 'Dongle', sans-serif;

	font-size: 115px;
	font-weight: 700;
	line-height: 70%;
}

h2 {
	color: #125F4B;
	font-size: 80px;
	font-weight: 400;
	line-height: 70%;
}

h3 {
	color: #125F4B;
	font-size: 35px;
	font-weight: 400;
	line-height: 120%;
}

article a,
a:visited {
	color: #2BA972;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 100px;
	background-color: #125F4B;
	color: #fff;
	font-family: 'Dongle', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	padding: 10px 15px 5px;
	line-height: 100%;
	letter-spacing: 1.15px;
	text-transform: uppercase;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	background-color: #fff;
	color: #2BA972;
}

a.secondary-btn,
.secondary-btn {
	background-color: #fff;
	color: #2BA972;
}

a.secondary-btn:hover,
.secondary-btn:hover {
	background-color: #125F4B;
	color: #fff;
	opacity: 1;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 1024px) {

	h1,
	.blog #main h1 a {
		font-size: 60px;
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 30px;
	}
}

@media (max-width: 600px) {

	.main-btn,
	a.main-btn,
	.secondary-btn,
	a.secondary-btn,
	.main-btn+.secondary-link,
	.main-btn+.secondary-btn {
		max-width: 400px;
		display: inline-block;
		font: 24px;
	}

	h1,
	.blog #main h1 a {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 25px;
	}

	html,
	body {

		font-size: 18px;
	}
}