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

/* BASE
------------------------------------- */
html,
body {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background: #1f3f47;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	font-family: 'Gilda Display', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #52d6f4;
}

h1,
.blog #main h1 a,
h2.lg-font {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 20px;
}

article a,
a:visited {
	color: #52d6f4;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 160%;
	padding: 1.43em 1.5em;
	letter-spacing: 3.98px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border: 1px solid #52d6f4;
	border-radius: 0;
	background-color: transparent;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #1f3f47;
	background-color: rgba(246, 246, 246, .7);
}

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

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

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

	h1,
	.blog #main h1 a,
	h2.lg-font {
		font-size: 60.8832px;
		font-weight: 400;
		line-height: 160%;
		letter-spacing: 5.25px;
		color: #52d6f4;
	}

	h2 {
		font-size: 53.5302px;
		line-height: 160%;
		letter-spacing: 4.61594px;
		color: #52d6f4;
	}

	h3 {
		font-size: 28.43px;
		line-height: 98%;
		letter-spacing: 2.9529px;
		color: #52d6f4;
	}

	h4 {
		font-size: 23px;
		font-weight: 300;
		line-height: 105.5%;
		letter-spacing: 1.98px;
		color: #52d6f4;
	}
}

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

	.main-btn,
	a.main-btn {
		max-width: 450px;
		letter-spacing: 0;
	}
}

