body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(https://image.architonic.com/sto3-2/20246246/top-arcit18.jpeg);
    background-repeat: repeat-y;
    background-size: cover;
    height: 100%;
}

#header{
    background-color: #36454F;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    margin-top: 0px;
    margin-bottom: 100px;
    z-index: 20;
}

#header div{
    display: inline-block;
}


#header #logo{
    position: absolute;
    top: 10px;
    margin: auto;
}


#header h1{
    color: aliceblue;
    margin-left: 20px;
}



#header #menu{
    position: absolute;
    right: 0;
    top: 33px; 
}



#menu a{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 25px;
    color: aliceblue;
    text-decoration: none;
}

#menu a:hover{
    color: teal;
    transition: all;
}

#hero{
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 120px;
    height: fit-content;
    width: 70%;
    background: rgba(255, 255, 255, .7);
}

#name h2{
    text-align: center;
    font-size: 40px;
}

#name p{
    font-size: 23px;
    padding: 10px;
}

#image{
    display: flex;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}

#image img{
    width: 400px !important;
    height: 250px !important;
    margin-bottom: 20px;
    border-radius: 10%;
}

#about{
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 120px;
    height: 500px;
    width: 70%;
    background: rgba(255, 255, 255, .7);
}

#map{
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 120px;
    height: 700px;
    width: 70%;
    background: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center; 
}

#map img{
    width: 800px;
    height: 550px;
}

#hero-store{
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 120px;
    height: fit-content;
    width: 70%;
    background: rgba(255, 255, 255, .7);
}

#store {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}

#store a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px;
}

#card{
    width: 300px;
    height: 250px;
    background: rgba(152, 170, 195, 0.79);
    border: 1px solid black;
}

#card img{
    display: block;
    height: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

#card h3{
    text-align: center;
    text-decoration: none;
}

.h3{
    margin-top: 10px;
}

#hero img{
    width: 100%;
    height: 500px;
}

#name2 h2{
    text-align: center;
    font-size: 40px;
}

#name2 h3{
    padding: 10px;
    font-size: 30px;
    margin-bottom: 0px;
}

#name2 p{
    font-size: 23px;
    padding: 10px;
    margin-top: 5px;
}

#name ul{
    list-style: none;
    padding-left: 10px;
    font-size: 19px;
}

#movie{
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 120px;
    height: 950px;
    width: 70%;
    background: rgba(255, 255, 255, .7);
}



#movie-image{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#movie-image img{
    height: 400px;
    width: 350px;
    margin-bottom: 0px;
    margin-top: 20px;
}

#hero-movie{
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 120px;
    height: 870px;
    width: 70%;
    background: rgba(255, 255, 255, .7);
}

#name2 ul{
    list-style: none;
    padding-left: 10px;
    font-size: 20px;
}

#gallery{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

#gallery img{
    height: 300px;
    width: 300px;
}
