﻿body, div, img, a, p {
	margin: 0; 
	padding: 0;
}
html {
	min-height: 100%;
}
a:active, a:focus, img {
	outline: 0;
}
img {
	border:none;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
}
body {
	cursor: default; 
	min-width: 590px; 
	font-family: 'Bitter', serif;
	font: 400 20px/31px 'Bitter', serif;
	color: #fff; 
	background: #0e0e0e url(../images/starSlider.png) no-repeat top center ; 
	text-align: center; 
	//min-height: 637px;
	-o-background-size: 100% auto; 
	-webkit-background-size: cover; 
	-khtml-background-size: cover; 
	-moz-background-size: cover; 
	background-size: cover; 
}

h2 {
 font-size: 40px!important;
 line-height: 3.1!important;
 text-align: center!important;
}

h4 {
 text-align: center!important;
 font-size: 32px!important;
}

#content {
 color: white;
 margin: 160px auto;
 font-family: 'Poppins', sans-serif;
 position: absolute;
 bottom: 1%;
 left:28%;
}

a.btn-nt {
 background-color: #01a800;
 box-shadow: 0 5px 10px #37474F;
 font-family: Helvetica, sans-serif, Arial;
 font-size: 36px;
 padding: 5px 10px;
 border-radius: 10px;
 color: white;
 font-weight: normal;
 font-style: normal;
 text-align: center;
 cursor: pointer;
 display: block;
 width: 200px;
 margin: auto;
 z-index: 5;
 text-decoration: none;
}

a.btn-nt:hover {
 color: #fff;
}

a.btn-nt:before {
 content: "";
 display: block;
 background: url('images/assets/btnIcon.html') no-repeat;
 margin: 4px 6px 0 -10px;
}

.col-sm-4 {
 width: 30.33333333333333%;
}

#btnd {
 width: 400px;
 position: relative;
 padding: 25px;
 color: #ffffff;
 font-size: 0.75em;
 margin: auto;
 text-align: center;
 font-size: 10px;
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#steps-logo {
 max-height: 182px;
 padding: 44px;
 background-size: cover;
}

#header-logo {
 max-height: 80px;
 float: left;
 background-size: cover;
 margin: -159px auto;
 position:absolute;
 bottom:105%;
 left:20px;
}

.legal-disclaimer{position: absolute;left: -287px;}

#footer {
 padding-top: 5px;
 background-color: #333;
 width: 100%;
 color: white;
 bottom: 0;
 position: fixed;
 left: 0;
}

.footer-container {
  text-align: center;
}

