header {
	padding:25px 0;
}

body {
	font-family: 'Droid Serif', serif;
	font-size:15px;
	background: url('/images/schematic.png') center center repeat;
}

h1, h2, h3, h4 {
	font-family: 'Francois One', sans-serif;
/*	font-family: 'Changa One', cursive;*/
	color:#fabb00;
	text-shadow:1px 0px 0 #ffd866;
	font-weight:normal;
}

header {
	position: relative;
	padding-bottom: 75px;
}

#signup_btn {
	position: absolute;
	bottom:-30px;
	margin-left: -100px;
	left:50%;
	width:200px;
	height:60px;
	z-index: 10;
	border-radius: 8px;
	padding:0 10px;
	text-align: center;
	line-height: 60px;
	font-size:2em;
}

h1 {
	margin:0;
	margin-bottom:20px;
	line-height:1em;
	font-size:3.5em;
}

header p.lead {
	color:#FFFFFF;
	text-align:justify;
	line-height:1.5em;
	font-size:1.125em;
}

.feature-icon {
	padding:0 35px 25px;
	max-height:125px;
}

.forgot_password {
	margin-top:10px;
}

#feature_points {
	padding:100px 0 50px;
	border-bottom:7px solid #daa60c;
	border-top:7px solid #daa60c;	
}

#feature_points h2 {
	color: #444d54;
	text-shadow:none;
}

.diamond_plated {
	background: url('/images/diamond_plate.jpg') top left repeat #525e66 fixed;
	color:#FFFFFF;
	box-shadow: 0 1px 8px rgba(0,0,0,.5) inset;
}

.jumbotron {
	margin:0;
	padding-bottom: 20px;
}



#geoselectpro_logo {
	max-width:300px;
	padding-bottom:50px;
}

#login_form {
	
}



#login_form label {
	display:block;
	text-align:left;
}

.feature-clearfix {
	height:25px;
	width:100%;
	float:left;
}

footer > p {
	font-size:1em !important;
	margin:0;
	padding-top:40px;
}

.geoselect-btn {
	background: #fabb00;
	box-shadow:0 2px 6px rgba(0,0,0,.5);
	text-shadow:0 1px 0 #ffd866;
	border:2px solid #daa60c;
	font-family: 'Francois One', sans-serif;
	color:#595959;
}

@media (max-width: 768px) {
	
	header p.lead {
		padding-top:10px;
		font-size:1em;
		line-height:1.25em;
		text-align:left;
	}
	
	#geoselectpro_logo {
		width:50%;
		padding:0 0 10px;
/*		float:left;*/
	}
	
	h1 {
		font-size:2em;
	}
	
	.feature-icon {
		float:left;
		padding-bottom:0;
		width:25%;
		padding:20px 15px 0 0;
	}
	
	#feature_points p {
		clear:both;
		display:block;
		padding:20px 15px 45px;
	}
}