


:root {
    --background-color: #f7eee8;
    --top-bar-dark: #f1e5de;
    --welcome-bar: #f1e5de;
    --box-color: #fdf7f3;
    --text-color: #979797;
    --white-text: #ffffff;
    --dark-pink: #ba3d3d;
    --pink: #a99381;

}

.mobile {
    display: none;
}

.topbar {
    width: 100%;
    height: 300px;
    background-color: var(--top-bar-dark);
    margin-bottom: -300px;
}

.footer-description {
    width: 60%;
    text-align: justify;
    line-height: 25px;
    font-size: 12px;
    color: #968177;
    text-transform: none !important;

}


body {
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: Georgia;
    font-weight: 400;
    font-size: 100%;
    margin: 0;
}

#wrapper {
    margin-top: -5px;
    width: 1200px;
}

#container {
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
}



.page-date {
    font-size: 15px;
    text-transform: uppercase;
    text-align:right;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ba3d3d;
    padding: 3px 8px 3px 0px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    position: relative;
    top: 158px;
    left: -155px;
    width:300px;
    height:20px;
    display: inline-block;
}

.page-date span {
    background-color: #f7eee8;
}

.page-date i {
    font-size: 12px;
}



.share {
    background-color: #f7eee8;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ba3d3d;
    padding: 3px 8px 3px 0px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    position: relative;
    bottom: 90px;
    right: -1123px;
    display: inline-block;
    margin-bottom: -25px;
}

.share i {
    font-size: 12px;
}


.welcome-message {
    color: var(--text-color);
    font-size: 12px;
    line-height: 24px;
    padding: 8px;
    text-align: justify;
}

.latest-images {
    padding: 8px;
}

.menu main {
    border: 0 !important;
}

#menu ul {
    list-style: none;
    color: var(--white-text);
    margin: 0;
}


#menu ul ul {
    display: none;
}

#menu ul li:hover>ul {
    display: none;
}

#menu ul ul li {
    display: none;
}

#menu ul ul li:hover {
    display: none;
}

.navibar {
    text-transform: uppercase;
    width: 1190px;
    color: var(--white-text);
    text-align: center;
    background-color: var(--dark-pink);
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 5px;
}

.navibar ul li {
    display: inline;
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
    font-family: georgia;
    font-weight: 400;
    color: var(--white-text);
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity 0.4s linear;
    webkit-transition: all 0.4s ease-out;
    moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-decoration: none;
    text-transform: uppercase;
}

.navibar a:hover {
    font-family: georgia;
    font-weight: 400;
    color: var(--white-text);
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity 0.4s linear;
    webkit-transition: all 0.4s ease-out;
    moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-decoration: none;
    text-transform: uppercase;
}


a.menu-link {
    float: right;
    display: block;
    padding: 1em;
}

nav[role=navigation] {
    clear: both;
}

.js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
}

nav[role=navigation].active {
    max-height: 45em;
}

nav[role=navigation] ul {
    margin: 0;
    padding: 0;
}

nav[role=navigation] li a {
    padding: 0.8em;
}

@media screen and (min-width: 48.25em) {
    a.menu-link {
        display: none;
    }

    .js nav[role=navigation] {
        max-height: none;
    }

    nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
    }

    nav[role=navigation] li {
        display: inline-block;
        margin: 0 0.25em;
    }

    nav[role=navigation] li a {
        display: inline-block;
        border: 0;
    }
}


a {
    text-decoration: none;
    color: var(--pink);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    text-decoration: none;
    color: var(--dark-pink);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-line {
    width: 1200px;
    background-color: var(--dark-pink);
    height: 1px;
    margin-top: 18px;
}

.social-media {
    position: relative;
    top: -16px;
    left: 0px;
    display: inline-block;
    background-color: var(--background-color);
    margin-right: 5px;
}


.social-media i {
    padding: 8px;
    text-align: center;
    color: #ba3d3d;
}

.content {
    background-color: var(--box-color);
}


#content-wrap {
    width: 100%;
}

#content-wrap i {
    color:var(--pink)!important;
}

#content-outline {
    border-right: 1px solid #ba3d3d;
    border-left: 1px solid #ba3d3d;
    padding: 0 15px 0 15px;
}


#content {
    background-color: #ffffff;
}


h5 {
    padding-top:5px;
    background-color:var(--dark-pink);
    width:100%;
    font-size:11px;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    position:relative;
}

h5 a:link {
    color:#ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    padding:5px;
}

