body{
    padding: 0;
    margin: 0;
    font-family: Helvetica;
}

/*========== HEADER ==========*/
#header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    width: 100%;
    height: 80px;
    background-image: url('images/brownbackground.jpg');
    background-repeat: repeat-x;
}

#header img{
    display: block;
    margin: auto;
    height: 70%;
    padding-top: 15px;
}

/*========== TOP-TABS ==========*/

#tabs-top{
    position:fixed;
    top: 80px;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 50px;
    background-color: beige;
}

#tabs-top a{
    float: left;
    display:grid;
    width: 20%;
    height: 35%;
    font-weight: 800;
    font-style: italic;
    color: black;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
}

/*========== MAIN-HOME ==========*/

#main-home{
    margin-top: 120px;
}

/*========== BOTTOM-TABS ==========*/

#tabs-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: beige;
}

#tabs-bottom a{
    float:left;
    display:grid;
    width: 20%;
    height: 35%;
    font-weight: 800;
    font-style: italic;
    color: black;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
}

/*============ MAIN =================*/

#main{
    margin-top: 119px;
    background: url('images/mall.jpg');
    background-repeat: repeat-y;
    background-size: cover;
}

#content{
    padding-top: 1px;
    padding-bottom: 50px;
}

/*============ INFO BOX =================*/

a.info-box{
    text-decoration: none;
    background: rgba(255,255, 255,.8);
    width:90%;
    height: 130px;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
}

.info-box img{
    height: 80%;
    margin: 10px;
    float: left;
    border-radius: 20%;
}

.info-box h3{
    padding: 0;
    margin-bottom: 20;
    width: 120%;
    color: brown; 
}

.info-box p{
    margin: 0;
    padding: 0;
    width: 90%;
    color: black;
}

.info-box img.right{
    float: right;
    margin-top: 30px;
    height: 50px;
}

/*============ INFO BOX FULL =================*/

#info-box-full{
    background-color: rgba(255, 255, 255, .8);
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 10px;
}

# info-box-full img{
    width: 100%;
    border: 5px solid#123456;
    padding: 1px;
    margin: 1px;
}

#info-box-full h3{
    text-align: center;
}

/*============ FORM =================*/

input{
    width: 100%;
    height: 25px;
    margin: 12px 0;
    border: 1px solid #123456;  
}

textarea{
    width: 100%;
    height: 65px;
    margin: 12px 0;
    border: 1px solid #123456;
}

.button{
    display: block;
    width: 100%;
    background-color: solid #123456;
    text-decoration: none;
    text-align: center;
    color: black;
    font-size: 40px;
    font-weight: 800;
    margin: 12px 0;
    padding: 8px 0;
}
















