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

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

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

h1,
.blog #main h1 a,
h2.lg-font {
	font-weight: normal;
	font-size: 70px;
	line-height: 120%;
	text-transform: uppercase;
	color: #313A3C;
}

h2 {
	font-size: 45px;
	line-height: 124%;
	text-transform: uppercase;
	color: #313A3C;
}

h3 {
	font-size: 32px;
	line-height: 130%;
	color: #313A3C;
}

h4 {
	font-size: 23px;
	line-height: 138%;
	color: #313A3C;
}

.md-font {
	font-size: 23px;
	line-height: 150%;
	color: #313A3C;
}

article a,
a:visited {
	color: #4E86AE;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 22.5px;
	color: #161A1B;
	background-color: var(--secondary-color);
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 160%;
	font-weight: 400;
	padding: 7px 25px 5px;
	text-transform: uppercase;
}

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

a.secondary-btn,
.secondary-btn {
	background-color: #4E86AE;
	color: #fff;
	opacity: 1;
}

a.secondary-btn:hover,
.secondary-btn:hover {
	color: #545D60;
	background-color: var(--secondary-color);
	opacity: 1;
}

.white-color,
.white-color * {
	color: #fff;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (max-width: 767px) {

	h1,
	.blog #main h1 a,
	h2.lg-font {
		font-size: 38px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}
}
