html {
	background: url(../img/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #333;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	color: #fff;
	overflow-x: hidden;
}

.wrapper {
	max-width: 964px;
	margin: 0 auto;
	background-color: #000;
}

.blackBGWrapper {
	/*background-color:rgba(0,0,0,0.8);*/
}

a {
	text-decoration: none;
	color: #00baff;
}

a:hover {
	text-decoration: none;
	color: #d01418;
}

h1 {
	font-weight: 200;
	font-size: 42px;
}

h2 {
	font-weight: 200;
	font-size: 40px;
}

h3 {
	font-size: 26px;
	margin: 0;
}

small {
	font-style: italic;
}

/********** RESPONSIVE VIDEO EMBED **********/

.responsiveVidContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsiveVidContainer iframe,
.responsiveVidContainer object,
.responsiveVidContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}