*
{
    padding: 0%;
    margin: 0%;
}
body{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin:auto;
}
.layer{
    background-color: rgba(0,0,0, 0.5);
    width:100%;
    height: 100vh;
    background-size: cover;

}

#banner{
    width:100%;
    height:100vh;
    overflow:hidden ;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:780px){

    body{
        background-image:url('images/MV\ VIEW.jpg');
        background-attachment: fixed;
        background-size: cover;
    }
    .navbar{
        font-size:18px;
        transform: translate(10%,0%);

        width: 85%;
    }
    
}
@media (min-width:500px){
    #banner{
        background-image:url('images/di.jpg');
        background-attachment: fixed;
        background-size: cover;
    }
    .navbar{
        font-size:25px;
        transform: translate(17%,0%);
        width: 75%;
    }
}

.navbar{
    
    
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    color:goldenrod;
    font-weight: 200;
    letter-spacing: 3px;
    text-shadow: 0px 0px 0px gold;
}
.logo img{
    
    float: left;
    width: 80px;
    height: auto;
    left: 70px;
    
}
.navbar{
    position: fixed;

}
