html, body, #content, #content_wrap {
    background-color: #fef5ef !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;
}
#content_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: #fef5ef;
    margin: 0;
    padding: 0;
    color: #202020;
    font-size: 17px;
    font-family: 'Arimo', sans-serif;
    height: 100%;
}
#content {
    background-color: #ced0ce;
    height: 100%;
    width: 100%;
    touch-action: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
A:link {
    text-decoration: none;
    color: #0659f3;
}
A:visited {
    text-decoration: none;
    color: #0659f3;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #0659f3;
}
A:active {
    text-decoration: none;
    color: #0659f3;
}
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;
}
/* INDEX */
#content_wrap {
    background-color: #fef5ef;
    position: relative;
    width: 915px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}
/* BROWN TITLE */
#content_title {
    font-weight: bold;
    text-align: center;
    color: #8e6a52;
    margin-top: 24px;
    font-size: 37px;
}
.content_title_text {
    display: inline;
}
h1.content_title_h1 {
    font-size: 37px;
    display: inline;
}
.content_title_decoration {
    display: block;
    width: 286px;
    margin-top: 8px;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
}
/* ARTICLES*/
.content_text {
    margin-bottom: 16px;
    line-height: 22px;
    display: block;
    text-align: justify;
}
h2.content_text_title {
    font-size: 21px;
    margin-top: 28px;
    margin-bottom: 14px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    display: block;
}
ul.content_text_li {
    margin: 0;
    padding: 0;
    display: block;
}
li.content_text_li {
    padding-left: 18px;
    padding-bottom: 18px;
    text-align: justify;
    line-height: 22px;
    background-image: url('/images/bullet-brown-dot.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.content_images {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 18px;
}
/* SUBPAGES */
.content_contact_frame {
    padding: 30px;
    margin-top: 30px;
    margin-left: 66px;
    margin-right: 66px;
    background-color: #f3e0d3;
    border-radius: 30px;
}
/* BLOG */
.blog_text_intro {
    text-align: justify;
    padding-top: 9px;
    margin-bottom: 39px;
    line-height: 28px;
    display: block;
}
h2.blog_text_title {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    display: block;
}
.blog_author_info {
    margin-top: 10px;
    font-size: 15px;
    display: block;
    margin-bottom: 9px;
    line-height: 22px;
    font-style: italic;
}
.blog_text {
    margin-bottom: 40px;
    line-height: 28px;
    display: block;
}
#blogposts_title {
    font-weight: bold;
    text-align: center;
    color: #8e6a52;
    margin-top: 24px;
    font-size: 20px;
}
.blogposts_title_text {
    display: inline;
}
h1.blogposts_header {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding-top: 8px;
}
.blogposts_url {
    padding-top: 12px;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 15px;
}
.blogposts_author_info {
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 36px;
    font-size: 15px;
    text-align: center;
}
/* FOOT */
#foot_wrap {
    position: absolute;
    border-top: 1px solid #d0b39f;
    background-color: #f3e0d3;
    height: auto;
    width: 100%;
}
#foot_content {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
nav.foot_nav {
    text-align: center;
    margin: 0;
    padding: 0;
}
nav.foot_nav li {
    font-weight: bold;
    font-size: 24px;
    display: inline;
}
nav.foot_nav a:link {
    color: #202020;
}
nav.foot_nav a:visited {
    color: #202020;
}
nav.foot_nav a:hover {
    color: #202020;
}
nav.foot_nav a:active {
    color: #202020;
}
nav.foot_nav a {
    display: inline-block;
    margin: 18px;
}
/* FOOT SOCIALS */
nav.foot_button_section {
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
}
nav.foot_button_section li {
    display: inline;
}
nav.foot_button_section a {
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
}
nav.foot_button_section li:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
}
.foot_button {
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    cursor: pointer;
    margin-top: 14px;
    height: 90px;
    width: 90px;
}
.foot_button_facebook {
    background-color: #2f7bec;
    background-position: 49% 50%;
    background-image: url("images/facebook-icon.png");
}
.foot_button_twitter {
    background-color: #2fa7ec;
    background-position: 56% 52%;
    background-image: url("images/twitter-icon.png");
}
.foot_button_bookmark {
    background-color: #ee71a9;
    background-position: 50% 57%;
    background-image: url("images/bookmark-icon.png");
}
/* AD */
#ban_left_160, #ban_right_160 {
    display: none;
}
#ban_left_300 {
    cursor: pointer;
    display: block;
    z-index: 9;
    position: absolute;
    top: 7%;
    left: 12px;
    width: 300px;
    height: 600px;
}
#ban_right_300 {
    cursor: pointer;
    display: block;
    z-index: 9;
    position: absolute;
    top: 7%;
    right: 12px;
    width: 300px;
    height: 600px;
}
/* BAN VIEWPORTS*/
@media (max-width: 1679px) {
    #ban_left_300, #ban_right_300 {
        display: none;
    }
    #ban_left_160 {
        cursor: pointer;
        display: block;
        z-index: 9;
        position: absolute;
        top: 7%;
        left: 12px;
        width: 160px;
        height: 600px;
    }
    #ban_right_160 {
        cursor: pointer;
        display: block;
        z-index: 9;
        position: absolute;
        top: 7%;
        right: 12px;
        width: 160px;
        height: 600px;
    }
}
@media (max-width: 1366px) {
    #ban_left_160 {
        cursor: pointer;
        top: 8%;
        display: block;
    }
    #ban_right_160 {
        cursor: pointer;
        top: 8%;
        display: block;
    }
}
@media (max-width: 1280px) {
    #ban_left_160, #ban_right_160 {
        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) {
    #content_wrap, #foot_content {
        width: 764px;
    }
    .page_header_section {
        height: auto;
    }
    .page_header_social {
        padding-top: 18px;
        bottom: 8px;
        right: 0;
        position: relative;
        text-align: center;
    }
    .contact_img_section {
        display: none
    }
    .contact_text_section {
        width: 100%;
    }
    .content_contact_frame {
        padding: 25px;
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: #f3e0d3;
        border-radius: 20px;
    }
    .vertical_bar {
        display: none
    }
    nav.foot_nav {
        padding-bottom: 6px;
        padding-top: 6px;
    }
    nav.foot_nav li {
        display: block;
    }
}
@media (max-width: 767px) {
    #content_wrap, #foot_content {
        width: 630px;
    }
}
@media (max-width: 640px) {
    #content_wrap, #foot_content {
        width: 500px;
    }
    .content_contact_frame {
        padding: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 525px) {
    #content_wrap, #foot_content {
        width: 434px;
    }
}
@media (max-width: 480px) {
    #content_wrap, #foot_content {
        width: 320px;
    }
    .contact_postal {
        width: 100%;
        padding: 0px;
    }
    .contact_inside {
        padding-right: 5px;
        padding-left: 7px;
        padding-top: 0px;
    }
}