#navigationareastart{
    position: relative;
    height: 450px;
    width: 100%;
    margin: 0 0 30px 0;
/*    border-radius: 15px 0 25px 0;*/}


#logo{  /*centered logo*/
    background: url(../images/logos/wh-logo-brown.png) no-repeat;
    width: 400px;
    height: 216px;
    top: 275px;
    left: 50%;
    position: absolute;
    z-index: 3;
    margin: 0 0 0 -200px;}  

.mainnav{
/*    text-shadow: 10px 5px 12px rgb(185,185,185);*/
    text-transform: uppercase;
    font-family: 'stainless_betaregular', sans-serif;
    font-weight: bold;
    text-decoration:none;}

#science{
    padding: 25px;
    font-size: 50px;
    line-height: 45px;
    position: absolute;
    left: 10%;
    top: 3%;
    background: url(../images/backgrounds/science-paper.png) repeat;
    color: white;
    /*color: rgb(90,115,16);*/}

#forumwald{
    padding: 25px;
    font-size: 45px;
    line-height: 40px;
    color: rgb(217,116,5);
    position: absolute;
    left: 65%;
    top: 15%;}

#hotel{
    padding: 25px;
    font-size: 35px;
    line-height: 30px;
    color: rgb(167,34,38);
    position: absolute;
    left: 0%;
    top: 50%;}

#restaurant{
    padding: 25px 25px 25px 50px;
    font-size: 35px;
    line-height: 30px;
    color: rgb(160,92,7);
    position: absolute;
    left: 70%;
    top: 75%;}

#science:hover{
    background: url(../images/backgrounds/science-paper.png) repeat;
    color: white;}

#forumwald:hover{
    color: white;
    background: url(../images/backgrounds/forum-paper.png) repeat;}

#hotel:hover{
    color: white;
    background: url(../images/backgrounds/hotel-paper.png) repeat;}

#restaurant:hover{
    color: white;
    background: url(../images/backgrounds/restaurant-paper.png) repeat;}


.popup{
    background-image: url(../images/backgrounds/brown-ricepaper.png);
    background-repeat: repeat;
    background-color: rgb(120,104,84);
    color: white;
    position: absolute;
    top: 5%;
    left: 0%;
    width: 100%;
    padding: 20px;}

.popup a{
    text-transform: uppercase;
    font-size: 115%;
    color: white;
    font-weight: normal;
    font-style: normal;
    font-family: 'OpenSansLightItalic', sans-serif;
    line-height: 40px;
    padding: 3px 3px;
    text-shadow: 2px 2px 2px black;}

.popuproot{
    width: 129px;
    height: 145px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 -100px 0 0;}

.science:hover{
    background: url(../images/backgrounds/science-paper.png) repeat;}
.forum:hover{
    background: url(../images/backgrounds/forum-paper.png) repeat;}    
.hotel:hover{
    background: url(../images/backgrounds/hotel-paper.png) repeat;}
.restaurant:hover{
    background: url(../images/backgrounds/restaurant-paper.png) repeat;}

#searcharea{
    z-index: 11;
    position: absolute;
    top: 0;
    margin: -25px 0 0 -25px;}

#s{ 
    outline:none;
    position: relative;
    z-index: 10;
    width: 180px;
    height: 30px;
    color: rgb(100,100,100);
    padding: 0 0 0 25px;
    border: 10px solid rgb(120,104,84);
    border-radius: 0 10px 10px 0;
    background-color: white;}

#searchbutton{
    position: absolute;
    margin: -50px 0 0 0;
    z-index: 11;
    border: none;
    cursor: pointer;
    background-color: rgb(120,104,84);
    background-image: url(../images/search.png);
    background-position: 12px 12px;
    background-repeat: no-repeat;
    border-radius: 25px 0 0 25px;
    padding: 25px;
    width: 25px;
    height: 25px;}

#searchbutton:hover{
    background-color: none;
    background-image: url(../images/searchhover.png);}


@media
only screen and (min-device-width: 320px) and (max-device-width: 986px),
only screen and (min-width: 320px) and (max-width: 986px) {

#logo{  /*centered logo*/
    background-size: 75%;
    top: 275px;
    left: 50%;
    position: absolute;
    margin: 0;}

#science{
    width: 220px;
    left: 5%;
    top: 3%;}

#restaurant{
    width: 250px;
    left:10%;
    top: 85%;}

#forumwald{
    width: 190px;
    left: 50%;
    top: 20%;}

#hotel{
    width: 300px;}


}
