*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* padding-top: 70px; */
    font-size: 18px;
    line-height: 1.5;
    background-color: rgb(235, 235, 235);
    min-height: 90svh;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

.header,
.footer {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.image {
    width: 100%;
}

.image:hover {
    transform: scale(1.1);
    transition: all 2s ease;
}

.footer {
    margin-top: 16px;
}

.center_image {
    margin: 0 auto;
}

.m_0 {
    margin: 0;
}

.p_0 {
    padding: 0;
}

.store_image {
    height: 10rem;
    overflow: hidden;
}

.border {
    border: 1px solid rgb(211, 211, 211);
    margin: 4px 0;
}

.card_outline {
    background-color: #ffffff;
    padding: .5rem;
    border-radius: .5rem;
}

#main,
#content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    min-height: 45svh;
}

#headerm {
    padding: 4px;
    border-bottom: 1px solid rgb(211, 211, 211);
    background-color: rgb(235, 235, 235);
    display: grid;
    grid-template-columns: auto auto;
}

.relative {
    position: relative;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.grid_5_col,
.grid_5,
.grid3,
.grid_3,
.comments_grid,
.grid2,
.grid_2 {
    display: grid;
    gap: .5rem;
}

.grid2,
.grid_2 {
    grid-template-columns: 1fr 1fr;
}

.comments_grid {
    grid-template-columns: 1fr 3fr 1fr;
    background-color: rgb(211, 211, 211);
    margin: 4px 0;
}

.grid3,
.grid_3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid_5 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid_5_col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.thumbnails,
.grid_thumbs,
.width_100pc {
    width: 100%;
}

.nsfw_container {
    position: relative;
    text-align: center;
}

.nsfw_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 80%;
    color: #000;
    z-index: 100;
    font-size: .95rem;
    background-color: rgba(240, 248, 255, 0.25);
    margin: 4px;
    pointer-events: none;
}

.signup_fields {
    margin: 0 0 20px 0;
}

.signup_field {
    width: 100%;
    height: 30px;
}

.margin_bottom {
    margin-bottom: .5rem;
}

.margin_v {
    margin: .5rem 0;
}

.clear {
    clear: both;
}

.font_08 {
    font-size: .8rem;
}

.font_09 {
    font-size: .9rem;
}

.video_link {
    margin: 0 2em;
}

.initial {
    display: inline-block;
    border: 1px solid rgb(211, 211, 211);
    margin: 4px;
    text-align: center;
    font-weight: bold;
    padding: 8px 12px;
}

.feature_cell {
    background-color: #FFBFFF;
    text-align: center;
    border: 1px solid rgb(211, 211, 211);
    box-shadow: 2px 2px 2px rgb(211, 211, 211);
    border-radius: 8px;
}

.pad_4 {
    padding: 4px;
}

.cell,
.feature_cell {
    padding: 4px;
}

.bold {
    font-weight: bold;
}

.centerbold {
    text-align: center;
    font-weight: bold;
}

.entertext {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}

.grey_border {
    padding: 8px;
    clear: both;
    width: 100%;
    text-align: center;
    border: 1px solid rgb(211, 211, 211);
    margin: 8px 0;
}

.italic {
    font-style: italic;
}

.imgright {
    float: right;
    margin: 0px 5px 0px 10px;
    box-shadow: 5px 0px 5px rgb(211, 211, 211);
    border: 0;
    border-radius: 8px;
}

.imgleft {
    float: left;
    margin: 0px 10px 0px 0px;
    box-shadow: 5px 5px 5px rgb(211, 211, 211);
    border: 0;
    border-radius: 8px;
}

.header_logo {
    margin-top: 8px;
}

.header_container {
    display: flex;
    align-items: center;
}

.bulletlist {
    font-weight: bold;
    font-size: 1.6rem;
    font-style: italic;
}

#hamburger {
    display: none;
}

#nav_container {
    display: none;
    position: absolute;
    font-size: 1.6rem;
    padding: 4px;
    top: 70px;
    right: 0;
    min-width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    z-index: 10;
}

#nav_container a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.cta-btn {
    display: inline-block;
    padding: 0.7em 1.4em;
    background: linear-gradient(135deg, #0078ff, #00bfff);
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 120, 255, 0.75);
    transition: all 0.25s ease;
}

.cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 120, 255, 0.35);
}

.cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 120, 255, 0.25);
}

@media screen and (max-width: 799px) {

    .imgright,
    .imgleft {
        float: none;
        display: block;
        margin: 0 auto;

    }

    .feature_cell,
    .grid2_inner {
        margin-bottom: 4px;
    }

    .grid2,
    .grid3 {
        display: block;
    }

    .mob_nav {
        min-height: 2rem;
        margin: 4px 0;
        border-bottom: 1px solid rgb(255, 255, 255);
    }

    .headernav {
        display: none;
    }

    #hamburger {
        display: block;
        margin: 0 8px 0 0;
        float: right;
    }

    input#navmenu[type=checkbox] {
        display: none;
    }

    input#navmenu[type=checkbox]:checked~#nav_container {
        display: block;
    }
}