body {
    font-family: 'Montserrat', sans-serif;
    width: 105vw;
}




.navbar {
    height: 110%;
    width: 110%;
    margin-left: -3%;
    margin-top: 0%;
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.5)  ;
}

#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    position: fixed; 
    overflow: hidden;

}


.dropdown .dropbtn {
    display: none;

}

.navbar h1 {
    display: none;
}

.navbar a {
    padding: 8px;
    text-decoration: none;
    font-size: 8vw;
    color: black;
    display: block;
    transition: 0.3s;
}


.navbar .abt {}

.navbar .abt_2 {
    display: none;

}

.dropdown-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 20vh;    overflow: hidden;


}

.navbar .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
    .navbar a {
        font-size: 20px
    }

    .navbar .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}