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

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

#header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 80px;
    background-image: url('images/pngtree-light-blue.jpg');
    background-repeat: repeat-x;
}

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

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

#tabs-top{
    position: fixed;
    top: 80px;
    z-index : 500;
    width   : 100%;
    height  : 40px;
    background-color: lightskyblue;
}

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

/*============= HOME =============*/

#home img{
    display: block;
    margin: auto;
    height: 10%;
    padding-top: 15px;
    width: 100%;
}

#stores img{
    display:inline-block;
    margin: auto;
    height: 100%;
    padding-top: 15px;
    width: 30%;
    border-radius: calc(15%);
    padding-left: 15px;
}

h2{
    font-family:Arial, Helvetica, sans-serif;
    margin: auto;
    padding-left: 45%;
}

#saying{
    margin: auto;
    padding-left: 40%;
    font-family:serif;
    font-size: 30px;
}

h1{
    display: inline-block;
    width: 30%;
    padding-left: 45px;
    font-family: monospace;
    font-size: 18PX;
}

#stores2 img{
    display:inline-block;
    margin: auto;
    height: 100%;
    padding-top: 15px;
    width: 30%;
    border-radius: calc(15%);
    padding-left: 15px;
}

/*============= ABOUT =============*/



p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    
}


.mall{
  float: right;
  width: 25%;
}

.position{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 15%;
    background-color: papayawhip;
    padding: 15px;
    margin-top: 150px;
}

/*============= MAP =============*/

#main{
    margin-top: 110px;
    background-image: url('images/mall\ blur.avif');
    height: 200px;
    background-repeat: repeat-x;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 20px;
}

#map{
    padding-top: 20px;
    padding-bottom: 20px;
}

th{
    width: 18.56%;
    text-decoration: none;
}

/*============= stores =============*/

.storedirectory{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 15%;
    padding: 15px;
    padding-top: 150px;
}

.infostore{
  float: right;
  width: 25%;
}

.storepics{
    padding-top: 500px;
}

.storeimg{
    padding: 0!important;
    position: static;
    width: 100vw;
}

th{
   background-color: aquamarine; 
   text-decoration: none;
}

a{
    text-decoration: none;
}

/*============= MOVIES =============*/

p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    
}


.moviemall{
  float: right;
  width: 25%;
}

.movieposition{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 15%;
    background-color: lightcyan;
    padding: 15px;
    margin-top: 250px;
}

#movieinfo{
    padding-top: 350px;
    padding-left: 15%;
}

/*============= CONTACT =============*/

h4{
    font-family: Arial, Helvetica, sans-serif;

}