*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fugaz One", Arial, Helvetica, sans-serif;
}
body{
    font-family: "Fugaz One", Arial, Helvetica, sans-serif;
    background-color:white;
}
nav {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: center;
    color: #2c6e49;
    h1 {
        
        font-size: 2rem;
    }
    #menu {
        gap: 20px;
        list-style: none;
        display: flex !important;
        a {
            font-size: 1.2rem;
            color: #2c6e49;
        }
    }
    #ham {
        display: none;
    }

    #ham:hover {
        cursor: pointer;
    }
}

  
  .content{
      padding: 50px 0;
      text-align: center;
      z-index: 6;
  }

  footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2c6e49;
    color: #f5f3ec;
    height: 10vh;
}

footer a{
    color: #f5f3ec;
    font-size: 1.2vw;
    font-weight: 700;
    margin: 20px;
    text-decoration: none;

}

.contact{
    display: flex;
    flex-direction: column;
    
}

.contact h1{
    font-size: 1.4vw;
}

.contact a{
    font-size: 1.2vw;
}

.conatct a:hover{
    text-decoration: underline;
}

.location{
    display: flex;
    flex-direction: column;
    
}

.location h1{
    font-size: 1.4vw;
}

.location a{
    font-size: 1.2vw;
}

.location a:hover{
    text-decoration: underline;
}



.spacer{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.spacer img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 80vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    z-index: 3;
}
.word{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;

}
 .word h1{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 6vw;
    font-weight: 700;
    color: #f5f3ec;
    background-color: #2c6e49;
    width: 100%;
    height: fit-content;
    padding: 10px 10px;
    z-index: 4;
 }
 .reservation{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 .reservation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;    

}

.reservation-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.reservation-container h1{
    text-align: center;
    margin-top: 20px;
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.reservation img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.second{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 .second-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;    

}

.second-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.second-container h1{
    text-align: center;
    margin-top: 20px;
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.second img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.third{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 .third-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;    

}

.third-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.third-container h1{
    text-align: center;
    margin-top: 20px;
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.third img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #ham {
        background-color: #297045;
        color: #297045;
        display: flex !important;
        background: none;
        border: none;
        z-index: 100;
        overflow-y: hidden;
        flex-direction: column;
        gap: 6px;
        span {
            background-color:#297045;
            width: 40px;
            height: 8px;
            border-radius: 10px;
        }       
    }

    #ham.active {
        
        gap: 0;
        span:nth-child(1) {
            
            transform: rotateZ(45deg) translateY(3px);
        }
        span:nth-child(2) {
           
            transform: rotateZ(-45deg) translateY(-3px);
        }
    }

    #menu {
    z-index: 99;
    position: absolute;
    top: -150vh;
    left: 0;
    background-color: #F4FAFF;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
        li {
            margin: 0 20px 0 0;
            overflow-y: hidden;
            
            a {
                text-decoration: none;
                font-size: 3.5rem;
                font-weight: 600;
                color: #2c6e49;
            }
            a:hover{
                text-decoration: underline;
                transition: ease-in-out .3s;
            }
        }
    }

    #menu.active {
        color: #F4FAFF;
        top: 0;
        z-index: 99;
    }
    footer{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #2c6e49;
        color: #f5f3ec;
        height: 5vh;
    }
    
    footer a{
        color: #f5f3ec;
        font-size: .3rem;
        font-weight: 300;
        margin: 10px;
        text-decoration: none;
}
}
@media only screen and (max-width: 480px) {
    .reservation{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 .reservation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;    

}

.reservation-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.reservation-container h1{
    text-align: center;
    margin-top: 20px;
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.reservation img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.second{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 .second-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;    

}

.second-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.second-container h1{
    text-align: center;
    margin-top: 20px;
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.second img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.third{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 .third-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;  
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 5px solid #2c6e49;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;    

}

.third-container p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 400;
    padding: 20px 40px;
    color: #f5f3ec;
}

.third-container h1{
    text-align: center;
    margin-top: 20px;
    font-size: 5vw;
    font-weight: 700;
    color: #f5f3ec;
}

.third img{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;   
    width: 45vw;
    height: fit-content;
    margin-top: 20px;
    background-color: #2c6e49;
    border: 7px solid #2c6e49;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 30px;
}
}