@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 {
	font-family: 'Georgia';
	font-style: normal;
}

h1 {
	font-weight: bold;
	font-size: 58px;
	line-height: 120%;
	color: #313A3C;
}

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

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

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

.data-modal a,
.main-btn, 
a.main-btn, 
.bp-forms-btn, 
a.bp-forms-btn {
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #1F7C84;
    font-family: 'Georgia';
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 138%;
	letter-spacing: normal;
	padding: 5px 23px 7px 23px;
}

.data-modal a:hover,
.main-btn:hover, 
a.main-btn:hover, 
.bp-forms-btn:hover, 
a.bp-forms-btn:hover {
    color: #1F7C84;
	background-color: #EEA47F;
}

.main-btn:visited {
	color: #313A3C;
}

.secondary-link {
	color: #768286;
	font-weight: 600;
}

@media (max-width: 600px) {
	h1 {
	font-size: 38px;
	line-height: 120%;
	}

	h2 {
	font-size: 32px;
	line-height: 130%;
	}

	h3 {
		font-size: 24px;
		line-height: 140%;
	}

	h4 {
		font-size: 23px;
		line-height: 138%;
	}

	.data-modal a,
	.main-btn, 
	a.main-btn, 
	.bp-forms-btn, 
	a.bp-forms-btn {
		font-size: 14px;
		line-height: 1.7;
	}
}