html {
	min-height: 100%;
	height:100%;
}

body {
	height:100%;
	padding: 0;
	margin: 0;
	font-family: 'Yantramanav', sans-serif;
	font-size:2em;
	letter-spacing:.05em;
	color: white;
	background: linear-gradient(#222, #222 66%, white 66%, white 100%);
	background-repeat: none;
	background-attachment: fixed;
}

h2,p {
	font-weight: 300;
}


.site-container {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}

.content-block {
	width: 100%;
	padding:25px 40px 25px 40px;	
}


.title {
}

.subtitle {
	margin:80px 0 200px 0;
}

.icon {
}

.btn-submit,
.btn-submit:hover,
.btn-submit:focus,
.btn-submit.active {
	font-weight: bold;
	letter-spacing:.05em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #32ed60;
	border-color: transparent;
}

#icon {
	position:absolute;
	width:100%;
	top:525px;
}

#header {
	min-height: 450px;
	height:66%;
	background: #222;
}

#form {
	min-height: 300px;
	height: 33%;
	color: #404040;
	background: white;
}



#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 30px;
	background-color: #f5f5f5;  
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #404040;
	padding:0 20px 0 20px;
}

