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

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

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


}

h1,
.blog #main h1 a,
h2.lg-font {
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
}

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

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

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

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

article a,
a:visited {
	color: var(--primary-color);
}

.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: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	padding: 10px 30px;
	border: 3px solid var(--primary-color);
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: var(--primary-color);
	background-color: #CADAE9;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {

	a.lg-btn,
	.lg-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 380px;
		padding: 0;
		min-height: 59px;
	}

	a.md-btn,
	.md-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 305px;
		min-height: 59px;
		padding: 0;
	}

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

@media screen and (min-width: 992px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

@media screen and (max-width: 1025px) {}

@media screen and (max-width: 991px) {}
@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;
    }

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	font-size: 16px;
}
}
@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 607px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 320px) {}
