@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #161A1B;
	font-size: 18px;
	line-height: 1.5;
	background: #fefefe;
	font-family: 'Spartan', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	color: var(--primary-color);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}

h2 {
	font-size: 45px;
	line-height: 1.3;
	color: var(--primary-color);
}

h1,
.blog #main h1 a,
h2.lg-font {
	font-size: 64px;
	line-height: 1.2;
}

h3 {
	font-size: 32px;
	line-height: 1.3;
	color: var(--primary-color);
}

h4 {
	font-size: 23px;
	line-height: 138%;
	color: #5E5F5F;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
	font-family: 'Spartan', sans-serif;
}

.home h5 {
	font-weight: 300;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--primary-color);
}

.md-font {
	font-weight: 500;
	font-size: 23px;
	line-height: 150%;
}

article a,
a:visited {
	color: var(--primary-color);
}

.green-bg {
	background-color: var(--primary-color);
}

.white-color,
.white-color * {
	color: #fff;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 0px;
	color: #fff;
	background-color: var(--primary-color);
	font-family: 'Spartan', sans-serif;
	font-weight: 600;
	font-size: 16.4444px;
	line-height: 160%;
	letter-spacing: 1.18194px;
	text-transform: uppercase;
	padding: .6em 1.5em;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: var(--primary-color);
	background-color: var(--secondary-color);
}

a.secondary-btn,
.secondary-btn {
	border: 3px solid var(--primary-color);
	color: var(--primary-color);
	background-color: #fff;
}

a.secondary-btn:hover,
.secondary-btn:hover {
	opacity: 1;
	background-color: var(--primary-color);
	color: #fff;
}



/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {
	.lg-btn, a.lg-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 312px
	}

	.md-btn, a.md-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 298px;
	}
}

@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,
	.md-font {
		font-size: 20px;
	}

	.main-btn,
	a.main-btn,
	.bp-forms-btn,
	a.bp-forms-btn {
		letter-spacing: 0;
		font-size: 13px;
		border-color: transparent;
	}
	a.secondary-btn, .secondary-btn{
		border-color: var(--primary-color);
	}
}

@media screen and (max-width: 320px) {

	h1,
	.blog #main h1 a,
	h2.lg-font {
		font-size: 30px;
	}
}
