/*
Theme Name: The Simu Library
URI: https://simuliu.net
Description: A custom Wordpress theme by Deanna @ Feelin Alive Designs
Author: Deanna
Author URI: http://feelinalive.net
*/
body, html {
    margin: 0;
    padding: 0;
}

body {
    background: #020202;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

#container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#header {
    width: 100%;
    max-width: 2000px;
    height: 600px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#mobileheader {
    display: none;
}

#navigation {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #78552f;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0px 25px 0px;
    margin-bottom: -2px;
}

a:link.nav, a:visited.nav, a:active.nav {
    padding: 17px 15px;
    margin: 0px;
    font-size: 15pt;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    position: relative;
    z-index: 999;
}

a:hover.nav {
    color: #ffffff;
}

a.nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 22px;
    bottom: 18px;
    left: 0;
    background-color: #cc9a65;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}

a.nav:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

#latestimages {
    background: #ffffff;
    width: 100%;
    max-width: 875px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    text-align: center;
    float: right;
    margin: 10px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

#latestimages img {
    max-width: 75px;
    padding: 0px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    filter: grayscale(100%);
    margin: -3px;
}

#latestimages img:hover {
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    filter: grayscale(0%);
}

#latestimages td {
    margin: 0 auto;
}

#welcomemessage {
    background: #ffffff;
    width: 100%;
    max-width: 305px;
    min-height: 234px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    text-align: center;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
}

span.welcomemessagetitle, span.latesimgstitle {
    text-align: center;
    font-size: 12pt;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #1f525b;
    display: block;
    padding: 10px;
    width: 94%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.welcomefooter {
    display: block;
    background-image: url('images/welcomefooter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 80px;
}

span.latesimgstitle {
    width: 98% !important;
    max-width: 880px;
}

.wmcon {
    padding: 10px;
    text-align: justify;
}

#contentwrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position: relative;
    overflow: visible;
}

#sidebar {
    max-width: 430px;
    width: 100%;
    float: right;
    margin-bottom: 50px;
    margin-top: 5px;
    min-height: 100%;
}

.sidebartitle {
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #1d525b;
    display: block;
    padding: 10px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sbbox {
    padding: 5px;
}

.sidebarcontent {
    width: 99%;
    padding: 0px;
    color: #000000;
    margin: 5px;
    float: left;
    background: #ffffff;
    text-align: left;
    padding-bottom: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.sidebarcontent img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 5px;
    border: 2px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sidebarcontent a:link>img, .sidebarcontent a:active>img, .sidebarcontent a:visited>img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 0px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    border: 0px;
    filter: grayscale(80%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebarcontent a:hover>img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    filter: grayscale(0%);
}

img.imgnoborder {
    border: 0px !important;
}

img.projectimg {
    max-width: 425px;
    width: auto;
    padding: 0px;
    margin: 0 auto;
    border: 0px solid #000000;
    text-align: center;
}

.projectinfo {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    width: 95%;
    margin-top: -60px;
}

span.projecttitle {
    font-size: 10pt;
    padding: 5px 5px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 19pt;
    background: #000000;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.projectrole {
    color: #795732;
    font-weight: 400;
    font-style: italic;
    display: block;
    text-align: right;
    text-transform: capitalize;
}

span.projectrelease {
    color: #183537;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 14pt;
    text-transform: capitalize;
    text-align: left;
    display: block;
    margin-top: -16px;
}

span.projectrelease:before {
    font-family: "Font Awesome 5 Free";
    content: "\f271\00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    white-space: pre-wrap;
}

.projectlinks {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #00000021;
    margin-bottom: 15px;
}

span.projectlink {
    background: transparent;
    padding: 0px 15px;
    margin: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 0px;
    display: inline-block;
    font-size: 30pt;
}

span.projectlink a {
    text-decoration: none;
    color: #000000;
}

span.projectlink a:hover {
    color: #78552f;
}

span.projectlink:nth-child(even) a:hover {
    color: #1f525b;
}

.projectblurb {
    text-align: justify;
    margin: 0px 5px;
    padding: 10px;
    background: #00000012;
}

span.projectadditionalinfo {
    display: block;
    font-size: 10pt;
    text-transform: uppercase;
    width: auto;
    padding: 2px;
    color: #000000;
    text-align: center;
    font-weight: 800;
}

span.projectadditionalinfo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f067\00a0";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
}

.sidebarcontent blockquote {
    border-left: 0px;
    max-width: 90%;
    color: #000000;
    min-height: 80px;
}

.sidebarcontent li {
    list-style: none;
    margin: 5px;
    padding: 0px;
    padding-inline-start: 0px;
    color: #000000;
    padding: 5px;
    margin: 5px;
    border-bottom: 1px solid #00000021;
}

.sidebarcontent li a:link, .sidebarcontent li a:visited, .sidebarcontent li a:active, .sidebarcontent li li a {
    margin: 0px;
    line-height: 10pt;
    background: transparent;
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    font-weight: 700;
}

.sidebarcontent li a:hover {
    color: #78552f;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.sidebarcontent li:before {
    content: "\00a0\25C6\00a0";
    color: #338a99;
    font-size: 11pt;
}

.sidebarcontent submit {
    width: 20%;
}

.afftextlinks {
    text-align: center;
    display: block;
    padding-top: 5px;
}

.afftextlinks li {
    font-size: 8pt;
    display: inline-block;
    width: 44%;
    height: auto;
    overflow: hidden;
    text-align: left;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-transform: uppercase;
    margin: 0px;
}

.afftextlinks li:nth-child(even) {
    text-align: right;
}

.afftextlinks li:nth-child(even):before {
    display: none;
}

.afftextlinks li:nth-child(even):after {
    content: "\00a0\25C6\00a0";
    color: #338a99;
     font-size: 11pt;
}

input#s {
    width: 80%;
}

