@font-face {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    src: local('Cuprum Regular'), local('Cuprum-Regular'), url(/fonts/dg4k_pLmvrkcOkBNJutC.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFEFFF;
    font-size: 16px;
}

h1,
h2,
h3 {
    font-family: Cuprum, sans-serif;
}

.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;
    text-align: center;
}

.page_title {
    display: block;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #FFEFFF;
}

img {
    border: 0;
}

.image {
    max-width: 100%;
}

.flex_container {
    display: flex;
}

#main {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#header {
    clear: both;
    min-height: 110px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px 0px 5px 0px;
    overflow: auto;
    background-image: url(/images/header-background1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;


}

#header_left {
    float: left;
    max-width: 300px;
    width: 100%;
    padding: 5px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header_right {
    float: right;
    width: auto;
    vertical-align: top;
    min-height: 110px;
    position: relative;
}

#header_rightt {
    text-align: right;
    padding: 4px;
}

#header_rightb {
    padding: 4px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#nav {
    display: table;
    border-spacing: 1px;
}

.main_nav,
.main_nav_join {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    background-color: rgba(255, 239, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 1em;
}

.main_nav:hover {
    background-color: rgba(255, 239, 255, 0.8);
}

.main_nav_join:hover {
    background-color: rgba(55, 155, 55, 0.8);
}

.head_title {
    margin: 0px;
}

#content {
    clear: both;
    height: auto;
    margin: 0px 0px 5px 0px;
    background-color: #FFFFFF;
    max-width: 1200px;
    overflow: auto;
    padding: 0px;
}

#content_index {
    background-image: url(images/bg_1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 600px;
    position: relative;
}

.content_text {
    display: block;
    max-width: 500px;
    background-color: rgba(255, 239, 255, 0.7);
    color: #000000;
    padding: 0px 5px 0px 5px;
    margin: 5px;
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #FFEFFF;
}

.content_text p {
    margin: 5px;
}

.content_wrapper {
    margin: 5px;
    max-width: 100%;
}

#content_left {
    width: 50%;
    float: left;
    text-align: left;
}

#content_right {
    width: 50%;
    float: right;
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.links {
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #FFEFFF;
}

.content_header {
    margin: 0px;
    font-size: 3em;
}

#updates {
    clear: both;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px 0px 5px 0px;
    overflow: auto;
}

#footer {
    clear: both;
    max-width: 100%;
    background-color: #FFFFFF;
    margin: 0px 0px 5px 0px;
    overflow: auto;
    padding: 5px;
}

.footer {
    justify-content: space-evenly;
}

.initials {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.initial {
    display: inline-block;
    width: 25px;
    background-color: rgba(255, 239, 255, 0.5);
    margin: 0px 1px 0px 1px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.initial:hover {
    background-color: rgba(255, 239, 255, 0.8);
}

.model_thumbs {
    display: inline-block;
    text-align: center;
    height: auto;
    width: 33.33%;
    margin-top: 20px;
    vertical-align: top;
}

.model_name {
    font-size: 1.2em;
}

.update_grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.update_cell {
    text-align: center;
    height: 100%;
    padding: 4px;
    box-sizing: border-box;
}

.update_cell_title {
    min-height: 3em;
    padding: 4px;
    box-sizing: border-box;
}

.update_cell_image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    box-sizing: border-box;
}

#update_thumbs {
    vertical-align: middle;
}

.update_thumbs {
    display: inline-block;
    text-align: center;
    height: auto;
    width: 20%;
    margin-top: 20px;
    vertical-align: bottom;
    padding: 4px;
    box-sizing: border-box;

}

.update_image {
    position: relative;
}

.update_text {
    font-size: 0.8em;
}

.full_image {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.news_title {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 1.2em;
}

.news_date {
    float: right;
}

.content_center,
.align_center {
    text-align: center;
}

.padded_cell {
    padding: 4px;
    box-sizing: border-box;
}

#cancel_center {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.sorry {
    margin: 5px;
}

.join_button {
    width: 100%;
    max-width: 300px;
    margin: 10px;
    padding: 5px;
}

.join_button:hover {
    background-color: rgba(55, 155, 55, 0.8);
}

#footer_banners {
    text-align: center;
    clear: both;
    border-top: 1px solid #FFEFFF;
}

#legal_disclaimer {
    text-align: center;
    clear: both;
    border-top: 1px solid #FFEFFF;
}

.legal_text {
    text-align: left;
}

@media screen and (max-width: 730px) {
    #header_left {
        max-width: 100%;
    }

    #header_right {
        max-width: 100%;
        text-align: center;
    }

    .update_thumbs {
        width: 50%;
    }

    .model_thumbs {
        width: 100%;
    }

    .link_image {
        max-width: 100%;
        min-width: 100%;
    }

    #content_index {
        min-height: 300px;
    }

}