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

/* BASE
------------------------------------- */
html,
body {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 1.5;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	color: #ff0000;
	font-family: 'Lora', sans-serif;

	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-family: 'Lora', sans-serif;
	font-weight: 500;
	font-size: 64px;
	line-height: 120%;
	color: #006481;
}

h2 {
	font-weight: 500;
	font-size: 45px;
	line-height: 124%;
	color: #313A3C;
}


h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	color: #545D60;
}

h4 {
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #545D60;
}

article a,
a:visited {
	color: #006481;
}

a:visited{
    color:inherit;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 0px;
	color: #fff;
	background-color: #29B884;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0.6em 2.8em;
}

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

a.secondary-btn,
.secondary-btn {
	background-color: #006481;
}

a.secondary-btn:hover,
.secondary-btn:hover {
	background-color: #29B884;
}

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

	.main-btn,
	a.main-btn,
	.secondary-btn,
	a.secondary-btn,
	.main-btn+.secondary-link,
	.main-btn+.secondary-btn {
		display: block;
		max-width: fit-content;
		margin: 20px auto;
		text-align: center;
	}
}