*, 
*:before, 
*:after{
    box-sizing: border-box;
}


  html{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}
main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
/* section{
    position: relative;
    width: 390px;
    height: 844px;
    margin: 0 auto;
    overflow-x: hidden;
} */


#splash{
    background-color: #2B8E32;
    height: 100%;
    width: 100%;
}


.show-landing{
    background: url(../assets/images/bg.jpg)no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.show-ham{
    z-index: 12;
}

.hamMenuItem{
    font-size: 40px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: solid 4px #bc3333;
}

.circles{
    position: absolute;
    border-radius: 50%;
}

.btn-container{
    position: relative;
    width: 300px;
    height: 600px;
    margin: 0 auto;
}

.landBtn{
    position:absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 270px;
    height: 88px;
    background-color: rgba(255,255, 255, .9);
    border-radius: 15px 50px 50px 15px;
}

/* Hamburger Menu */

.hamMenu{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45px;
    height: 28px;
}

.con{
    width: 390px;
    height: 500px;
    border-bottom-right-radius: 300px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.click-x{
    position: absolute;
    top: 10px;
    left: 10px;
}

/* Ceviche */

.restInfo{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 266px;
}


.iRight{
    /* width: 300px; */
    margin-left: 5%;
    display: flex;
    flex-direction: row;
}

.second{
    margin-left: 15px;
}

.reserve{
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 20px;
    background-color: #bc3333;
    border-radius: 15px;
    color: white;
}

.info{
    position: absolute;
    padding: 28px;
    top: 550px;
    background-color: #bc3333;
    color: white;
}

.info p{
    position: relative;
    top: -40px;
    line-height: 18px;
}

/* .menu{
    position: relative;
} */
.menuIcons{
    display: flex;
    flex-direction: row;
    background-color: white;
    position: fixed;
    overflow: hidden;
     z-index: 1;
    bottom: 0;
    justify-content: space-around;
    width: 100%;
    height: 87px;
}
.menuIcons img{
    height: auto;
}

/* specials */

.slogo{
    width: 225px;
    height: auto;
    margin: 30px auto 0;
}

.specTitle{
    color: #bc3333;
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
    font-weight: 700;
    font-style: normal;
}

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

.foodImg{
    width: 151px;
    height: auto;
}

.food{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: 5%;
    width: 90%;
    justify-content: center;
}

.foodInfo{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.foodInfo h2{
    color: #bc3333;
    font-size: 25px;
    margin-bottom: 5px
}

.foodInfo p:first-of-type{
    font-size: 22px;
    margin-bottom: 5px;
}

.foodInfo p:last-of-type{
    font-weight: 400;
    width: 170px;
}

/* Form Styles */

form{
    margin-top: 90px;
    background-color: #bc3333;
    color: white;
    position: relative;
    height: 430px;
}

form p{
    margin-left: 5%;
    margin-top: 15px;
}

.formCon{
    width: 390px;
    margin: 0 auto;
}

input{
    width: 90%;
    border-radius: 5px;
    border: 1px solid white;
    margin-top: 5px;
    padding: 5px 0;
}

.resCon{
    display: flex;
    flex-direction: row;
    width: 100%;
}

select{
    width: 155px;
}

textarea{
    width: 90%;
    border-radius: 5px;
    margin-top: 10px;
}

.submitBtn{
    background-color: #bc3333;
    color: white;
    width: 130px;
    height: 50px;
    font-size: 20px;
    border-radius: 15px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%,0);
}

.confirmation{
    text-align: center;
    margin-bottom: 8px;
    font-weight: 300;
}

/* Mobile only styles */

/* (min-width: 768px) and (max-width: 960px) */

@media (max-width: 500px){
    .restImage{
        width: 100%; 
        height: auto; 
        position: absolute; 
        top: -60px;
    }

    .restInfo{
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 266px;
        background-color: white;
        width: 100%;
        height: 500px;
        justify-content: center;
    }

    .whiteOval{
        width: 120%; 
        height: 214px; 
        border-radius: 50%; 
        background-color: white; 
        position: absolute; 
        top: 100px; 
        left: -10%;
    }

    .redOval{
        width: 120%; 
        height: 214px; 
        border-radius: 50%; 
        background-color: #bc3333; 
        position: absolute; 
        top: 470px; 
        left: -10%;
    }

}

@media (min-width: 501px) and (max-width: 767px) {
    .restImage{
        width: 100%; 
        height: auto; 
        position: absolute; 
        top: -100px;
    }


    .restInfo{
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 266px;
        background-color: white;
        width: 100%;
        height: 500px;
        justify-content: center;
    }

    .whiteOval{
        width: 120%; 
        height: 214px; 
        border-radius: 50%; 
        background-color: white; 
        position: absolute; 
        top: 130px; 
        left: -10%;
    }

    .redOval{
        width: 120%; 
        height: 214px; 
        border-radius: 50%; 
        background-color: #bc3333; 
        position: absolute; 
        top: 470px; 
        left: -10%;
    }

}

@media (min-width: 768px) {
    .restImage{
        width: 100%; 
        height: auto; 
        position: absolute; 
        top: -130px;
    }

    .restInfo{
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 450px;
        background-color: white;
        width: 100%;
        height: 500px;
        justify-content: center;
    }

    .reserve{
        top: 575px;
    }

    .whiteOval{
        width: 120%; 
        height: 214px; 
        border-radius: 50%; 
        background-color: white; 
        position: absolute; 
        top: 300px; 
        left: -10%;
    }

    .redOval{
        width: 120%; 
        height: 214px; 
        border-radius: 50%; 
        background-color: #bc3333; 
        position: absolute; 
        top: 650px; 
        left: -10%;
    }

    .info{
        width: 100%;
        top: 720px;
    }
    .para{
        width: 700px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }

}