/*///// Default elements /////*/

html, body {
    background-color: #121212;
    color: white;
    height: auto;
    font-family: sans-serif;
    font-size: 16px;
    margin: 0;
    min-height: 100dvh;
    min-width: 360px;
    padding: 0;
    width: 100%;
}

a, a:active, a:link, a:hover, a:visited {
    color: #ff4d4d;
    text-decoration: none;
}

button {
    background-color: transparent;
    border: none;
}

h2 {
    color: #ff4d4d;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: center;
}

p {
    margin: 0;
    line-height: 2.5em;
    margin-top: 1.25em;
    padding: 0;
    text-align: left;
    width: auto;
}

p:first-child {
    margin-top: 0px;
}

section {
    height: auto;
    margin: 0 auto;
    padding: 0;
    padding-top: 0;
    width: 100%;
    z-index: 9;
}

span {
    color: #ff4d4d;
}

/*///// Classes /////*/

.overlay {
    background-color: #121212;
    display: none;
    height: 100%;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.banner_section {
    background-image: url(../img/v3rsus.banner.bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: fixed;
    margin-top: -16px;
}

.red_section {
    background-color: #682222;
}

.section_container {
    height: auto;
    margin: 0 auto;
    max-width: 1072px;
    padding: 16px 32px 16px 32px;
    width: calc(100% - 64px);
}

.top_bar_container {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1168px;
    padding: 0px;
    width: 100%;
}

.top_bar_container a, .top_bar_container a:visited {
    color: white;
}

.top_bar_container a:active, .top_bar_container a:hover {
    color: #ff4d4d;
    text-decoration: none;
}

.header_logo_container {
    display: block;
    height: 100%;
    margin-left: -8px;
    width: auto;
}

.header_logo {
    height: 24px;
    margin-top: 4px;
    width: auto;
}

.header_logo_mobile_menu_button_container {
    display: none;
    height: 100%;
    justify-content: center;
    margin-left: -8px;
    width: auto;
}

.main_menu_mobile_open_button {
    background-image: url(../img/hamburger-menu.png), url(../img/hamburger-menu-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 24px;
    margin-top: 3px;
    width: 18px;
}

.main_menu_mobile_open_button:hover {
    background-image: url(../img/hamburger-menu-hover.png);
}

.header_logo_mobile {
    display: inline;
    height: 24px;
    margin-left: 20px;
    margin-top: 4px;
    width: auto;
}

.top_bar_buttons_container {
    display: flex;
    height: 16px;
    justify-content: center;
    margin-right: -8px;
    position: relative;
    width: auto;
}

.account_button {
    background-image: url(../img/account.png), url(../img/account-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    width: 16px;
    z-index: 999;
}

.account_button:hover {
    background-image: url(../img/account-hover.png);
}

.account_control_box_container {
    background-color: #121212;
    border: 1px solid #1e1e1e;
    display: none;
    font-size: 12px;
    height: auto;
    padding: 24px;
    position: absolute;
    right: 24px;
    top: 0;
    width: auto;
    z-index: 999;
}

.account_control_box_container h3 {
    background-color: white;
    color: #121212;
    display: inline-block;
    margin: 0;
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.account_control_box_container ul {
    height: auto;
    list-style-type: none;
    margin: 0;
    margin-top: 16px;
    padding: 0;
    text-indent: 0;
    width: auto;
}

.account_control_box_container ul li {
    border-top: 1px solid #1e1e1e;
    display: block;
    line-height: 2.5em;
    text-align: left;
}

.account_control_box_container ul li:last-child {
    border-bottom: 1px solid #1e1e1e;
}

.account_control_box_container ul li a {
    color: white;
}

.account_control_box_container ul li a:hover {
    color: #ff4d4d;
}

.shopping_cart_button {
    background-image: url(../img/shopping-cart.png), url(../img/shopping-cart-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin-right: 24px;
    width: 16px;
}

.shopping_cart_button:hover {
    background-image: url(../img/shopping-cart-hover.png);
}

.main_menu_list {
    height: auto;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-indent: 0;
    width: auto;
}

.main_menu_list li {
    display: inline-block;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
}

.main_menu_list a {
    display: block;
}

.main_menu_mobile_container {
    border-right: 1px solid #1e1e1e;
    background-color: #121212;
    height: 100%;
    left: 0;
    margin-left: -300px;
    max-width: 300px !important;
    position: absolute;
    top: 0;
    transition: margin-left .25s linear;
    width: 100%;
    z-index: 999;
}

.main_menu_mobile_logo_short {
    float: left;
    height: auto;
    margin-left: 20px;
    margin-top: 16px;
    width: 40px;
    vertical-align: top;
}

.main_menu_mobile_close_button {
    color: white;
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-right: 16px;
    margin-top: 16px;
    position: inline;
    z-index: 99;
}

.main_menu_mobile_close_button:hover {
    color: #ff4d4d;
}

.main_menu_mobile_list {
    height: auto;
    margin-left: 0;
    margin-top: 80px;
    max-height: calc(100% - 96px);
    list-style-type: none;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}

.main_menu_mobile_list li {
    border-top: 1px solid #1e1e1e;
    display: block;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-indent: 22px;
}

.main_menu_mobile_list li:last-child {
    border-bottom: 1px solid #1e1e1e;
}

.main_menu_mobile_list li:hover {
    background-color: #303030;
}

.main_menu_mobile_list li a {
    display: block;
}

.banner_container {
    align-items: center;
    color: white;
    display: flex;
    height: 265px;
    justify-content: center;
    text-align: center;
    transition: background-position .25s linear;
    width: calc(100% - 32px);
}

.david_v3rsus_container {
    background-image: url(../img/david.v3rsus.png);
    background-position: -75px -10px;
    background-repeat: no-repeat;
    background-size: 175% auto;
    display: inline-block;
    height: 100%;
    width: 192px;
}

.msg_container {
    background-image: url(../img/blacopac.png);
    border-radius: 15px;
    display: inline-block;
    font-style: italic;
    height: auto;
    margin-top: 16px;
    max-height: 100%;
    max-width: 40%;
    padding: 8px 16px 8px 16px;
    transition: all .2s linear;
    width: auto;
}

.msg_container a {
    color: #ff4d4d;
    float: right;
    line-height: 2em;
}

.msg_container p {
    margin: 0;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-align: left;
}

.signup_info_container, .signin_info_container {
    height: auto;
    justify-content: center;
    padding: 0 16px 0 16px;
    text-align: center;
    transition: background-position .25s linear;
    width: calc(100% - 32px);
}

.signup_info_container h2, .signin_info_container h2 {
    margin-bottom: 24px;
    margin-top: 16px;
}

.signup_info_container ul {
    color: white;
    display: inline-block;
    list-style-type: disc;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
    width: auto;
}

.signup_info_container ul li, .signin_info_container ul li {
    line-height: 2.5em;
    text-align: left;
    text-indent: 0px;
}

.signup_container, .signin_container {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 0px 16px 56px 16px;
    text-align: center;
    width: calc(100% - 32px);
}

.signup_form, .signin_form {
    background-color: #0d0d0d;
    border: 1px solid white;
    height: auto;
    max-width: calc(100% - 128px);
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 16px;
    text-align: center;
    width: auto;
}

.form_group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: left;
}

.form_group label {
    text-align: left;
}

.firstname, .lastname, .email, .username, .password {
    width: calc(100% - 8px);
}

.checkbox {
    margin-right: 4px;
}

.signup_button, .signin_button {
    background-color: #8e3131;
    color: white;
    font-weight: 700;
    padding: 8px;
    width: auto;
}

.form_message_container_display_none {
    display: none;
}

.form_message_container {
    border: 1px dashed white;
    color: #ff4d4d;
    font-weight: 600;
    height: auto;
    margin-top: 16px;
    padding: 16px;
    text-align: center;
    width: calc(100% - 32px);
}

.form_msg {
    color: #ff4d4d;
}

.form_conditions {
    font-size: 12px;
    line-height: 1.5em;
}

.form_extra {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0px;
}

.form_extra:first-child {
    border-top: 1px solid #1e1e1e;
    padding: 16px 0px 0px 0px;
}

.verify_email_container {
    height: auto;
    justify-content: center;
    padding: 16px;
    text-align: center;
    width: calc(100% - 32px);
}

.signout-button {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
}

.signout-button:hover {
    color: #ff4d4d;
}

.footer_section_container .signout-button {
    color: gray;
    font-size: 14px;
}

.privacy_policy_container, .terms_of_service_container {
    height: auto;
    justify-content: center;
    padding: 0 16px 48px 16px;
    text-align: center;
    transition: background-position .25s linear;
    width: calc(100% - 32px);
}

.privacy_policy_container h2, .terms_of_service_container h2 {
    color: lightgray;
    font-weight: 300;
    text-align: left;
}

.privacy_policy_container h2:first-child, .terms_of_service_container h2:first-child {
    color: #ff4d4d;
    font-weight: 700;
    text-align: center;
}

.footer_section {
    background-color: #1e1e1e;
    border-top: 1px solid gray;
    position: sticky;
    top: 100dvh;
    padding: 0px;
    width: 100%;
}

.footer_section_container {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.footer_logo_container {
    height: 48px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 48px;
}

.footer_logo {
    height: 32px;
    width: auto;
}

.footer_list_group_container {
    height: auto;
    margin: 0 auto;
    max-width: 1072px;
    width: calc(100% - 64px);
    padding: 16px;
    text-align: center;
    width: calc(100% - 64px);
}

.footer_list_group {
    display: inline-block;
    height: auto;
    padding: 8px;
    text-align: center;
    width: auto;
}

.footer_list_group ul {
    display: inline-block;
    list-style-type: none;
    margin-left: 4px;
    margin-right: 4px;
    min-width: 128px;
    padding: 0;
    text-indent: 0;
    vertical-align: top;
    width: auto;
}

.footer_list_group ul li {
    color: gray;
    font-size: 15px;
    line-height: 2em;
    text-align: left;
}

.footer_list_group ul li span {
    color: white;
}

.footer_list_group ul li a {
    color: gray;
}

.copyright_section_container {
    border-top: 1px dashed #303030;
}

.copyright_container {
    height: auto;
    margin: 0 auto;
    max-width: 1072px;
    padding: 40px 16px 48px 16px;
    text-align: center;
    width: calc(100% - 64px);
}

.copyright_container p {
    font-size: 15px;
    line-height: 0em;
    text-align: center;
}

.disclaimer_section_container {
    background-color: #8e3131;
}

.disclaimer_container {
    height: auto;
    margin: 0 auto;
    max-width: 1072px;
    padding: 32px 16px 32px 16px;
    text-align: center;
    width: calc(100% - 64px);
}

.disclaimer_container p {
    color: #aeaeae;
    font-size: 15px;
    font-style: italic;
    text-align: left;
}

/*///// Media Queries /////*/

@media screen and (max-width: 960px) {

    .main_menu_list {
        margin: 2px auto;
    }
    
    .signup_banner_container ul li {
        line-height: 1.8em;
    }
}

@media screen and (max-width: 896px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 20px;
    }
    
    p {
        line-height: 2em;
    }

    .header_logo_container {
        display: none;
    }

    .header_logo_mobile_menu_button_container {
        display: flex;
    }

    .main_menu_list {
        display: none;
    }
}

@media screen and (max-width: 740px) {

}

@media screen and (max-width: 666px) {

    .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80); /* For Safari on iOS */
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; /* For Safari on iOS */
    }

    .footer_list_group {
        vertical-align: top;
        width: 128px;
    }

}

@media screen and (max-width: 360px) {

}
