* {
    margin: 0;
    padding: 0;
}

body {
    overflow-y: hidden;
}

.header {
    background: rgba(0, 0, 100, 0.4);
    height: 100vh;
}

.Video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

@media (min-aspect-ratio:16/9) {
    .Video-background {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio:16/9) {
    .Video-background {
        width: 100%;
        height: auto;
    }
}

.logo {
    margin: 25px;
    height: 40px;
    border-radius: 50%;
}

.landing-page {
    position: relative;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: seashell;
    top: 150px;
    font-size: 24px;
}

.landing-page h1 {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.btn {
    font-size: 18px;
    color: #fff;
    margin: 5px;
    padding: 7px 22px;
    text-decoration: none;
    border: 1px solid black;
    margin-top: 5%;
    box-shadow: 0 0 20px 0 grey;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding-top: 1px;
}

.btn-Hire {
    background-color: rgb(7, 118, 221);
}

.btn:hover {
    background: black;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.social-links {
    float: right;
    /* display: inline-table; */
    /* height: 10px;
    justify-conten */
    display: flex;
}

.Nav-Bar {
    float: center;
    width: 200px;
    height: 10px;
    opacity: .8;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    padding-left: 120px;
    position: relative;
    display: block;
}

.Nav-Bar a {
    color: lime;
    background: black;
}

html {
    scroll-behavior: smooth;
}

#navbar {
    background-color: rgba(20, 203, 228, 0.8);
    color: black;
    font-family: cursive;
}

.navigation {
    overflow: hidden;
}

.navigation a {
    float: left;
    color: rgb(7, 118, 221);
    text-align: justify;
    padding: 20px 20px;
    font-size: 17px;
}


/* Change the color of links during hover */

.navigation a:hover {
    background-color: white;
    color: black;
}


/* Add a color to the active/current link */

.navigation a.active {
    background-color: black;
    color: white;
}

.brand {
    font-size: 30px;
    color: rgb(7, 118, 221);
    display: inline-block;
}

.topbar-col {
    display: inline;
    padding-left: 2%;
    float: right;
}