@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #768286;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #545D60;
	font-weight: 700;
}

h1 {
	font-family: 'Copperplate';
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	color: #313A3C;
}

h2 {
	font-family: 'Copperplate';
	font-style: normal;
	font-weight: normal;
	font-size: 57px;
	color: #313A3C;
}

h3 {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0.05em;
	color: #545D60;
}

h4 {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #545D60;
}

.data-modal a,
.main-btn, 
a.main-btn, 
.bp-forms-btn, 
a.bp-forms-btn {
    border: 3px solid #F6BD5B;
    border-radius: 36px;
    background-color: #F6BD5B;
    font-family: 'Helvetica';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #313A3C;
	padding: 6px 1.5em;
}

.data-modal a:hover,
.main-btn:hover, 
a.main-btn:hover, 
.bp-forms-btn:hover, 
a.bp-forms-btn:hover {
	background-color: rgba(0,0,0,0.00);
}

.main-btn:visited {
	color: #313A3C;
}

/*button 2*/
.main2-btn, 
a.main2-btn {
    border: 3px solid #77B8B0;
    border-radius: 36px;
    background-color: rgba(0,0,0,0.00);
    font-family: 'Helvetica';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #313A3C;
	padding: 6px 1.5em;
	min-width: 150px;
	text-align: center;
	justify-content: center;
}

.main2-btn:hover, 
a.main2-btn:hover{
	background-color: #77B8B0;
	color: #fff;
}

.main2-btn:visited {
	color: #313A3C;
}

/*button 3*/
.main3-btn, 
a.main3-btn {
    border: 3px solid #77B8B0;
    border-radius: 36px;
    background-color: rgba(0,0,0,0.00);
    font-family: 'Helvetica';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 1.5em;
}

.main3-btn:hover, 
a.main3-btn:hover{
	background-color: #77B8B0;
	color: #fff;
}

.main3-btn:visited {
	color: #fff;
}

.secondary-link {
	color: #768286;
	font-weight: 600;
}

article a, a:visited {
	color: #313A3C;
}

@media (max-width: 600px) {
	html,
	body {
		font-size: 15px;
	}
	h1,
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
}