html, body, #content { background-color: #fdedd8 !important; }
.no-mobile {
    display: none;
    touch-action: none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#info_mobile {
    display: none;
}
html {
    scrollbar-width: none;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
    background: transparent; /* Optional: just make scrollbar invisible */
    height: 0;
    width: 0; /* Remove scrollbar space */
}
body, html {
    background-color: #fdedd8;
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 20px;
    font-family: 'Lora', serif;
    height: 100%;
}
#content {
    background-color: #dadada;
    height: 100%;
    width: 100%;
    touch-action: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
A:link, A:visited, A:hover, A:active {
    text-decoration: none;
    color: #3254cf;
    font-weight: 500;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
}
a img {
    border: 0;
}
img {
    display: block;
}
h1, h2 {
    padding: 0;
    border: 0;
    margin: 0;
}
p {
    padding: 0;
    border: 0;
    margin: 0
}
li, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* INFO */
#info_container {
    position: relative;
    width: 922px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    color: #242424;
}
#info_header_container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.info_header_decolines {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center; /* Added this to center the title and lines */
}
.info_header_decolines::before {
    content: "";
    width: 62px; /* Here's the fixed width */
    height: 2px;
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
    margin-right: 14px;
    background-color: #242424;
}
h1.info_header_h1 {
    font-size: 90px;
    font-weight: 500;
    padding-top: 24px;
    line-height: 1;
}
h2.info_header_h2 {
    font-size: 24px;
    line-height: 1;
    padding-top: 9px;
}
.info_header_decolines::after {
    content: "";
    width: 62px; /* Here's the fixed width */
    height: 2px;
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
    margin-left: 14px;
    background-color: #242424;
}
.info_paragraph_header {
    font-size: 22px;
    margin-top: 22px;
    font-weight: 600;
    display: block;
}
.info_paragraph_text {
    margin-top: 22px;
    line-height: 30px;
    display: block;
    text-align: justify;
}
.info_paragraph_image {
    width: 100%;
    margin: 0 auto;
    margin-top: 22px;
}
ul.info_paragraph_li {
    margin: 0;
    padding: 0;
    display: block;
}
li.info_paragraph_li {
    display: block;
    margin-top: 22px;
    padding-left: 26px;
    text-align: justify;
    line-height: 30px;
    background-image: url('/images/bullet-heart.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
}
#subheader_container {
    background-color: #f5e0c5;
    border-bottom: 2px solid #ead3b4;
    position: relative;
    padding: 26px 10px 27px 10px;
}
h1.subheader_h1 {
    font-size: 34px;
    line-height: 40px;
    padding-top: 3px;
    font-weight: 600;
    text-align: center;
}
.feedback_container {
    padding-top: 22px;
}
.feedback_form {
    background-color: #f5e0c5;
    padding: 26px;
}
.privacy a:link {
    color: #242424;
    text-decoration: none;
}
.privacy a:visited {
    color: #242424;
    text-decoration: none;
}
.privacy a:hover {
    color: #242424;
    text-decoration: none;
}
.privacy a:active {
    color: #242424;
    text-decoration: none;
}
/* BLOG */
#blog_container {
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 922px;
    margin-bottom: 40px;
    clear: both;
}
h2.blog_header {
    margin-top: 35px;
    font-weight: bold;
    display: block;
    font-size: 26px;
    margin-bottom: 8px;
}
.blog_byline {
    font-size: 15px;
    display: block;
    margin-bottom: 13px;
    line-height: 22px;
    font-style: italic;
}
.blog_text {
    display: block;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 30px;
}
.blog_post_breadcrumb {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 15px;
}
h1.blog_post_header {
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 26px;
}
.blog_post_byline {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
    width: 308px;
    margin-left: auto;
    margin-right: auto;
}
.blog_post_byline_decolines {
    display: flex;
    flex-basis: 100%;
    align-items: center;
}
.blog_post_byline_decolines::before {
    content: "";
    flex-grow: 1;
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin-right: 10px;
    background-color: #2f2e2d;
}
#blog_post_byline_text {
    float: left;
}
.blog_post_byline_decolines::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin-left: 10px;
    background-color: #2f2e2d;
}
/*
.blog_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
}
.blog_video iframe, .blog_video object, .blog_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_text_credentials {
    font-style: italic;
    font-size: 15px;
    display: block;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 22px;
}*/
/* FOOTER */
#footer_container {
    position: absolute;
    background-color: #ecd3b1;
    height: auto;
    width: 100%;
}
#footer_content {
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/* FOOTER NAV */
nav.footer {
    text-align: center;
    margin: 0;
    padding: 0;
}
nav.footer li {
    font-weight: 500;
    font-size: 22px;
    display: inline;
}
nav.footer a {
    color: #242424;
    display: inline-block;
    margin: 0 18px;
}
nav.footer li {
    font-size: 22px;
    display: inline;
}
nav.footer a {
    font-weight: 600;
    color: #242424;
    display: inline-block;
    margin: 0 18px;
}
/* FOOTER SOCIAL */
.footer_social_content {
    padding: 0;
    margin-top: 44px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 0;
}
.footer_social_content li {
    display: inline;
}
.footer_social_content a {
    margin-right: 13px;
    margin-left: 13px;
    display: inline-block;
}
.footer_social_buttons {
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor: pointer;
    height: 70px;
    width: 70px;
    transition: 0.6s;
}
.footer_social_twitter {
    background-position: 54% 50%;
    background-image: url("images/emblem-twitter.png");
    opacity: 0.68;
}
.footer_social_bookmark {
    background-position: 50% 54%;
    background-image: url("images/emblem-bookmark.png");
    opacity: 0.68;
}
.footer_social_facebook {
    background-position: 48% 48%;
    background-image: url("images/emblem-facebook.png");
    opacity: 0.68;
}
.footer_social_games {
    background-position: 49% 50%;
    background-image: url("images/emblem-games.png");
    opacity: 0.68;
}
.footer_social_twitter:hover {
    opacity: 1;
}
.footer_social_bookmark:hover {
    opacity: 1;
}
.footer_social_facebook:hover {
    opacity: 1;
}
.footer_social_games:hover {
    opacity: 1;
}
/* AD */
#promo_160_left, #promo_160_right {
    display: none;
}
#promo_300_left {
    z-index: 9;
    position: absolute;
    top: 16%;
    left: 12px;
    width: 300px;
    height: 600px;
}
#promo_300_right {
    z-index: 9;
    position: absolute;
    top: 16%;
    right: 12px;
    width: 300px;
    height: 600px;
}
/* AD */
@media (max-width: 1679px) {
    #promo_300_left, #promo_300_right {
        display: none;
    }
    #promo_160_left {
        display: block;
        z-index: 9;
        position: absolute;
        top: 7%;
        left: 12px;
        width: 160px;
        height: 600px;
    }
    #promo_160_right {
        display: block;
        z-index: 9;
        position: absolute;
        top: 17%;
        right: 12px;
        width: 160px;
        height: 300px;
    }
}
@media (max-width: 1366px) {
    #promo_160_left {
        top: 2%;
    }
}
@media (max-width: 1280px) {
    #promo_160_left, #promo_160_right {
        display: none;
    }
}
/* ###RESPONSIVE### */
/* On small devices, fill entire screen and hide rest of the page. */
@media (max-device-width: 1in), (max-device-height: 1in) {
    html {
        overflow: hidden;
    }
    html, body {
        padding: 0;
        margin: 0;
        touch-action: none;
        height: 100%;
    }
    #content {
        box-shadow: none;
        touch-action: none;
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .no-mobile {
        display: none;
        touch-action: none;
    }
}
@media (max-width: 991px) {
    #info_container, #footer_content, #blog_container {
        width: 764px;
    }
    .pipe {
        display: none
    }
    nav.footer {
        padding-top: 6px;
    }
    nav.footer li {
        display: block;
        padding-bottom: 22px;
    }
    nav.footer_social_content {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    #info_container, #footer_content, #blog_container {
        width: 630px;
    }
}
@media (max-width: 640px) {
    #info_container, #footer_content, #blog_container {
        width: 500px;
    }
}
@media (max-width: 525px) {
    #info_container, #footer_content, #blog_container {
        width: 434px;
    }
    .footer_social_buttons {
        transition: 0s;
    }
}
@media (max-width: 480px) {
    #info_container, #footer_content, #blog_container {
        width: 320px;
    }
    h1.info_header_h1 {
        font-size: 85px;
        line-height: 1;
    }
    .footer_social_content a {
        margin-right: 4px;
        margin-left: 4px;
    }
    .feedback_form {
        background-color: #fdedd8;
        padding: 0;
    }
}