@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #D8DADB;
	background-color: #282D2F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-weight: 700;
}

h1 {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	font-size: 64px;
	letter-spacing: 0.03em;
	color: #44ECE8;
}

h2 {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	letter-spacing: 0.15em;
	color: #438BE8;
}

h3 {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h4 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	color: #FFFFFF;
}

.data-modal a,
.main-btn, 
a.main-btn, 
.bp-forms-btn, 
a.bp-forms-btn {
    border: none;
    border-radius: 36px;
    background: linear-gradient(270deg, #2C399E 0%, #44ECE8 100%);
    font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	padding: 6px 1.5em;
}

.data-modal a:hover,
.main-btn:hover, 
a.main-btn:hover, 
.bp-forms-btn:hover, 
a.bp-forms-btn:hover {
    color: #fff !important;
	background-color: #438BE8;
	background: linear-gradient(270deg, #438BE8 0%, #438BE8 100%);
}

.main-btn:visited {
	color: #fff !important;
}

.secondary-link {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.secondary-link:hover{
	color: #44ECE8 !important;
}

article a, a:visited, a {
	color: #44ECE8 !important;
}

.main-nav-toggle span {
    background-color: #88d0d7;
}

@media (max-width: 600px) {
	html,
	body {
		font-size: 15px;
	}
	
	h1,
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
}