* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    list-style-type: none;
}

h1 {
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-size: 3em;
 color: black;
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}

h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.5em;
    background-color: rgba(75, 75, 75, 0.692);
    color: white;
    text-align: center;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    font-size: 1.1em;
}

figure#mobile {
    width: 375px;
    height: 627px;
}

figure#tablet {
    width: 768px;
    height: 1024px;
}

figure#laptop {
    width: 1366px;
    height: 768px;
}

figure#desktop {
    width: 1920px;
    height: 1080px;
}

section {
    width: 100vw;
    height: 100vh;
}

button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3em;
    padding: 10px 20px 10px 20px;
    border: none;
    background-color: white; 
}

.button1 {
    position: relative;
    border: none;
    background-color: rgb(80, 148, 109);
}

button:hover {
    color: rgb(221, 176, 92);
    background-color: white;
}

nav {
    position: fixed;
    font-size: 3em;
    top: 120px;
    right: -170px;
    transition: right .6s;
    background-color: rgba(255,255,255,0.6);
    padding: 5px;
}

.home {
    position: absolute;
    left: 15%;
    right: 15%;
}

.firstimage {
    position: absolute;
    top: 460px;
    left: 50px;
    right: 50px;
}

#imagetext {
    position: static;
    top: 630px;
    left: 260px;

}
.about {
    position: absolute;
    left: 20%;
    right: 20%;
    padding-bottom: 40px;
}

.menu {
    position: static;
    columns: 2;
    padding: 80px;
    background-color: tomato;
}

.winelist {
    position: static;
    padding: 80px;
    background-color: rgb(255, 157, 140);
    padding-bottom: 80px;
}

 .shopbanner {
     position: relative;
     left: 15%;
     right: 15%;
 }
.shop {
    position: absolute;
    columns: 3;
    width: 70%;
    left: 15%;
    background-color: rgb(240, 240, 158);
    border: black;
    padding: 10px;
    padding-bottom: 60px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: rgba(117, 117, 117, 0.486);
}

.slide-the-drawer {
    right: 20px;
}

a:hover {
    background-color: none;
    color: rgb(221, 176, 92);
}

