/* GLOBAL ELEMENTS */
html * {
    font-family: 'Raleway', sans-serif;
}

body {
    background-image: url('bgrd.jpg');
    background-repeat: repeat;
}

.pure-g > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

hr {
    border: 1px solid #987E63;
    margin: 1em 0em 1em 0em;
}

.mobile-hidden {
    display: none;
}


/* NAVIGATION */



.nav-selected.nav-path-selected {
    color: #fff;
}

.custom-wrapper {
    background-color: #44423D;
    height: 8.5em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

    .custom-wrapper.open {
        height: 22em;
    }

.custom-brand {
    max-width: 250px;
}

.custom-toggle {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 4em;
    right: 0;
    display: none;
}

    .custom-toggle .bar {
        background-color: #AC9781;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 100px;
        position: absolute;
        top: 18px;
        right: 7px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .custom-toggle .bar:first-child {
            -webkit-transform: translateY(-6px);
            -moz-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
        }

    .custom-toggle.x .bar {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .custom-toggle.x .bar:first-child {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

li.pure-menu-item a {
    color: #AC9781;
    font-size: 1em;
    letter-spacing: .125em;
}

.pure-menu-list li.pure-menu-item a:hover {
    background-color: #23221F;
}

.pure-menu-list li.pure-menu-item a:active {
    color: #fff;
}

.tagline {
    display: none;
}

#tagline-mobile {
    background-color: #44423D;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 0.5em;
}

.tagline-mobile {
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: .0625em;
    color: #fff;
    text-shadow: 4px 4px 5px #23221F;
}

.action-links {
    font-weight: 400;
    text-align: center;
    font-size: 1em;
}

    .action-links a {
        color: #fff;
        text-decoration: none;
        padding: 1em 0 1em 0;
        border: 1px solid #DED5CD;
    }

        .action-links a:hover {
            text-decoration: underline;
        }

    .action-links .link-1 {
        background-color: #651114;
    }

    .action-links .link-2 {
        background-color: #8A5D3B;
    }

    .action-links .link-3 {
        background-color: #9A2B20;
    }

    .action-links .link-4 {
        background-color: #3B2314;
    }


/* TYPOGRAPHY */


p {
    font-weight: 400;
    color: #44423D;
}

    p a {
        color: #44423D;
        text-decoration: underline;
        font-weight: 700;
    }

        p a:hover {
            color: #651114;
        }



footer p {
    font-size: .85em;
}

    footer p a:hover {
        text-decoration: underline;
    }


.copyright p {
    color: #ADADAB;
    font-size: .85em;
}

    .copyright p a {
        color: #ADADAB;
        text-decoration: none;
    }

h1 {
    font-weight: 800;
    font-size: 2.25em;
    color: #651114;
    text-transform: uppercase;
    letter-spacing: 0.03125em;
}

.h1-white {
    color: #fff;
}

h2 {
    font-weight: 700;
    color: #651114;
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: 0.03125em;
    margin: 10px 0 10px 0;
}

    h2 a {
        color: #651114;
        text-decoration: none;
    }

        h2 a:hover {
            text-decoration: none;
        }

.h2-white {
    color: #fff;
}

    .h2-white a {
        color: #fff;
        text-decoration: none;
    }

        .h2-white a:hover {
            color: #651114;
        }

h3 {
    color: #651114;
}

    h3 a {
        font-weight: 800;
        text-decoration: underline;
        text-transform: uppercase;
        color: #651114;
    }

        h3 a:hover {
            text-decoration: underline;
        }

h4 {
    font-weight: 700;
    color: #fff;
    font-size: .95em;
    text-transform: uppercase;
    margin-bottom: 0;
}

h5 {
    font-weight: 400;
    color: #fff;
    font-size: 1.75em;
    margin-top: 0;
    margin-bottom: 1em;
}

.text-padding {
    padding-left: 10px;
    padding-right: 10px;
}

/* JUMBOTRON */
.jumbotron {
    height: 250px;
    overflow: hidden;
    position: relative;
}

    .jumbotron img {
        position: absolute;
        bottom: 0;
    }

.intro-text1 {
    padding-top: 1em;
}

.intro-text2 {
    padding-bottom: 2em;
}

.sign-image {
    display: none;
}

/* 4-ITEM BAND */

.four-item-band {
    background-color: #AD9882;
    padding-top: 1em;
    padding-bottom: 1.5em;
}

    .four-item-band .item-icon {
        position: relative;
    }

    .four-item-band img {
        position: absolute;
        top: 0;
        right: 15%;
        max-width: 100%;
    }

.item {
    padding: 15px 30px;
}

/* TESTIMONIAL BAND */
.testimonial-band {
    background-color: #651114;
    padding-top: 1em;
    padding-bottom: 1.5em;
}

.testimonial-photo {
    text-align: center;
    padding: 1em;
}

    .testimonial-photo img {
        border: 4px solid #fff;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

.testimonial-text {
    padding: 0 1em 1em 1em;
}

    .testimonial-text p {
        color: #fff;
    }


/* FOOTER */
footer {
    background-color: #44423D;
    padding-top: 1em;
    margin-top: 10px;
}

.footer-logo {
    text-align: center;
}

    .footer-logo img {
        margin: 0 auto;
        max-width: 50%;
    }

.footer-link-column {
    padding-bottom: 1.5em;
}

footer h4 {
    font-weight: 700;
    color: #fff;
    font-size: .85em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-link-column p a {
    color: #fff;
    text-decoration: none;
}

    .footer-link-column p a:hover {
        text-decoration: underline;
    }

.copyright {
    background-color: #33322E;
    padding-top: 1.5em;
    padding-bottom: 2em;
}

.sponsor-logo {
    padding-top: 1em;
    max-width: 190px;
    height: auto;
}


/* SUBPAGE - Stay, Play, Events, Visit */
.pattern-jumbotron {
    overflow: hidden;
    position: relative;
    /*text-align: center;*/
}

    .pattern-jumbotron .ccm-custom-style-container {
        background-position: center center;
    }

    .pattern-jumbotron h1, .pattern-jumbotron p, .pattern-jumbotron p a {
        color: #fff;
    }

        .pattern-jumbotron p a:hover {
            color: #ad9882;
        }

.section-heading {
    text-align: center;
    background-color: #8A5D3B;
}

.activity-section {
    padding-bottom: 2em;
}

.activity-entry {
    padding: 1em;
}

    .activity-entry img {
        border: 4px solid #651114;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: inline;
    }

.last-entry hr {
    display: none;
}

.photo-gallery-section {
    margin-top: 4em;
    margin-bottom: 4em;
}

.directions-section {
    padding-top: 2em;
    padding-bottom: 2em;
}


/* GOOGLE MAP  */
.google-map-image {
    margin-top: 20px;
}

    .google-map-image iframe {
        max-width: 100%;
        height: 400px;
    }

.googleMapCanvas {
    margin: 0 auto;
}



@media (max-width: 47.999em) {

    .custom-toggle {
        display: block;
    }
}

/* nav breakpoint >500px */

@media screen and (min-width: 500px) {


    .custom-wrapper {
        height: 9em;
        overflow: hidden;
    }

        .custom-wrapper.open {
            height: 22em;
        }

    .custom-brand {
        max-width: 250px;
    }

    .action-links {
        font-size: 1.25em;
    }
}


/* md breakpoint >768px */

@media screen and (min-width: 48em) {

    .mobile-hidden {
        display: block;
    }

    .custom-wrapper {
        height: 100%;
    }

    .custom-brand {
        max-width: 100%;
    }

    .pure-menu.pure-menu-horizontal.custom-can-transform {
        text-align: right;
    }

    li.pure-menu-item a {
        font-size: 1.125em;
    }

    #tagline {
        text-align: center;
        padding-top: 7%;
    }

    .tagline {
        display: inline;
        font-weight: 700;
        font-size: 1.75em;
        letter-spacing: .0625em;
        margin: 0 auto;
        color: #fff;
        text-shadow: 4px 4px 5px #23221F;
    }

    #tagline-mobile {
        display: none;
    }

    .jumbotron {
        height: 350px;
    }

    .sign-image {
        display: inline-block;
        position: relative;
        height: 527px;
    }

        .sign-image img {
            position: absolute;
            bottom: 0;
            right: 0;
            max-width: 100% !important;
            height: auto;
        }

    .footer-logo img {
        margin-top: 3em;
        max-width: 75%;
    }

    footer h4 {
        font-size: .95em;
    }

    .sponsor-logo {
        padding-top: 2em;
    }

    .activity-entry img {
        border: 4px solid #651114;
        max-width: 33%;
        height: auto;
        display: inline;
    }

    .activity-entry #image-marker {
        margin-right: 30px !important;
    }

    .directions-section {
        padding-bottom: 4em;
    }
}


/* lg breakpoint >1024px */

@media screen and (min-width: 64em) {

    .mobile-only {
        display: none;
    }

    .tagline {
        font-size: 2em;
    }

    #tagline {
        padding-top: 70px;
    }

    li.pure-menu-item a {
        font-size: 1.25em;
    }

    .jumbotron {
        height: 450px;
    }

    .sign-image {
        height: 429px;
    }

    .item {
        padding: 15px 60px;
    }

    .footer-logo img {
        margin-top: 2em;
    }

    .google-map-image iframe {
        height: 500px;
    }
}


/* xl breakpoint >1280px */

@media screen and (min-width: 80em) {

    .mobile-only {
        display: none;
    }



    .jumbotron {
        height: 500px;
    }

    .sign-image {
        height: 475px;
    }

    .footer-logo img {
        margin-top: 1.5em;
    }

    .google-map-image iframe {
        height: 600px;
    }
}
