﻿.landingPageVideoContainer {
    background-color: #00000070;
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    min-height: 780px;
}

.landingPageVideo {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.landingPageNavBar {
    background-color: #0000;
    margin-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.landingPageNavBarLogo img {
    width: 200px;
}

.landingPageNavBarLinks {
    align-items: center;
    display: flex;
    float: right;
    position: relative;
    margin-top: 18px;
}

.manualsBtn {
    font-size: 15px;
    font-weight: 600;
    font-family: Oxygen, sans-serif;
    border: 0;
}

.manualsDropDown li a {
    font-size: 15px;
    font-family: Oxygen, sans-serif;
    color: #303350;
}

.manualsDropDown li a:hover {
    color: #6f7182;
}

.manualsDropDown .dropdown-item:active {
    background-color: #ffc107;
    color: black;
}

@media screen and (max-width: 767px) {
    .landingPageVideoContainer {
        position: fixed;
        bottom: 0;
        padding-top: 120px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .landingPageLoginContainer {
        padding-top: 70px;
    }
}