html,body {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.hero {
	background: #0a191e;
	background: #091619;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	padding: 11em 0 10em 0;
}


.hero h2 {
	font-size: 2rem;
	color: #FFF;
	font-weight: normal;
}
.hero .brand-logo {
	width: 25em;
	opacity: 0.7;
	margin: auto;
	padding-bottom: 1.5em;
}

.btn-crys-w {
	background: none;
	border: 1px solid #29627b;
	border-radius: 8px;
	color:#FFF;
	color: #3785a0;
	letter-spacing: 0;
	padding: 10px 20px 10px 20px;
	    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-crys-w:hover {
	background: #29627b;
	color: #FFF;
	border-color: #3889a5;

}

.btn-cry-w:active, .btn-cry-w:focus {
  background: rgba(255,255,255,0.5)!important;
  color: #FFF!important;

}
button:focus {
	background: rgba(0,156,195,.6);
	color: #fff!important;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em;
}

footer span {
	font-size: 0.9em;
	color: #fff;
	font-weight: 100;
}