html {
    max-width: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    overflow-y: scroll;
	overflow-x: hidden;
    max-width: 100%;
}

h1.menu {
    font-size: 1.4em;
    line-height: 20px;
    margin: 0px;
    font-weight: 300;
    margin-left: 20px;
    padding-right: 20px;
    float:left;
    line-height: 
}


a {
    color: #272727; 
    text-shadow:0px 0px 10px #fff;
    outline: 0;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: black; 
    text-shadow: #272727 0.1em 0.1em 0.5em;
    outline: none;
}

.container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.center-x { 
    text-align: center;
} 

.center-y {
    vertical-align: middle !important;
}

div.intro {
    text-align: center;
    width: 100%;
    height: 120%;
    max-width: 100%;
    display: block;
    float:left;
    z-index: 10;
    display: none;
    font-size: 1.1em;
}

img.bgImg {
    float:right;
    height: 100%;
    z-index: -2;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.8;
}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
} 

li {
    display:inline;
    padding-left: 20px;
    margin-top: 120px;
}

.navigation {
    display: none;
    z-index: 10;
    position: absolute;
    font-size: 1.4em;
    margin-left: 20px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navigationFixed {
    position: fixed;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px !important;
    background-color: whitesmoke;
    border: 1px solid #889188;
    text-align: center;
}

.navigationBox {
    background: white;
    opacity: 0.8;
}

.page {
    text-align: center;
    width: 100%;
    /*height: 100%;*/ 
    max-width: 100%;
    display: block;
    float:left;
    z-index: 10;
    display: block;
    font-size: 1.1em;
}

.main {
    background-image: url('../img/main.png'); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:auto 100%;
    min-height: 1000px;
    background-position: right bottom;
    display: none;
}

.page1 {
    font-weight: 300;
    background-image: url('../img/p1.png'); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: left bottom;
}

.pageContent {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 1.1em;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 100%;
    padding:30px;
}

.page2 {
    font-weight: 300;
    background-image: url('../img/p2.png'); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: left bottom;
}

.page3 {
    font-weight: 300;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    height: auto;
}

.page4 {
    font-weight: 300;
    background-image: url('../img/p4.png'); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: left bottom;
}

.arrow {
    text-align: center;
    background: transparent;
    width: 50px;
    height:50px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.arrowUp {
    position: absolute;
}

.arrowBottom {
    position: absolute;
}
