﻿/* General Stuff */

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #1a331e;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

textarea {
    resize: none;
}

/* Mobile Header */

.header-mobile {
    color: #000000;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

    .header-mobile .header-contact {
        padding-bottom: 20px;
        color: #33663a;
        font-size: 24px;
        line-height: 150%;
    }

        .header-mobile .header-contact a,
        .header-mobile .header-contact a:visited {
            color: #33663a;
        }

            .header-mobile .header-contact a:hover {
                color: #33663a;
                text-decoration: none;
            }

    .header-mobile .menu {
        z-index: 99990;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #2A5430;
    }

/* Desktop Header */

.header-desktop {
    position: relative;
    z-index: 9999;
    color: #000000;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.header-desktop .header-contact {
    display: flex;
    align-items: center;
    height: 67px;
    margin: 0 0;
    padding: 0 0;
    color: #33663a;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}

.header-desktop .header-contact .container-xl {
}

.header-desktop .header-contact a,
.header-desktop .header-contact a:visited {
    color: #33663a;
    text-decoration: none;
}

.header-desktop .header-contact a:hover {
    color: #33663a;
    text-decoration: none;
}

.header-desktop .header-contact a.facebook,
.header-desktop .header-contact a.facebook:visited {
    color: #4267B2;
}

.header-desktop .header-contact a.facebook:hover {
    color: #4267B2;
}

.header-desktop .header-contact a.instagram,
.header-desktop .header-contact a.instagram:visited {
    color: #833AB4;
}

.header-desktop .header-contact a.instagram:hover {
    color: #833AB4;
}

.header-desktop .logo-desktop {
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -100px;
}

/* Desktop Menu */

    .header-desktop .menu {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
        background: -moz-linear-gradient(left, #366d3e 0%, #2a5430 33%, #2a5430 66%, #366d3e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #366d3e 0%,#2a5430 33%,#2a5430 66%,#366d3e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #366d3e 0%,#2a5430 33%,#2a5430 66%,#366d3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-color: #366d3e; /* Old browsers */
    }

.header-desktop .menu .menu-left {
    padding-right: 125px;
}

.header-desktop .menu .menu-right {
    padding-left: 125px;
}

@media(min-width:992px) and (max-width:1199px){
    .header-desktop .menu {
        font-size:16px;
    }
}

/* Main */

main {
    color: #000000;
    background-color: #FFFFFF;
}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
    background-image: url('/Images/Layout/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

footer > .container-xl {
    padding-bottom: 40px;
}

footer h3 {
    margin-bottom: 4px;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-color: #FFFFFF;
}

footer a,
footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover {
    color: #FFFF00;
    text-decoration: none;
}

footer i {
    position: relative;
    top: 2px;
    color: #FFFFFF;
}

footer .fa-ul {
    margin-left: 2.0rem;
}

footer .fa-ul li {
    margin-bottom: 1rem;
}

footer .fa-ul li:last-child {
    margin-bottom: 0;
}

footer .fa-ul i {
    margin-right: 0.25rem;
}

/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
    border-bottom: 4px solid #2A5430;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 200%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}

.swiper-slide .slide-title .slide-title-text {
    align-self: center;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-container {
        background-color: #FFFFFF;
    }

    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .swiper-slide .slide-title .slide-title-text {
        margin-bottom: 0;
        padding: 12px 0;
        font-size: 14px;
        line-height: 25px;
        background-color: transparent;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

}

/* Big Photo */

.big-photo {
    width: 100%;
    border-bottom: 4px solid #2A5430;
}

.big-photo img,
.big-photo picture {
    width: 100%;
    height: auto
}

.big-photo .img-fluid {
    width: 100%;
    height: auto;
}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background: -moz-linear-gradient(left, #366d3e 0%, #2a5430 33%, #2a5430 66%, #366d3e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #366d3e 0%,#2a5430 33%,#2a5430 66%,#366d3e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #366d3e 0%,#2a5430 33%,#2a5430 66%,#366d3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 4px solid #2A5430;
    background-color: #366d3e; /* Old browsers */
}

.marquee-bg .container-xl .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 80px;
}

.marquee {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 80px;
}

.marquee-background > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

    .marquee-background > .container-xl > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .marquee-background > .container-xl > .row > .col-12 {
            padding-left: 5px;
            padding-right: 5px;
        }

@media only screen and (max-width : 991px) {

    .marquee-background {
        top: 0;
        margin-bottom: 0;
    }

        .marquee-background .container-xl {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .marquee-background > .container-xl > .row > .col-12 {
            width: 100%;
        }

    .marquee-wrapper {
        border: 0 none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

/* Photo Group 100% width w/no gutters */

    .photo-group-100 .container-fluid {
        margin: 0 0;
        padding: 0 0;
    }

    .photo-group-100 .row,
    .photo-group-100 .col,
    .photo-group-100 .col-4,
    .photo-group-100 .col-12 {
        margin: 0 0;
        padding: 0 0;
    }

    .photo-group-100 img {
        width: 100%;
    }

/* Content Areas */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #FFFFFF;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 1.5rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 125%;
    color: #2A5430;
}

.content h1 {
    font-size: 175%;
}

.content h2 {
    font-size: 150%;
}

.content h3 {
    font-size: 125%;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content .photo {
    border: 1px solid #000;
}

.content p {
    margin-bottom: 1.75rem;
}

.content ul {
    margin-bottom: 1.75rem;
}

.content a:not(.btn),
.content a:not(.btn):visited,
.content a:not(.btn):hover {
    text-decoration: none;
}

.content a:not(.btn),
.content a:not(.btn):visited {
    color: #FF0000;
}

.content a:not(.btn):hover {
    color: #0000FF;
    text-decoration: none;
}

.content .card {
    border-radius: 0;
    background-color: #F8F8F8;
}

.content .card h2.card-title {
    font-size: 125%;
    line-height: 125%;
}

.content .card .card-header {
    font-weight: bold;
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 150%;
    }

    .content h2 {
        font-size: 125%;
    }

    .content h3 {
        font-size: 100%;
    }
}

/* Color Sections */

.content.lt-green {
    background-color: #f5faf6;
}

.content.map-bg {
    background: url('/Images/Layout/map-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content.forest-bg {
    background-color: #2A5430;
    background-image: url('/Images/Layout/forest-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content.stream-bg {
    background-color: #15232C;
    background-image: url('/Images/Layout/stream-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content.lake-bg {
    background-color: #15232C;
    background-image: url('/Images/Layout/lake-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content.waffle-bg {
   background-image:url('/images/kings-treats/wafflecone-bg.webp');
   background-size:cover;
   background-repeat:no-repeat;
   background-position: center center;
   color:#fff !important;
}

.content.waffle-bg h2{
    color:#fff !important;
}

/* Borders */

.bt-4 {
    border-top: 4px solid #2A5430;
}

.bb-4 {
    border-bottom: 4px solid #2A5430;
}

.bt-2 {
    border-top: 2px solid #2A5430;
}

.bb-2 {
    border-bottom: 2px solid #2A5430;
}

/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 42%;
    color: #000000;
}

@media only screen and (max-width: 991px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 767px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}

/* Overlay On Home Page */

.overlay {
    position: relative;
    z-index: 9990;
    top: -220px;
    margin-top: 0;
    margin-bottom: -200px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px -3px 2px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px -3px 2px 0px rgba(0,0,0,0.33);
    box-shadow: 0px -3px 2px 0px rgba(0,0,0,0.33);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .overlay a,
    .overlay a:visited,
    .overlay a:hover {
        text-decoration: none;
    }

    .overlay .row {
        margin: 0 0;
        padding: 10px 10px
    }

    .overlay .col {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px;
    }

    .overlay .card {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #F8F8F8;
    }

        .overlay .card:hover {
            color: #FFFFFF;
            background-color: #2A5430;
        }

        .overlay .card .overlay-icon {
            margin-bottom: 20px;
            font-size: 64px;
            line-height: 100%;
            text-align: center;
        }

            .overlay .card .overlay-icon img {
                width: 128px;
                height: 128px;
                margin: 0 auto;
                background-position: center center;
                background-repeat: no-repeat;
            }

                .overlay .card .overlay-icon img.icon-moose {
                    background-image: url('/images/home/icon-moose-green.png');
                }

        .overlay .card:hover .overlay-icon img.icon-moose {
            background-image: url('/images/home/icon-moose-white.png');
        }

        .overlay .card .overlay-icon img.icon-fishing {
            background-image: url('/images/home/icon-fishing-green.png');
        }

        .overlay .card:hover .overlay-icon img.icon-fishing {
            background-image: url('/images/home/icon-fishing-white.png');
        }

        .overlay .card .overlay-icon img.icon-hunting {
            width: 192px;
            background-image: url('/images/home/icon-hunting-green.png');
        }

        .overlay .card:hover .overlay-icon img.icon-hunting {
            background-image: url('/images/home/icon-hunting-white.png');
        }

        .overlay .card .overlay-icon img.icon-hikes {
            width: 192px;
            background-image: url('/images/home/icon-hikes-green.png');
        }

        .overlay .card:hover .overlay-icon img.icon-hikes {
            background-image: url('/images/home/icon-hikes-white.png');
        }

        .overlay .card .overlay-title {
            font-weight: bold;
            color: #2A5430;
            line-height: 100%;
            text-transform: uppercase;
            text-align: center;
        }

        .overlay .card:hover .overlay-title {
            color: #FFFFFF;
        }

@media (max-width : 1799px) {

        .overlay .card .overlay-icon {
            font-size: 48px;
        }

}

@media (max-width : 1369px) {

    .overlay {
        top: -40px;
        margin-bottom: -20px;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .overlay .card .overlay-icon {
            font-size: 48px;
        }
}

/* Multi-Column Lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }
}

@media (min-width : 768px) And (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

/* Fixes for IE 11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        margin-left: 0;
    }

        .two-col-list .fa-li,
        .three-col-list .fa-li,
        .four-col-list .fa-li {
            position: relative;
            display: inline-block;
            left: 0;
        }
}

@media (max-width : 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

/* Fixes for Edge */

@supports (-ms-ime-align: auto) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        margin-left: 0;
    }

        .two-col-list .fa-li,
        .three-col-list .fa-li,
        .four-col-list .fa-li {
            position: relative;
            display: inline-block;
            left: 0;
        }
}
