body{
background-color:#ffffff;
margin: 0; 
padding: 0;
}

.topbar{
height: 60px;
position: fixed; 

width: 100%;
background: #ffffff;
box-shadow: 0px 0px 10px #888888;
z-index: 1000;

}


.section1{
height: 100%;
width: 100%;
overflow: auto;
background: #ffffff;
position:relative;
}

.textSection1{
float:left;
width: 50%;
height: 50%;
background: transparent;
margin:0px auto;

  top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.textSection2{
float:left;
width: 30%;
height: 50%;
background: transparent;
margin:0px auto;

  top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.text3{
font-family: 'Paytone One', sans-serif;
font-size: 3em;
color: #ffffff;
text-align:center;
width: 75%;
/* padding: 200px 0px 0px 0px; */
margin: 0px auto;
/*padding-top: 500px;
padding-bottom: 500px;
 padding: 500px;  */
 
   top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.text1{
font-family: 'Paytone One', sans-serif;
font-size: 3em;
color: #b7dadc;
text-align:center;
/*padding: 250px 0px 0px 0px;*/
margin: 0px auto;

  top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.text2{
font-family: 'Paytone One', sans-serif;
font-size: 1.5em;
color: #b7dadc;
text-align:center;
padding: 0px 0px 0px 0px;
margin: 0px auto;

 top: 45%;
    position: relative;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);

}



.tryGame{
font-family: 'Paytone One', sans-serif;
font-size: 1em;
color: #b7dadc;
text-align:center;
padding: 0px 0px 0px 0px;
margin: 0px auto;

 top: 65%;
    position: relative;
    -ms-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);

}

.tryGame a:visited{
  
    color: #b7dadc;
}

.tryGame a:link{

    color: #b7dadc;
}

.text4{
font-family: 'Paytone One', sans-serif;
font-size: 2em;
color: #b7dadc;
text-align:center;
width: 75%;

margin: 0px auto;

 top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.text5{
font-family: 'Paytone One', sans-serif;
font-size: 1em;
color: #b7dadc;
text-align:center;
width: 75%;

margin: 0px auto;

 top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.inputBox{
width: 280px;
margin:0px auto;
position: transparent;
margin-top: 160px;

}


.email{
width: 280px;
background: #ffffff;
color: #b7dadc;
text-align:center;
font-family: 'Paytone One', sans-serif;
font-size: 1em;

}

::-webkit-input-placeholder {
   color: #e9e9e9;
}

:-moz-placeholder { /* Firefox 18- */
   color: #e9e9e9;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #e9e9e9;  
}

:-ms-input-placeholder {  
   color: #e9e9e9;  
}


/*
.button{
width: 70px;
height: 30px;

font-family: 'Paytone One', sans-serif;
font-size: 1em;
margin:0px auto;

}*/



.buttonHolder{
width: 90px;
margin:0px auto;
position: transparent;
margin-top: 10px;
}

.button{
 background-color: #b7dadc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
   
 
   	font-family: 'Paytone One', sans-serif;
	font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    border:none;
    
    color: #ffffff;
    width: 90px;
    margin: 0px auto;
    text-align: center;
}


/*
.button:hover {
    border: none;
    background:red;
    box-shadow: 0px 0px 1px #777;
}
*/


.imageSection1{
float:left;
width:50%;
}

.imageSection2{
float:left;
width:70%;
}

.image1{
width: 275px;
background: transparent;
margin: 0px auto;
margin-top: 0px;


}


.imageSection1 img {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}



.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.image2{
width: 275px;
/*height: 574px; */
background: transparent;
margin: 0px auto;
/* position:relative; */


}


.section2{
height: 100%;
width: 100%;
background: #b7dadc;
position:relative;
}

.section3{
height: 100%;
width: 100%;
overflow: auto;
background: #a5714e;
position:relative;
}

.section4{
height: 100%;
width: 100%;
background: #f4d862;
position:relative;
}

.section5{
height: 100%;
width: 100%;
background: #ffffff;
position:relative;
}

.section6{
height: 100%;
width: 100%;
background: #b7dadc;
position:relative;
}


.section7{
height: 100%;
width: 100%;
background: #ffffff;
position:relative;
}


.topnav{
/** height: 80px; **/
background: #ffffff;
-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
            box-shadow: 0 4px 4px -2px #888888;
}

.top{
height: 70px;
width: 100%;
background: #d94832;
}




.homeDiv{
float: left;
margin-left: 50px;
margin-top: 10px;
font-family: 'Paytone One', sans-serif;
font-size: 1.5em;
color: #b7dadc;
text-align:left;
width: 200px;
background: transparent;
}

.homeDiv2{
float: left;
margin-right: 1%;
margin-top: 10px;
width: 25%;
background: transparent;

height: 50px;

font-family: 'Paytone One', sans-serif;
font-size: 1.3em;
color: #b7dadc;
}

.homeDiv2 a:link{
 	text-decoration: none;
 	color: #b7dadc;
}


.homeDiv2 a:visited {
    	text-decoration: none;
 	color: #b7dadc;
}

.theMenu{
margin:0px auto;
margin-top: 10px;
width: 900px;
background: transparent;

height: 50px;
}

.menuSection{

float: left;
margin-right: 1%;
margin-top: 10px;
width: 17%;
background: transparent;
overflow: auto;
height: 50px;

font-family: 'Paytone One', sans-serif;
font-size: 1em;
color: #b7dadc;
}

.menuSection a:link{
 	text-decoration: none;
 	color: #b7dadc;
}


.menuSection a:visited {
    	text-decoration: none;
 	color: #b7dadc;
}


.image3{
width: 135px;
background: transparent;
margin: 0px auto;
/*margin-top: 200px;*/

top: 55%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}



.rights{
width: 900px;
margin: 0px auto;
font-family: 'Paytone One', sans-serif;
font-size: 1em;
color: #b7dadc;
text-align: center;
}




/** END **/






/** end 2 **/
