/* ----- RESET -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- BASICS -----*/
body{
	width:100%;
	height:100%;
	background-color:#000;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center 30%;
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
}

h2, nav{
	font-family: 'Source Sans Pro', sans-serif;
}

header h2, .share, .videoMessage{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}

p, ol, ul{
	font-family: 'Lato', sans-serif;
}

em{
	font-family: 'Lato', sans-serif;
	font-style: italic;
}

/* ----- HEADER -----*/
header{
	padding:40px;
}

header h2{
	font-size:2.5em;
	text-transform: uppercase;
	text-align:center;
}

@media only screen and (max-width: 1030px) {
    header h2 {
        font-size:2em;
    }
}

@media only screen and (max-width: 430px) {
    header h2 {
	    font-size:1.8em;
    }
}

.navWrap{
	background-color:#000;
	text-align:left;
}

nav{
	color:#fff;
	padding-left:20px;
	max-width:1200px;
	margin:0 auto;
}

nav a{
	line-height:46px;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:30px;
	color:#fff;
	font-size:1.5em;
}

nav a:first-child{
	margin-left:20px;
}

@media only screen and (max-width: 600px) {
	nav{
		text-align:center;
	}
	nav a:first-child{
		margin-left:0;
	}
}

@media only screen and (max-width: 400px) {
	nav a{
		font-size:1em;
		margin-right:10px;
	}
}

/* ----- CONTENT -----*/
.content{
	margin:0 auto;padding:0 0 80px 0;
	width:100% !important;
	max-width:1000px !important;
	background-color:#fff;
	text-align:center;
	
}

.content p.blurb{
	font-size:1em;
	width:80%;
	max-width:500px;
	text-align:center;
	margin:0 auto;
	padding-bottom:80px;
	border-bottom:1px solid #ebebeb;
}

.content p.blurb:last-child{
	border-bottom:none;
}

.content p img{
	padding-top:40px;
}

.content h2{
	color:#fff;
	background-color:#000;
	padding:20px;
	margin:0;
	text-align:center;
	font-size:1.5em;
}

.content h3{
	font-size:2em;
	margin:0;
	padding:40px 0 0 0;
}

.content a, .content a:link, .content a:visited{
	color:#000;
}


.wrap{
	padding:40px;
}

.share{
	color:#fff;
	background-color:#000;
	min-height:200px;
	padding:80px 0;
	text-align:center;
	font-size:4em;
}

.share img{
	padding-bottom:15px;
	margin-left:5px;
}

.share a:first-child{
	margin-left:30px;
}

.norm{
	font-size:1em;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	min-height:100px;
	padding:40px;
}

/* ----- BACK TOP -----*/

.backTop{
	background-color:#000;
	position:fixed;
	right:0;
	bottom:0;
}

.backTop a{
	color:#fff;
	display:inline-block;
	padding:20px;
}

/* ----- LINKS -----*/

a:hover, a:link:hover, a:visited:hover{
	text-decoration:none;
	color:#bf8f34;
}

/* ----- BASIC ELEMENTS -----*/

.break{
	height:10px;
	width:100%;
	border:1px solid green;
	clear:both;
	float:left;
}
