body {
    background-color: #0d1215;
    color: #dadada;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a {
    color: #fff;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(7rem + 72px);
    padding-bottom: 7rem;
}

    header.masthead .masthead-content {
        z-index: 1;
        position: relative;
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 4rem;
        }

        header.masthead .masthead-content .masthead-subheading {
            font-size: 2rem;
        }

@media (min-width: 992px) {
    header.masthead {
        padding-top: calc(10rem + 55px);
        padding-bottom: 10rem;
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 6rem;
        }

        header.masthead .masthead-content .masthead-subheading {
            font-size: 4rem;
        }
}


.navbar-nav .nav-link {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}

    .navbar-nav .nav-link:hover {
        color: #fff;
    }

.navbar-img {
    height: 32px;
}

label {
    font-size: 12px;
    margin-bottom: 5px;
}

input.form-control, textarea.form-control {
    color: #eff !important;
    background-color: #212529 !important;
    border: #212529 !important;
    box-shadow: 0 0 0 !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

a.magic-link {
    background-image: url(/imgs/backround1.gif);
    background-size: 56%;
    color: #12ff05 !important;
}

p {
    margin-bottom: 1.25em;
    margin-top: 1.25em
}

.alert {
    text-align: center;
}

.w-space {
    white-space: pre-line;
}

.mxw {
    max-width: 699px;
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #9E9E9E;
    background-color: transparent;
    border-color: transparent;
}

    .nav-link:focus, .nav-link:hover, .nav-tabs .nav-link.active {
        color: #ffffff;
    }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs {
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.navbar-nav {

}

    .navbar-nav a.dropdown-item {
        font-size: 0.9rem;
        color: #fff;
        background: transparent !important;
    }

.navbar-nav ul.dropdown-menu.show {
    background: #1c252b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.display-5 {
    font-size: 1.5rem;
}

.home-header {
    background-image: url(/imgs/logoxd.png);
    background-size: cover;
    background-color: #000;
}

    .home-header > div {
        background-color: rgba(13, 18, 21, 0.65);
        padding-top: 8rem;
        padding-bottom: 8rem;
    }