*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 300vh;
    
}
#myVideo{
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 120%;
}
.logo{
    position: absolute;
    margin-top: -18%;
    float: left;
    margin-left: 8%;
}
.logo img{
    width: 10%;
    height: 6%;
}
.menu{
    position: absolute;
    margin-top: -15.6%;
    margin-left: 60%;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color:white;
    padding: 10px;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.menu ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 0.5em;
}
.heading{
    width: 100%;
    height: 6vh;
    margin-top: 22%;
    position: sticky;
    top: 110px;
}
.heading h1{
    text-align: center;
    font-family: Tangerine;
    font-size: 70px;
}
.navrap1{
    width: 100%;
    height: 60vh;
    background-color: rgb(255, 255, 255);
    position:absolute;
    margin-top: 40%;
    opacity: 0.3;
    position: sticky;
    top: -420px;
}
.nav h4{
    position: absolute;
    margin-left: 42%;
    margin-top: -26%;
    font-family: Tangerine;
    font-size: 40px;
}
.navrap2{
    width: 100%;
    height: 60vh;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top: 50%;
    opacity: 0.3;
    position: sticky;
    top: -400px;
}
.navrap5{
    width: 100%;
    height: 60vh;
    background-color: rgb(0, 0, 0);
    position: absolute;
    margin-top: 50%;
}
.box1{
    box-sizing: border-box;
    position: absolute;
    border-radius: 20px;
    height:6vh;
    width:15vh;
    background-color:aquamarine;
    margin-top: -6%;
    margin-left: 46%;
    border-color: black;
    text-align: center;
}
.box1 a{
    color:black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none;
    font-size: smaller;
    position: absolute;
    text-align: center;
    margin-top: 2.5%;
    margin-left: -22%;
    margin-right: 25%;
}
.navrap5 img{
    position: absolute;
    width: 22vh;
    height: 15vh;
    margin-top: 5%;
    margin-left: 7% ;
}
.menu1{
    position: absolute;
    margin-left: 30%;
    margin-top: 10%;
}
.menu1 ul li a{
    color:rgba(255, 240, 240, 0.503);
    text-decoration: none;
}
.menu1 ul li a:hover{
    color:white;
}
.menu2{
    position: absolute;
    margin-left: 50%;
    margin-top: 10%;
    text-transform: uppercase;
}
.menu2 ul li a{
    color:rgba(255, 240, 240, 0.503);
    text-decoration: none;
}
.menu2 ul li a:hover{
    color:white;
}
.menu3{
    position: absolute;
    margin-left: 70%;
    margin-top: 10%;
    text-transform: uppercase;
}
.menu3 ul li a{
    color:rgba(255, 240, 240, 0.503);
    text-decoration: none;
}
.menu3 ul li a:hover{
    color:white;
}
.menu4{
    position: absolute;
    margin-left: 23.8%;
    margin-top: 0%;
    text-transform: uppercase;
    display: inline-block;
}
.menu4 ul li{
    color: white;
    font-size: 20px;
    display: inline-block;
    padding: 85px;
}
.endhead{
    margin-top: 50%;
}
.endhead h4{
    position: absolute;
    font-family: Tangerine;
    font-size: 40px;
    color: azure;
    margin-left: 42%;
}
.menux{
    margin-top: -23%;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
}
.menux ul li{
    display: inline-block;
    padding: 5vh;
}
.menux ul li img{
    max-width: 35vh;
    max-height: 35vh;
}
.reservation-form {
    margin: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.reservation-form label {
    font-family: 'Tangerine', serif;
    font-size: 24px;
}
.reservation-form input, 
.reservation-form textarea {
    margin-left: -32%;
    position: absolute;
    width: 90%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: -27%;
}

.reservation-form input[type="submit"] {
    background-color: aquamarine;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.reservation-form input[type="submit"]:hover {
    background-color: #45a049;
}
