* {
    padding:0;
    margin:0;
}

html, body {
    height:100%;
}

.skrollr-desktop body {
    height:100% !important;
}

body {
    font-family:sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
}

p {
    margin:1em 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
}

.parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;
}

.parallax-image-wrapper-50 {
    height:50%;
    top:-50%;
}

.parallax-image-wrapper-100 {
    height:100%;
    top:-100%;
}

.parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.parallax-image-50 {
    height:200%;
    top:-50%;
}

.parallax-image-100 {
    height:100%;
    top:0;
}

.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}

#skrollr-body {
    height:100%;
    overflow:visible;
    position:relative;
}

.gap {
    background:transparent center no-repeat;
    background-size:cover;
}

.skrollr .gap {
    background:transparent !important;
}

.gap-50 {
    height:50%;
}

.gap-100 {
    height:100%;
}

.header, .content {
    background:#fff;
    padding:1em;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.content-full {
    height:100%;
}

.red
{
    background-color: #600;
	color: #FEB;
}

.yellow
{
    background-color: #FC3;
	color: #333333;
}

.blue
{
    background-color: #036;
	color: #FFF; 
}

.grey
{
    background-color: #c5c6c9;
	color: #333; 
}



h2 {
   font-weight: normal;
   font-size: 40px;
   text-align: center;
   color: #000;
   margin: 0;
   padding: 0;
}

a:link    {color:#8088a0; background-color:transparent; text-decoration:none}
a:visited {color:#8088a0; background-color:transparent; text-decoration:none}
a:hover   {color:red; background-color:transparent; text-decoration:underline}
a:active  {color:#8088a0; background-color:transparent; text-decoration:underline}


#header { 
	width: 100%; 
	background: url('../img/header-bg.png'); 
	height: 80px; 	
	position: fixed;
	margin-top: 30px;
}


.slide {
    z-index: 1;
    height: 475px;
	margin: 0;
	background-size: cover;
    width: 100%;
	padding: 0px 0;
    padding-left: 50px;
}

.slide img{
    height: 400px;
   padding-top:7%;
}

.gap {
    height: 350px;
    background: url('../img/') 50% 0 no-repeat fixed;
	margin: 0 auto;
	color: #fff;
	background-size: 100%;
}

 .left {
    float: left;
    width: 100%;
}

.right{
    float: right;
    width: 100%;
}

.lefttext, .righttext, .centertext
{
    margin-top: 25%;
}

#videoSection {
    width: 75%;
}

#videoSection p {
    padding-top: 50px;
    padding-bottom: 15px;
}

#slide6 {
    background-color: #036;
    width: 100%;
}

#slide1 {
    height: 700px;
}

#slide1 h1 {
    padding-top: 65px;
    color: #fff; 
    font-size: 3em; 
    color: #fff; 
    font-weight: bold; 
    font-family: serif;
}