@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #545D60; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #313A3C;
	font-weight: normal;
}

h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 58px;
	color: #313A3C;
}
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 45px;
	color: #7F8E68;
}

h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #545D60;
}

h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7F8E68;
}

.data-modal a,
.main-btn, 
a.main-btn, 
.bp-forms-btn, 
a.bp-forms-btn {
    border: none;
    border-radius: 0;
    background-color: #7F8E68;
    font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 17.3913px;
	text-align: center;
	letter-spacing: 0.869565px;
	text-transform: uppercase;
	color: #FFFFFF;
	min-width: 160px;
	padding: 20px 1.5em;
}

.data-modal a:hover,
.main-btn:hover, 
a.main-btn:hover, 
.bp-forms-btn:hover, 
a.bp-forms-btn:hover {
	background-color: #4C5C33;
}

.main-btn:visited {
	color: #fff;
}

.main2-btn, 
a.main2-btn {
    border: none;
    border-radius: 0;
    background-color: #6E0731;
    font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	color: #FFFFFF;
	min-width: 130px;
}

.main2-btn:hover, 
a.main2-btn:hover {
	background-color: #371422;
}

.main2-btn:visited {
	color: #fff;
}

.secondary-link {
	color: #fff;
	font-weight: 600;
}
.arrow-after::after {
    filter: brightness(3.5);
}
@media (max-width: 600px) {
	h1,
	h2 {
		font-size: 32px!important;
	}

	h3 {
		font-size: 20px;
	}
}