/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/


body {
	background-color: #FFF;
	color: #000;
 	font-family: 'ralewayextralight';	
	text-align: center;
	font-size: 40px;
}

#wrapper {
	width: 85%;
	margin: 100px auto;
}

h1{
color: #0072bb;
font-family: 'Open Sans', sans-serif;
font-size: 2vw;
margin-top: 50px;
margin-bottom: 15px;
font-weight:700;
text-transform:uppercase;
}

h3{
font-family: 'Open Sans', sans-serif;
font-size: 2vw;
color: #333;
margin-bottom: 40px;
font-weight:200;
}

h2{
font-family: 'Open Sans', sans-serif;
font-size: 0.8vw;
font-weight:700;
color: #000;
margin-bottom: 8px;
text-transform:uppercase;

}

p{
font-family: 'Open Sans', sans-serif;
font-size: 1.5vw;
color: #333;
line-height: 1.8vw;
margin: 30px 0;
font-weight:400;
}

a{
color: #333;
text-decoration: none;
}

a:hover{
text-decoration: underline;
color: #003399;

}

.cb{clear:both;}
