@media (min-width: 1110px) {
        * {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
section {
    width: 100vw;
    height: auto;
    background: #ada59de2;
    animation: glow 5s infinite alternate;
}

@keyframes glow {
    from { background-color: #ada59de2; }
    to { background-color: #5f5e5ce2; }
}
header {
    width: 100%;
    height: 70px;
    position: sticky;
    top: 0;
    right: 0;
}
/* menu {
    width: 50px;
    height: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
/* .menu {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 2px;
} */
.menuBar {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background: #937d63;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
    transition: top 0.5s ease;
    z-index: 1000;
}
/* .menuBar.show {
    top: 0;
} */
.menuBar a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.menuBar a:hover {
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-style: italic;
    transform: translateY(-5px);
}
.close {
    /* position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    color: #fff;
    cursor: pointer; */
    display: none;
}
#one {
    /* border: 1px solid red; */
    width: 400px;
    height: 500px;
    margin-top: 20px;
    margin-left: 40px;
    background-image: url(giovanni/one.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    z-index: 900;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
 .two {
    /* border: 1px solid blue; */
    width: 100vw;
    height: 600px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .three {
    /* border: 3px solid green; */
    width: 60vw;
    height: 300px;
    margin-top: 10px;
    display: flex;
 }
 .four{
    width: 750px;
    height: 400px;
    /* background: #975102; */
    margin-top: 10px;
    display: flex;
 }
 /* .six {
    border: 1px solid purple;
    border: none;
    width: 55vw;
    height: 400px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 10px;
    background-image: url(giovanni/logo.jpg);
    background-size: cover;
    background-position: top;
    box-shadow: 0 5px 5px rgb(0, 0, 0.3);
 } */
 .five {
    /* border: 2px solid brown; */
    width: 300px;
    height: 287px;
    border-radius: 30px;
    background-color: #533c21;
    color: #fff;
    margin-left: 10px;
    text-align: center;
 }
 .seven {
    /* border: 1px solid pink; */
    width: 300px;
    height: 275px;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background-image: url(giovanni/two.jpg);
    background-size: cover;
    background-position: top;
    box-shadow: 0 5px 5px rgb(0, 0, 0.3);
 }
 .eight {
    /* border: 1px solid cyan; */
    width: 380px;
    height: 275px;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 10px;
    background-image: url(giovanni/three.jpg);
    background-size: cover; 
    background-position: top;
    box-shadow: 0 5px 5px rgb(0, 0, 0.3);
 }
 #nine {
    /* border: 1px solid black; */
    width: 100px;
    height: 40px;
    /* margin-top: 30px;
    margin-left: 20px; */
    position: fixed;
    bottom: 20px;
    right: 20px;
 }
 p {
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    /* color: #000000; */
 }
 .name {
    /* border: 1px solid black; */
    width: 400px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
 }
button {
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgb(0, 0, 0.3);
    cursor: pointer;
}
.ten {
    /* border: 1px solid black; */
    width: 100vw;
    height: auto;
    margin-top: 10px;
    background-color: whitesmoke;
    text-align: center;
}
.contact {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.new {
    /* border: 3px solid black; */
    width: 100vw;
    height: auto;
    display: flex;
}
.old {
    /* border: 1px solid red; */
    width: 100vw;
    height: 600px;
    display: flex;
    flex-direction: column;    
}

}