body {
    background: url("../images/Home_Page.png") no-repeat fixed center;
}

/*video#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -1;
    background-size: cover;
}*/

html, body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

#videoBG {
    position: fixed;
    z-index: -1;
}

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

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

@media (max-width: 767px) {
    #bgVideo {
        display: none;
    }

    body {
        background: url('poster.jpg');
        background-size: cover;
    }
}

.container {
    position: relative;
}

.container video {
    position: relative;
    z-index: 0;
}

.overlay {
    color: white;
    position: absolute;
    top: 70%;
    left: 40%;
    text-align: center;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 400px;
    flex-wrap: wrap;
}

.title {
    font-family: 'Bebas Neue', cursive;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 65px;
    margin: 0;
    padding: 0;

}

.logoArray{
    margin-top: 20px;
    display: flex;
}

.logo{
    padding-right: 15px;
    display: flex;
    justify-content: center;
}

.link{
    color: white;
    text-decoration: inherit;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

img {
    max-width: 75px;
    max-height: 75px;
}
