@charset "UTF-8";
/* CSS Document */

/****************
GENERAL
fonts found on http://www.google.com/fonts
*****************/

body {
	font-family:'Open Sans',sans-serif;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
ul{
	margin-left:10px;
}
li{
	list-style-position: inside;
	font-size:14px;
	font-style:italic;
	line-height:1.5em;
	margin-left:10px;
	margin-top:0;
	color:
}

.steps{
	width:800px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
	border-radius:10px;
	overflow:hidden;
	color:#0076be;
	padding:20px;
	background-repeat:no-repeat;
	background-image:url(../img/watermark.jpg);
	
	
}
.steps_alt{
	width:760px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	background-color:#000000;
	border-radius:10px;
	overflow:hidden;
	color:#0076be;
	
}
.steps_img{
	height:366px;
	width:550px;
	text-align:left;
	margin-right:15px;
	margin-bottom:10px;
}
#wrapper{
	max-width:940px;
	padding:20px;
	background-color:#8f9092;
	margin:0 auto;
	min-height:100%;
    padding-bottom:-30px;
	
	
}
p.step{
	font-size:14px;
	line-height:1.5em;
	margin-left:0px;
	margin-top:0;
	color:
}
big{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height:1.2em;
	margin-top:0;
}
font.bigger{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	line-height:1.5em;
	margin-top:0;
	font-style:bold;
}

.gear{
	height:400px;
	width:186px;
}
img.border{
	 
   border:2px solid #0076be;
   margin:8px;

}
a.body_link {
	font-weight:600;
	padding:0px 10px;
	color:#0076be;
	text-decoration:underline;
	font-size: 1.0em;
	
}
a.body_link:hover{
	color:#66CCFF;
	text-decoration:none;
	background-color:transparent;
}
.quote{
	border:2px solid #0076be;
   margin:8px;
	width:760px;
	height:90px;
	padding:10px;
	background:#e4f1f7;
	font-size: .8em;
	color:#0076be;
	resize:none;
}

/******************
HEADER
******************/


header{
	float:left;
	margin:0 0 30px 0;
	padding:5px 0 0 0;
	width:100%;
	background:#FFFFFF;
	text-align:center;
	
}

h1{
	font-family: 'Montserrat', sans-serif;
	margin:auto 0;
	font-size: 2.0em;
	font-weight:normal;
	line-height:1.2em;	
	color:#0076be;
}


#gear{
	display:inline-block;
}
.gear{
	height:400;
	width:180;
}
/*********************
NAVIGATION
*********************/

nav{
	height:25px;
	text-align:center;
	padding:10px 0;
	margin:0 0;
	font-family: 'Exo', sans-serif;
	background: -webkit-linear-gradient(#FFF, #0076be); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #0076be); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #0076be); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #0076be); /* Standard syntax (must be last) */
	border-top-width:medium;
	border-top-color:#FFF;
}

nav ul{
	list-style:none;
	margin:0 10px;
}

nav li{
	display:inline-block;
	margin:0 20px;
}
.first{
	margin:0 0;
}

nav a{
	font-weight:800;
	padding:0px 10px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 1.75em;
}
a.current:link, a.current:visited {
	color: white;
	background-color: black;
}
a:hover { 
    background-color: #8f9092;
	height:100%;
	width:100%;
	background-size:100%;
}

/*******************

FOOTER
/*******************/



.footer {
height: 6em;
color:#FFFFFF;
clear: both;
background-color:#000;
font-size:14px;
margin-top:-30px;
margin-bottom:0;

}
.social-icon{
	width:20px;
	height:20px;
	margin: 0 5px;
}
.footer-div{
	padding:5px;
	text-align:center;
	
}
