body {
    margin: 0;
    background-color: #1A1A1B;
}
.main {
    display: flex;
}
.name {
    display: flex;
    flex-direction: column;

}
.img1 {
    width: 920px;
    height: 718px;
}
.name1 {
    position: absolute;
    color: #ffffff;
    align-self: flex-end;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 40px;
}
.q {
    margin-right: 50px;
}
.name2 {
    margin-top: 80px;
    margin-right: 20px;
}
.name-footer {
    position: absolute;
    color: #ffffff;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 20px;
    align-self: center;
    margin-top: 650px;
}
.nav-items {
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    margin-left: 200px;
}
.nav {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 20px;
    padding:35px;
    transition-duration: 2s;
}
.nav:hover {
    background-color: #616162;
}
p {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Julius Sans One', sans-serif;
}
.story {
    display: flex;
    flex-direction: column;
}
.img2 {
    margin-top: 20px;
    width: 100%;
    height: 500px;
    filter: opacity(60%);
}
.text {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.story-text {
    font-size: 18px;
}
.story-name {
    align-self: center;
    font-size: 40px;
}
.btn1 {
    position: absolute;
    margin-left: 50px;
    margin-top: 630px;
    border: none;
    border-radius: 50%;
    padding: 20px;
    opacity: 60%;
}
.btn-text {
    text-decoration: none;
    color: #1A1A1B;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 20px;
}
.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-name {
    font-size: 40px;
    margin-top: 60px;
}
.menu-items {
   display: flex;
   justify-content: space-around;
}
.gourmet {
    position: absolute;
    margin-left: 80px;
    font-size: 28px;
}
.brews {
    position: absolute;
    margin-left: 90px;
    font-size: 28px;
}
.wine {
    position: absolute;
    margin-left: 60px;
    font-size: 28px;
}
.menu-one {
    padding: 3px;
}
.btn2 {
    position: absolute;
    align-self: self-start;
    margin-left: 40px;
    margin-top: 630px;
    border: none;
    border-radius: 50%;
    padding: 20px;
    opacity: 60%;
}
.news {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-left: 850px;
    margin-top: 30px;
    padding: 30px;
    border: none;
    background-color: #1A1A1B;
}
.btn3 {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    margin-left: 50px;
    margin-top: 630px;
    border: none;
    border-radius: 50%;
    padding: 20px;
    opacity: 60%;
}
.one {
    align-self: center;
    font-size: 40px;
}
.contact {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.first-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn-reserve {
    border: 1px solid;
    border-radius: 50%;
    padding: 20px;
    background-color: #1A1A1B;
    color: #ffffff;
}
.btn-res {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 20px;
}
.btn4 {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    margin-left: 50px;
    margin-top: 40px;
    border: none;
    border-radius: 50%;
    padding: 20px;
    opacity: 60%;
}
@media all and (max-width: 800px) {
    .main {
        display: flex;
        flex-direction: column-reverse;
    }
    .nav-items {
        display: flex;
        flex-direction: row;
        justify-content: space-around;

        margin-top: 25px;
        margin-left: 25px;

    }

    .nav {
        font-size: 20px;
        padding: 15px;
        

    }
    .img1 {
        width: 100%;
        height: 600px;

    }

    .name1 {
        font-size: 30px;
        align-self: flex-end;
        margin-left: 20px;

    }
    .name2 {
        margin-top: 80px;

    }
    .name-footer {
        font-size: 15px;
        margin-top: 550px;
        align-self: center;
       
    }
    .text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn1 {
        margin-top: 900px;
    }
    .menu {
        display: flex;

    }
    .menu-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .btn2 {
        margin-top: 1400px;
        margin-left: 40px;
    }
    .menu1, .menu2, .menu3 {
        width: 400px;
        height: 500px;

    }
    .gourmet, .brews, .wine {
        font-size: 25px;
        margin-left: 10px;

    }
    .menu-name {
        font-size: 35px;
    }

    .img-news {
        width: 100%;
        height: 500px;
    }
    .news {
        display: flex;
        margin-left: 200px;

    }
    .news-text {
        font-size: 10px
    }
    .one {
        font-size: 25px;
    }
    .btn3 {
        margin-top: 550px;
    }
    .contact {
        display: flex;
        flex-direction: column;
    }


    


}
@media all and (max-width: 500px) {
    .nav-items {
        display: flex;
        flex-direction: column;

    }
    .nav {
        font-size: 18px;

    }
    .img1 {
        width: 100%;
        height: 350px;

    }
    .name-footer {
        font-size: 10px;
        margin-top: 300px;

       
    }
    .story-text {
        font-size: 15px;
        margin-left: 20px;
    }
    .img2 {
        height: 200px;
    }
    .btn1 {
        margin-top: 600px;
    }
    .menu1, .menu2, .menu3 {
        width: 200px;
        height: 300px;

    }
    .gourmet, .brews, .wine {
        font-size: 15px;
        margin-left: 10px;

    }
    .menu-name {
        font-size: 25px;
    }
    .btn2 {
        margin-top: 950px;
    }
    .news {
        display: flex;
        margin-left: 30px;

    }
    .news {
        display: flex;
        margin-left: 5px;

    }
    .news-text {
        font-size: 10px
    }
    .first-part {
        font-size: 15px;
    }
}