h5 a:active {
    color:#ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    padding:5px;
}

h5 a:visited {
    color:#ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    padding:5px;
}

h5 a:hover {
    color:#2222222;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    padding:5px;
}

.squareone {
    background-color:#222222;
    height:5px;
    width:5px;
    position:relative;
    top:15px;
    left:0px;
    margin-right:5px;
}

.categories-wrap {
    width:100%;
}
.categories {
    padding:10px;
}


.cat-title {
    font-family: 'Hurricane', cursive;
    font-size:45px;
    color:#ba3d3d;
}

.cat-title a:link {
    font-family: 'Hurricane', cursive;
    font-size:45px;
    color:#ba3d3d;
}

.cat-title a:active {
    font-family: 'Hurricane', cursive;
    font-size:45px;
    color:#ba3d3d;
}

.cat-title a:visited {
    font-family: 'Hurricane', cursive;
    font-size:45px;
    color:#ba3d3d;
}

.cat-title a:hover {
    font-family: 'Hurricane', cursive;
    font-size:45px;
    color:var(--pink);
}

.box {
    display:block;
    padding:10px;
}

.cat-desc {
    width:98%;
    text-align:justify;
    background-color:#fdfaf8;
    padding:10px;
}



.tableh1 {
    color:#ffffff;
    background-color:var(--pink);
    padding:5px;
}

.tableh2 {
    background-color:#ba3d3d;
    color:#ffffff!important;
}


.alblink {
    color:#ffffff!important;
}

.alblink a {
    color:#ffffff!important;
}

.alblink a:link {
    color:#ffffff!important;
}

.alblink a:visited {
    color:#ffffff!important;
}

.alblink a:active {
    color:#ffffff!important;
}

.alblink a:hover {
    color:#ffffff!important;
}

.statlink a {
    color:#ffffff!important;
}

.statlink a:link {
    color:#ffffff!important;
}

.statlink a:visited {
    color:#ffffff!important;
}

.statlink a:active {
    color:#ffffff!important;
}

.statlink a:hover {
    color:#ffffff!important;
}



.stats {
    color:#ffffff;
    background-color:#ead9cf;
    display:inline-block;
    padding:3px 8px;
    text-align:center;
}





.clearfooter {
    height:130px;
    clear:both;
}

#footer {
    text-transform: uppercase;
    text-align: justify;
    width: 100%;
    background-color: var(--top-bar-dark);
    color: #968177;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

#footer ul {
    list-style:none;
}

#footer ul li {
    display:inline;
    padding:5px 15px 5px 15px;
}

#footer ul li+li:before {
    padding:5px;
}

#footer a:link {
    text-decoration:none;
    text-transform:uppercase;
    color: #968177;
}

#footer a:active {
    text-decoration:none;
    text-transform:uppercase;
    color:#968177;
}

#footer a:visited {
    text-decoration:none;
    text-transform:uppercase;
    color:#968177;
}

#footer a:hover {
    text-decoration:none;
    text-transform:uppercase;
    color:#968177;
}


@media only screen and (max-width:1024px), only screen and (max-device-width:1024px) {

.menu-link i {
    display:inline;
    font-family: 'FontAwesome';
}

#menu {
    position:relative;
}

#menu > a {
    
}

#menu:not( :target ) > a:first-of-type,
#menu:target > a:last-of-type {
    display:block;
}

#menu > ul {
    height:auto;
    position:absolute;
    display:none;
    left:0;
    right:0;
    list-style:none;
}

#menu:target > ul {
    display:block;
    list-style:none;
}

#menu > ul > li {
    width:100%;
    float:none;
    list-style:none;
}

#menu li ul {
    position:static;
    list-style:none;
}

.navibar li {
    padding:5px;
}

#menu li {
    display:block;
}

#menu ul {
    list-style:none;
    line-height:30px;
}

.header {
    display:none;
}

.header-bg {
    display:none;
}

#container {
    width:80%;
}

#content {
    width:100%;
}

#sidebar {
    width:100%;
}

.featured-image img {
    width:100%;
}

iframe {
    width:80%;
}

.mobile {
    display:block;
}




.page-date {
    display:none;
}

.share {
    display:none;
}
    .social-media {
        display:none;
    }
    .social-line {
        display:none;
    }
    
    .navibar {
        width:100%!important;
    }
    

    #content-wrap {
        width: 100%;
    }
    
    .topbar {
        display:none;
    }
    h5 {
        width:100%;
    }
}

