body {
    background: #000;
}

.navbar {
    position: relative;
    width: 100% !important;
    top: 20px;
}

.navbar-collapse {
}

.container-fluid {
}

.navbar-nav {
    padding-left: 9px;
    font-family: "BPG Arial Caps" !important;
    color: rgba(0,0,0,0.7) !important;
}

.navbar-nav a {
    font-size: 11px;
    padding: 0px 17px 0px 17px !important;
    color: rgba(255,255,255,0.9) !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /*C:\Users\User\Documents\GIEGLAN*/
}

.companyLogo img {
    max-width: 100%;
    height: auto;
}

.navbar-collapse {
    display: flex !important;
    align-items: end;
    justify-content: end !important;
}

#myVideo {
    position: fixed;
    /*right: 0;*/
    /*min-bottom: 0;*/
    min-width: 100vw;
    height: 100vh;
    /*min-height: 100%;*/
    opacity: 0.4;
    /*z-index: -1;*/
}