body{
    padding:0;
    margin:0;
    font-family:Helvetica;
}

/* ===============HEADER=============== */

#header{
    background-image: url("images/wood-bg.png");
    background-repeat: repeat-x;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    width: 100%;
    height: 80px;
}

#header img{
    display: block;
    margin: auto;
    height: 70%;
    padding-top: 15px;

}
/* ==================TOP-TABS============ */


#toptab{
    position: fixed;
    top: 80px;
    left: 0%;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: darkgreen;
}


#toptab a{
    float: left;
    display: block;
    width: 33%;
    height: 35px;
    font-weight: 700;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
}

/* =====================BOTTOM-TABS====================== */


#bottomtab{
    position: fixed;
    background-color: darkgreen;
    z-index: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;

}

#bottomtab a{
    float: left;
    display: block;
    width: 50%;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
    font-weight: 700;
    height: 33px;
}

/* =========================MAIN-HOME====================== */

#main{
    margin-top: 120px;
}

/* ==========================MAIN-PAGE====================== */

#mainpage{
    margin-top: 119px;
    background-image: url("images/map-blur.png");
    background-repeat: repeat-y;
}

#content{
    padding-top: 1px;
    padding-bottom:  50px; ;
}


/* ============================INFO-BOX====================== */


a.info-box{
    text-decoration: none;
    background-color: rgba(255, 255, 255,0.8);
    width: 90%;
    height: 90px;
    display: block;
    display: inline-block;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
 }

a.info-box img{
    height : 70px;
    margin : 10px;
    float  : left;
}

a.info-box h3{
    padding : 0;
    margin-bottom :0;
    width : 90%;
    color : rgb(99, 39, 39);
}

a.info-box p{
    margin  : 0;
    padding : 0;
    width   : 90%;
    color   :black;
}

a.info-box img.right{
    float : right;
    margin-top : 25px;
    height : 40px;
}

/* ========================INFO-BOX-PAGE======================== */


#info-box-full{
    background-color: rgba(255, 255, 255,0.8);
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 10px;
    text-align: center;
}

#info-box-full{
    width: 100%;
}

/* ========================WEATHER========================== */


img.info-box-weather-icon{
    height: 30px;
    width: 30px!important;
    margin: 10px;

}

h1.info-box-weather-icon{
    font-size: 65px;
    font-weight: 200px;
    padding: 0%;
    margin: 0%;
}


td{
    border-top: 2px solid;
    border-color: black;
}

.button{
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: forestgreen;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0;
    padding: 8px 0;
}

