body{
    padding: 0;
    margin: 0;
    font-family: Helvetica;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/mall.jpg);
}

/*===========HEADER============*/

#header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    width: 100%;
    height: 80px;
    background-color: lightgray;
    background-repeat: none;
}

#header a{
    color: aquamarine;
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    text-decoration: inherit;
    font-weight: 800;
    font-size: 60px;
    padding-top: 30px;
}

#tabs-top{
    top: 0px;
    position: fixed;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: gray;
}

#tabs-top a{
    
    float: left;
    display: block;
    width: 33%;
    height: 35px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
    
}

#main-home{
        margin-top: 120px;
}

#tabs-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: gray;
}

#tabs-bottom a{
    float: left;
    display: block;
    width: 33%;
    height: 35px;
    font-weight: 700;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-bottom: 12px;
    padding-top: 12px;
    
}



#content{
    padding-top: 1px;
    padding-bottom: 50px
}

a.info-box{
    text-decoration: none;
    background: rgba(255, 255, 255, .8);
    display: block;
    width:90%;
    height: 80px;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
}

.info-box img{
    height: 70px;
    margin: 10px;
    float: left;
}

.info-box h3{
    padding: 0;
    margin-bottom: 0;
    width: 90%;
    color: #572800;
}

.info-box p{
    margin: 0;
    padding: 0;
    width: 90%;
    color: #131313;
    
}

.info-box img.right{
    float: right;
    margin-top: 25px;
    height: 40px;
}

#info-box-full{
    background: rgba(255, 255, 255, .8);
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 12px;
    padding: 10px;
}

#info-box-full img{
    width: 100%;
    margin: auto;
}

#info-box-full h3{
    text-align: center;
}

img.info-box-weather-icon{
    height: 3opx;
    width: 30px !important;
    margin: 10px;
    float: left;
}

h1.info-box-weather-icon{
     font-size  : 65px;
     font-weight: 200;
     padding    : 0;
     margin     : 0;
}

table{
    width: 100%;
}

td{
    border-top: 1px solid #131313;
}

input{
    width: 100%;
    height: 25px;
    margin: 12px 0;
    border: 1px solid #929292;
}

textarea{
      width: 100%;
      height :25px;
      margin : 12px 0;
      border : 1px solid #929292;
}

.button{
      display : block;
      background-color: forestgreen;
      text-decoration : none;
      text-align  : center;
      color       : white;
      font-size   : 16px;
      font-weight : 600;
      margin : 12px 0;
      padding : 8px 0;
}

    