button {
    all: inherit;
    text-transform: uppercase;
    padding: 10px;
}

    button:hover {
        color: #f96604;
    }

.container-fluid {
    padding: 0;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100vh;
}

.modal {
    z-index: 1051;
}

.modal-backdrop {
    top: 0;
    z-index: 2;
    width: auto;
    height: 1px;
}

.modal-content {
    background-color: #1f1f1f;
}

.btn {
    color: #e6e6e6;
}

    .btn:hover {
        color: #f96604;
    }

.form-control:focus {
    border-color: black;
    outline: 0;
    box-shadow: none;
}

label {
    color: #f96604;
}

button:focus {
    outline: none;
    outline: none;
}

.img {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.btn-group-center {
    margin: auto;
}

.color {
    color: #f96604;
}

.close {
    text-shadow: none;
    color: #f96604;
}

.menu > a:hover {
    text-decoration: none;
}

.menu > button {
    padding-top: 7px;
}

@media screen and (max-width:600px) {
    button {
        font-size: 14px;
        padding: 5px;
    }
}


.main-menu-container {
    text-align: left;
    padding: 20px;
}

.new-menu {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

    .new-menu > a {
        position: relative;
        flex: 1 1 auto;
        color: #e6e6e6;
        font-weight: 400;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-transform: uppercase;
    }

.early-access-btn {
    display: inline-flex;
    float: right;
    background-color: #deb027;
    transition: .3s;
}

.early-access-btn > a {
    text-transform: uppercase;
    transition: none;
    color: white;
}

.early-access-btn > a:hover {
    text-decoration: none;
    color: white;
}

.early-access-btn:hover {
    transform: scale(1.05);
}
    
.modal-footer-button {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-footer-button hr {
    border: 1px solid #f96604;
    width: 100%;
}