form#searchform {
    padding: 10px 0px 0px 0px;
}

#content {
    width: 100%;
    max-width: 750px;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    overflow: visible;
    background: transparent;
    padding-bottom: 50px;
}

.postdate:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017\00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    white-space: pre-wrap;
}

.postdate {
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
}

.pinfo {
    font-size: 8pt;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 5px;
    background: #000000;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: right;
}

.postecon {
    padding: 5px;
    background: #2c2c2c;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
    
}

span.postcategory a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 2px 0px 2px;
}

span.postcategory {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

span.postcategory a {
    color: #000000;
    background: #ffffff;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

span.postcategory a:hover {
    color: #ffffff;
    background: #4c4c4c;
}

span.cpg_album a, span.cpg_cat a {
    background: transparent !important;
}

.featimg {
    text-align: center;
    background: rgb(120, 85, 47);
    background: linear-gradient(167deg, rgba(120, 85, 47, 1) 12%, rgba(29, 82, 91, 1) 39%, rgba(120, 85, 47, 1) 90%);
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.featimg img {
    width: 100%;
    height: auto;
    max-width: 720px;
    margin-top: 0px;
    mix-blend-mode: overlay;
    filter: grayscale(100%);
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    border: 10px solid #000000;
}

.ptitle {
    width: 100%;
    text-align: right;
    float: left;
    color: #000000;
    background: #ffffff;
    padding: 8px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px 0px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
    -moz-box-shadow: 5px 10px 0px 1px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
}

.postcomments svg.svg-inline--fa.fa-comments.fa-w-18 {
    font-size: 48pt;
}

span.postcomments {
    color: #ffffff;
}

span.postcomments a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

span.postcomments a:hover {
    color: #d67d50;
}

.posttitle {
    font-size: 16pt;
    color: #000000;
    text-transform: uppercase;
}

.posttitle a {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 20pt;
    line-height: 20pt;
    background-image: linear-gradient(to right,
            rgb(171 120 66),
            rgb(43 128 142) 50%,
            #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    display: inline-block;
    padding: 0px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease-in-out;
}

.posttitle a:hover {
    background-position: 0;
}

.postcontent {
    min-width: 95%;
    padding: 0px;
    color: #ffffff;
    text-align: justify;
    margin: 0px;
    margin-bottom: 0px;
    background: transparent;
    float: left;
    font-size: 9pt;
}

.postecon a {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    padding: 3px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.postecon a:hover {
    background: #3d3d3d;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.postcontent p {
    margin: 10px;
}

.postcontent a:link img, .postcontent a:active img, .postcontent a:visited img {
    margin: 10px 4px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px 0px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
    -moz-box-shadow: 5px 10px 0px 1px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
}

.postcontent a:hover img {
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    filter: grayscale(100%);
}

.postcontent blockquote {
    max-width: 680px;
    width: 100%;
    text-align: justify;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    margin: 0 auto;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.postcontent li {
    list-style: none;
    margin: 5px;
    padding: 0px;
    padding-inline-start: 0px;
    color: #ffffff;
}

.postcontent li:before {
    content: "\00a0\25C6\00a0";
    color: #338a99;
    font-size: 15pt;
}

.postcontent li a {
    line-height: 16pt;
}

.gallerylinks {
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
 
}

.gallerylinks:before {
    content: '\f083\00a0Gallery & Other Related Links\00000a';
    font-family: "Font Awesome 5 Free", 'Jost';
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    white-space: pre;
    background: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    margin-top: 10px;
    display: block;
    padding: 8px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
    -moz-box-shadow: 5px 10px 0px 1px rgba(31, 82, 91, 1), -5px -5px 0px 1px rgba(120, 85, 47, 1);
}

.gallerylinks u {
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 800;
}

.gallerylinks li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1\00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 10px;
    color: #fff;
    white-space: pre-wrap;
    margin-bottom: 2px;
    background-image: none;
}

.gallerylinks ul {
    margin-left: -40px;
}

.gallerylinks li {
    color: #ffffff;
    margin: 2px 12px 0px 12px;
    background: #78552f;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.gallerylinks li:nth-child(even) {
    background: #1d525b;
}

.gallerylinks li a {
    line-height: 18pt;
    color: #ffffff;
    background: transparent !important;
    font-weight: 800;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration-color: #000000;
}

.gallerylinks a:hover {
    color: #ffffff !important;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    text-decoration: underline 2px;
    text-underline-offset: 3px;
    text-decoration-style: solid;
    text-decoration-color: #ffffff;
}

.postentry iframe {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    max-width: 650px;
}

h1 {
    font-size: 13pt;
    padding: 5px 15px;
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    background: #000000;
    line-height: 28pt;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #36adc1;
    font-size: 16pt;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    text-decoration: underline 3px;
    text-decoration-style: solid;
    text-decoration-color: #000000;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #cf9456;
    font-size: 10pt;
    letter-spacing: 0px;
    text-align: left;
    padding: 0;
}

strong, b {
    color: #36adc1;
}

i, em {
    color: #33adc1;
}

s, strike {
    color: #cf9455;
}

u {
    text-decoration: underline 1px;
    text-decoration-style: wavy;
    text-decoration-color: #cf9453;
}

input, select, submit, textarea {
    color: #000000;
    background: #f4f3f3;
    text-decoration: none;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0px;
    padding: 10px;
}

textarea#comment {
    max-width: 700px;
}

li.authorcomment {
    list-style-type: none;
    padding-left: 5px;
}

#gravatar img {
    display: none;
}

div#commentlist {
    background: #000000;
    color: #ffffff;
    padding: 12px;
    margin: 2px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

/*
Styling for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/
#wppagenavi {
    font-family: 'Lato', sans-serif;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    background: #000000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 28pt;
    padding: 7px;
    border: none;
}

.wp-pagenavi a:hover {
    background: #78552f;
    color: #ffffff;
}

.wp-pagenavi span.current {
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    background: #034e5c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 28pt;
    padding: 7px;
}

.wp-pagenavi span.pages {
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    background: #000000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    padding: 7px;
    text-shadow: none;
}

#footer {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    background: transparent;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    min-height: 500px;
    width: 100%;
    clear: both;
}

.footercontainer {
    width: 100%;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 8pt;
    max-width: 558px;
    margin-top: 170px;
    margin-left: 397px;
    text-align: center;
}

.footertext {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-size: 8pt;
    text-transform: none;
    line-height: 12pt;
    display: block;
    background: transparent;
    padding: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.themecredits {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.themecredits svg.svg-inline--fa {
    margin: 0px;
    padding: 0px 2px;
    background: transparent;
    color: #78552f;
    font-size: 12pt;
}

.themecredits a:link, .themecredits a:visited, .themecredits a:active {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.themecredits a:hover {
    color: #034e5c;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.clearfix {
    clear: both;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #fffffff #000000;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #000000;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #000000;
}

::-webkit-scrollbar-thumb:hover {
    background: #36adc1;
}

::selection {
    background: #e5bc90;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #e5bc90;
    /* Gecko Browsers */
}

div#qTip {
    padding: 5px 10px;
    display: none;
    background: #000000b3;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 8pt;
    line-height: 8pt;
    position: absolute;
    z-index: 1000;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

form {
    display: block !important;
}