body {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-left: 0;

}

.navbar {
    overflow: hidden;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
    position: fixed;
    z-index: 10;
    width: 100vw;
    margin-top: 0px;
}

@keyframes example {
    from {
        color: white;
    }

    to {
        color: black;
    }
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.navbar a {
    float: right;
    font-size: 2vmin;
    color: white;
    text-align: center;
    padding: 14px 1vw;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0);
    margin-right: 20px;

    float: right;
    text-align: right;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: alternate;

}

.navbar .abt {
display: none;
}

.navbar .abt_2 {
    color: black;

}


.index_link {
    z-index: 99;
    position: fixed;
    background-color: red;
    margin-top: -14px;

}








.navbar h1 {
    float: left;
    font-size: 2vmin;
    color: rgba(0, 0, 0, 1.0);
    text-align: center;
    padding: 0px 1vw;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0);
    margin-top: ;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
}

.dropdown {
    float: right;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.0);

}

.dropdown .dropbtn {
    font-size: 2vmin;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: 'Montserrat', sans-serif;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: alternate;

}

.navbar a:hover,
.dropdown:hover .dropbtn {
    color: grey;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: right;
    float: right;
    text-decoration: none;
    text-shadow: 3px 3px 5px white;

}


.dropdown-content {
    display: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0.0);
    min-width: 160px;
    z-index: 1;
    float: right;

}

.navbar .closebtn {
    display: none;
}

.dropdown-content a {
    float: right;
    color: black;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
    background-color: rgba(0, 0, 0, 0.0);
}

.dropdown:hover .dropdown-content {
    display: block;
}