@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
	width: 100%;
	top: 0;
	padding: 0;
	position: fixed;
	background: white;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 4.5em;
	letter-spacing: .65em;
}



body {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1vw;
background-image: -webkit-linear-gradient(bottom left, rgb(0,28,76) 0%, rgb(0,131,170) 100%);
background-image: -o-linear-gradient(bottom left, rgb(0,28,76) 0%, rgb(0,131,170) 100%);
background-image: linear-gradient(to top right, rgb(0,28,76) 0%, rgb(0,131,170) 100%);
}
img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header {
	z-index: 1000;
	align-items: center;
}
.site-logo img {
	width: 25em;
	
}
.logo {
	opacity: 1;
}
.hero {
	position: relative;
	height: 94vw;
	background-image: -webkit-linear-gradient(bottom left, rgb(0,28,76) 0%, rgb(0,131,170) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(0,28,76) 0%, rgb(0,131,170) 100%);
	background-image: linear-gradient(to top right, rgb(0,28,76) 0%, rgb(0,131,170) 100%);
}
.hero-content {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: absolute;
	z-index: 20000;
	padding-top: 4em;
	top: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 5%;
	padding-bottom: 3%;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
	margin-bottom: 1.5%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
	margin-left: .7em;
}
h3 {
	font-weight: 100;
	font-size: 1.5em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 3%;
	padding-bottom: 3%;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
footer {
	margin-top: -3.5em;
	padding-top: 10em;
	background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
}
