*
{
    margin: 0;
    padding: 0;

}
.video-section {
                margin-left: 420px;
                margin-bottom: 200px;
                margin-right: 200px;
                margin-top: 1px;
                position: relative;
                width: 50%;
                max-height: 100px;
                overflow: visible;
            }
            #video-elem {
                width: 75%;
            }
            video::-webkit-media-controls {
                display:none !important;
            }
            


header
{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(wallpaper.jpg);
    height: 200vh;
    background-size: cover;
    background-position: center;
}

.main-nav
{
    float: right;
    list-style: none;
    margin-top: 30px;
    
}

.main-nav li
{
    display: inline-block;
    
}

.main-nav li a
{
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", cursive;
    font-size: 15px;
}



.main-nav li a:hover
{
    border: 1px solid white;
}


.logo img
{
    width: 150px;
    height: auto;
    float: left;
    
}


body
{
    font-family: monospace;
}


.row
{
    max-width: 1200px;
    margin: auto;
}

.hero
{
    position: absolute;
    width: 1200px;
    margin-left: 0px;
    margin-top: 0px;
}

h1
{
    color: white;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    margin-top: 300px;
    margin-left: 130px;
    font-family: "Roboto", cursive;
}
 .button 
{
    margin-top: 30px;
    margin-left: 375px;
    
}

.btn
{
    border: 1px solid white;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 110px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Roboto", cursive;
}

btn-one
{
    font-family: "Roboto", cursive;
}

.btn-one:hover
{
    
    background-color: skyblue;
    transition: all 0.2s ease-in;
}

btn-two
{
    font-family: "Roboto", cursive;
}

.btn-two:hover
{
    background-color: skyblue;
    transition: all 0.2s ease-in;
}
