body {
    background-color: #f3f3f3;
    background-image: url('/img/texture.png');
    background-repeat: repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1,h2,h3,h4,h5,h6 {
    color: #7d6e4a;
}

.form-control:focus {
    border-color: #7d6e4a;
    box-shadow: 0 0 0 0.2rem #7d6e4a28;
}

.btn {
    padding: .475rem 2.75rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #7d6e4a;
    border-color: #7d6e4a;
}

.btn:disabled {
    pointer-events: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #7d6e4a28;
}

.btn-primary:hover {
    background-color: #5e5237;
    border-color: #5e5237;
}

#agegate {
    background-image: url('/img/texture.png');
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    display: block;
}

#agegate .age-gate-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(-50%);
    padding: 2rem 0;
}

#agegate .age-gate-inner .age-gate--content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#agegate .age-gate-inner .age-gate--content .age-gate--logo {
    margin-bottom: 20px;
}

#agegate .age-gate-inner .age-gate--content .age-gate--logo img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#agegate .age-gate-inner .age-gate--content .age-gate--title {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #7d6e4a;
    font-weight: bold;
}

#agegate .age-gate-inner .age-gate--content .age-gate--subtitle {
    font-size: 1.05rem;
}

#agegate form .age-gate--select-group {
    text-align: center;
    display: flex;
    margin: 1rem 0;
}

#agegate form .age-gate--select-group select {
    flex: 1;
    display: block;
    margin: 0 1rem;
    padding: 12px;
    border: 1px solid #7d6e4a;
    color: #7d6e4a;
    border-radius: 6px;
}
#register-form .age-gate--select-group {
    text-align: left;
    display: block;
    margin: 1rem 0;
}

#register-form .age-gate--select-group select {
    width: 100%;
    display: block;
    padding: 12px;
    border-radius: 6px;
}

#agegate form input.button.primary {
    background-color: #7d6e4a;
    border-color: #7d6e4a;
    color: #fff;
    padding: 12px 19.5555555556px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    -webkit-appearance: none;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #7d6e4a;
    transition: 0.3s;
}
#agegate form input.button.primary:hover {
    background-color: #5e5237;
    border-color: #5e5237;
}

.age-gate--docs-container {
    text-align: center;
    margin-top: 1rem;
}

.age-gate--docs-container a {
    color: #7d6e4a;
}

/** Header **/
#mobile-menu {
    display: none;
}
.main-header {
    height: 64px;
    margin-top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    color: rgba(0,0,0,.87);
    display: block;
    max-width: 100%;
}

.main-header .navbar {
    padding: 0rem 1rem;
    height: 64px;
}

.main-header .navbar .nav-link {
    color: rgba(0,0,0,.87);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.055rem;
    font-size: 0.85rem;
}

.main-header .navbar .nav-link:hover {
    color: #7d6e4a;
}

/** Footer **/
.footer {
    background-color: #fff;
    border-color: #fff;
    align-items: center;
    padding: 16px 16px;
    position: relative;
    margin-top: auto;
    transition-duration: .2s;
    transition-property: background-color,left,right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.footer .inner-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-links {
    display: flex;
}

.footer .footer-links a {
    display: inline-block;
    color: rgba(0,0,0,.87);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.055rem;
    font-size: 0.85rem;
    margin-right: 1rem;
    text-decoration: none;
}

.footer .footer-links a:hover {
    color: #7d6e4a;
}

.main-body section {
    max-width: 555px;
}

/** Home Page **/
.intro {
    text-align: center;
}
.intro img {
    max-width: 200px;
    display: block;
    margin: 0 auto 1rem;
}

/** Login Page **/
#lost-pass {
    display: inline-block;
    margin: 1rem 0;
    color:#7d6e4a;
}

/** Profile Page **/
.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/** Videos Page **/
.videos {
    max-width: 100%;
}

.videos .video {
    margin: 3rem 0;
}

.videos .video video {
    width: 100%;
    max-width: 100%;
    display: block;
}

.videos .video .vjs-poster {
    background-size: cover;
}

.videos .video .video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.videos .video-js .vjs-big-play-button {
    background: #5e5237
}

.videos .video-js .vjs-control-bar {
    background:#cf0e2d;
}

/** Mobile **/
@media(max-width: 600px) {
    #logged-nav {
        display: none;
        position: absolute;
        right: 0px;
        top: 66px;
        background: #fff;
        padding: 15px;
    }
    #mobile-menu {
        display: block;
        background: none;
        border: 0;
        font-weight: bold;
        text-transform: uppercase;
    }
    #agegate .age-gate-inner {
        top: 0;
        transform: none;
    }
    #agegate form .age-gate--select-group {
        display: block;
        margin: 1rem;
    }
    #agegate form .age-gate--select-group select {
        margin: 1rem 0;
        width: 100%;
        box-sizing: border-box;
    }
    .footer .footer-links {
        display: block;
        text-align: center;
    }
    .main-header .navbar .nav-link {
        padding: .5rem;
    }
}