/*
Theme Name: Copper Trace
Theme URI:
Author:
Author URI: https://wordpress.org/
Description: Copper Trace Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    /* [disabled]font-weight: 300; */
    background-image: url(images/bg_seamless.png);
    background-repeat: repeat;
}


/* Home Page Styles */

.page-template-page-home header {
    height: 100%;
}

.site-header-main {
    height: 100%;
}

#fullScreenPic {
    background-image: url(images/main-banner-background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
    padding-top: 60px;
    color: rgba(255, 255, 255, 1.00);
}

#fullScreenPic h1 {
    font-family: 'Arizonia', cursive;
    font-size: 8em;
    line-height: .7em;
    color: #FFF;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.73);
    font-weight: normal;
}

#fullScreenPic p {
    font-size: 1.5em;
    width: 58%;
    padding-top: 20px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.73);
}

@media screen and (min-width:1200px) {
    #fullScreenPic {
        background-image: url(images/main-banner-background.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        height: 100%;
        padding-top: 60px;
        color: rgba(255, 255, 255, 1.00);
    }
    #fullScreenPic h1 {
        font-size: 8em;
    }
    #fullScreenPic p {
        font-size: 1.7em;
        width: 55%;
    }
}

@media screen and (max-width:600px) {
    #fullScreenPic {
        background-position: left top;
    }
    #fullScreenPic p {
        width: 100%;
    }
}

.skip-link.screen-reader-text {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h2 {
    font-size: 2em;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -395px;
}

#site-top-menu {
    background-color: #9bb15f;
    padding-top: 10px;
}

#site-top-menu a {
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.05em;
    text-transform: uppercase;
}

#site-top-menu a:hover,
#site-top-menu .current-menu-item a {
    color: rgba(255, 255, 255, 1.00);
    /*
    font-size: 1.3em;
    */
    text-decoration: underline;
}

#top-section {
    height: 100%;
}

.more {
    bottom: 20px;
    display: block;
    margin-left: 48%;
    position: absolute;
    text-align: center;
}

.more a {
    color: #FFF;
}

.more a:hover {
    color: #FFF;
}

.bounce {
    animation: 2s ease 0s normal none infinite running bounce;
}

.arrow {
    margin: 8% 0;
    text-align: center;
}

.arrowCircle {
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 100px;
    padding: 5px 13px;
}


/* Main Navigation */

.navbar-nav {
    margin-top: 0;
}

#site-header-menu.navbar {
    margin-bottom: 0;
}

#site-header-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

#site-header-menu.navbar-default {
    font-size: 1.15em;
    background-color: rgba(147, 95, 47, 1);
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

#site-header-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(147, 95, 47, 1);
}

#site-header-menu.navbar-default .navbar-nav>li>a:hover,
#site-header-menu.navbar-default .navbar-nav>li>a:focus,
#site-header-menu.navbar-default .navbar-nav>li.current-menu-item>a {
    color: rgba(147, 95, 47, 1);
    background-color: rgba(255, 255, 255, 1);
}

#site-header-menu.navbar-default .navbar-nav>.active>a,
#site-header-menu.navbar-default .navbar-nav>.active>a:hover,
#site-header-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(155, 177, 95, 1);
}

#site-header-menu.navbar-default .navbar-toggle {
    border-color: #9bb15f;
}

#site-header-menu.navbar-default .navbar-toggle:hover,
#site-header-menu.navbar-default .navbar-toggle:focus {
    background-color: #9bb15f;
}

#site-header-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #9bb15f;
}

#site-header-menu.navbar-default .navbar-toggle:hover .icon-bar,
#site-header-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #935f2f;
}

#site-header-menu.navbar-default .nav-container {
    /* [disabled]padding:0px; */
}

#site-header-menu.navbar-default .navbar-collapse {
    padding: 0px;
}


/* Community Dropdown */

#community-dropdown {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    position: absolute;
    top: 0;
    z-index: 9999
}

#community-dropdown nav {
    padding-left: 0;
    padding-right: 0
}

#community-dropdown .community {
    background-color: #fff;
    border-bottom: 1px solid #d9d8d8;
    border-right: 1px solid #d9d8d8;
}

#community-dropdown span {
    display: block!important
}

#community-dropdown li:first-child,
#main-nav li:last-child {
    margin-right: 0
}

#community-dropdown .community:focus,
#community-dropdown .community:hover {
    background-color: #d9d8d8
}

#community-dropdown img {
    display: block;
    height: 40px;
    margin: 8px auto 0;
    width: 40px
}

#community-dropdown p {
    color: #000;
    font-size: .6em;
    height: 50px;
    text-align: center;
    text-transform: none
}

.communities-close-button {
    margin-top: 35px;
}


/* Custom Modal Colors */

#customModal .modal-content {
    background-clip: padding-box;
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    color: #fff;
    outline: 0 none;
    position: relative;
}

#customModal .modal-header {
    border-bottom: 1px solid #000;
    padding: 15px;
}

#customModal .close {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}

#customModal .close:focus,
.close:hover {
    color: #FFF;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

@media (min-width: 1024px) {
    #community-dropdown .community {}
    #community-dropdown img {
        float: left;
        height: 87px;
        margin-right: 0;
        margin-top: 0px;
        width: 87px
    }
    #community-dropdown p {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        padding-top: 25px;
        font-size: .8em;
        font-weight: 300
    }
}


/* Home Page Styles */

.home #main article {
    background-image: url(images/main-banner-background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    color: rgba(255, 255, 255, 1.00);
}

.home #main .entry-header {
    display: none;
}

.home #main article h1 {
    font-family: 'Arizonia', cursive;
    font-size: 11em;
    line-height: .8em;
    color: #FFF;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.73);
    font-weight: normal;
}

.home #main article p {
    font-size: 1.9em;
    width: 78%;
    padding-top: 20px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.73);
}

#hmSection1 {
    background-color: #82afb6;
    padding-top: 40px;
    padding-bottom: 85px;
}

#hmSection1 .whiteIcon {
    color: rgba(255, 255, 255, 1.00);
}

#hmSection1 h2 {
    font-family: 'Yellowtail', cursive;
    font-size: 6em;
    color: #FFF;
    word-spacing: 15px;
    margin-bottom: 35px;
    font-weight: normal;
    line-height: 1.2em;
}

#hmSection1 h3 {
    font-size: 2.1em;
    color: #FFF;
    line-height: .5em;
    margin-top: -4px;
    margin-bottom: 25px;
}

.site-branding {
    background-color: rgba(255, 255, 255, 1.00);
    padding-top: 20px;
    padding-bottom: 20px;
}

.circle-icon {
    background: #427882;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.icon-background-dkTeal {
    color: #427882;
}

#hmSection2 {
    background-image: url(images/retro-pattern.jpg);
    background-repeat: repeat;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 520px;
}

#hmSection2 h2 {
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.25em;
    color: #9f6733;
}

#hmSection2 p {
    font-size: 1.5em;
}

#hmSection3 {
    background-image: url(images/couple-background-blue.jpg);
    background-repeat: no-repeat;
    background-color: #2073a1;
    background-position: center top;
    color: rgba(255, 255, 255, 1.00);
    min-height: 720px;
    padding-top: 190px;
    background-size: cover;
}

#hmSection3 h2 {
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.25em;
}

#hmSection4 {
    background-image: url(images/retro-pattern2.jpg);
    background-repeat: repeat;
    background-position: center top;
    padding-top: 40px;
    background-size: cover;
    padding-bottom: 40px;
}

#hmSection4 h2 {
    font-size: 3.3em;
    font-weight: 900;
    line-height: 1.25em;
    color: #2e3f53;
}

#hmSection4 p {
    font-size: 1.5em;
}

#hmSection5 {
    background-image: url(images/golf-background.jpg);
    background-repeat: no-repeat;
    background-color: #6D9AA0;
    background-position: center bottom;
    color: rgba(255, 255, 255, 1.00);
    min-height: 720px;
    padding-top: 160px;
    background-size: cover;
}

#hmSection5 h2 {
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.25em;
    color: #FFF;
    /* [disabled]text-shadow: 3px 3px 2px rgba(0,0,0,0.73); */
}

#hmSection5 p {
    font-size: 1.5em;
}

#hmSection6 {
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center top;
    min-height: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#hmSection6 h2 {
    font-size: 3.5em;
    font-weight: 800;
    line-height: 1.25em;
    color: #9f6733;
    margin-bottom: 20px;
}

#hmSection6 p {
    font-size: 1.5em;
}

#hmSignup {
    background-color: #9bb15f;
    background-position: 1028px bottom;
    color: rgba(255, 255, 255, 1.00);
    min-height: 700px;
    background-image: url(images/signup-background.jpg);
    background-repeat: no-repeat;
    padding-bottom: 60px;
    padding-top: 40px;
}

#hmSignup h2 {
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.25em;
    color: #FFF;
}

#hmSignup p {
    font-size: 1.5em;
    margin-bottom: 60px;
}

#hmSignupFormWrapper {
    background-color: #427882;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}


/* General Styles*/

#pgWrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -300px;
}


/* Set the fixed height of the footer here */

#push,
#footerWrapper {
    height: 300px;
}

footer {
    background: #9f6733;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 1em;
}

footer {
    color: #FFF;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #FFF;
    text-decoration: none
}

footer .footerIcon {
    margin-left: 10px;
}

#pgWrap #mainContent {}

#firstSection {
    padding-bottom: 60px;
}

#firstSection p {
    line-height: 1.8em;
    margin-bottom: 1.3em;
}

#secondSection {
    padding-bottom: 60px;
}

#secondSection p {
    line-height: 1.8em;
    margin-bottom: 1.3em;
}

#coloredSection {
    color: #FFFFFF;
    margin-bottom: 60px;
}

#coloredSection h2 {
    margin-bottom: 40px;
}

#lastSection {
    padding-bottom: 60px;
}

.boardMemPhoto {}

.boardMember {
    margin-bottom: 40px;
}

.whiteBkgrnd {
    background-color: #FFFFFF;
    padding: 20px 25px 30px;
}

.whiteBkgrndPlusPadding {
    background-color: #FFFFFF;
    padding: 40px 45px;
}

.whiteBkgrndGallery {
    background-color: #FFFFFF;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
    margin-top: 80px;
}

.tealBkgrnd {
    background-color: #82afb6;
    padding: 20px 25px 30px;
}

.topPhoto {
    height: 380px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.topPhotoTitle {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding-left: 30px;
    position: absolute;
    height: 90px;
    color: #FFFFFF;
    width: 100%;
}

.topPhotoTitle>h1 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 14px;
    margin-top: 14px;
    text-transform: uppercase;
}

#breadcrumbs {
    background-color: #427882;
    color: #FFFFFF;
    padding-top: 8px;
}

#breadcrumbs a {
    color: #FFFFFF;
}

#header-phone {
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 20px;
    color: #2b4e31;
    display: block;
}

.featuredListHeader {
    background-color: #9f6733;
    color: #FFFFFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.featuredListWrap {
    border-left-color: #9f6733;
    border-right-color: #9f6733;
    border-bottom-color: #9f6733;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 20px;
}

.fa-ul>li {
    margin-bottom: 25px;
    position: relative;
}


/* Custom Button Colors*/


/* Dark Blue*/

.btn-dkBlue {
    background-color: #2E3F53;
    border-color: #2E3F53;
    color: #FFFFFF;
}

.btn-dkBlue:hover,
.btn-dkBlue:focus,
.btn-dkBlue:active,
.btn-dkBlue.active {
    background-color: #253343;
    border-color: #1c2632;
    color: #FFFFFF;
}

.btn-dkBlue.disabled:hover,
.btn-dkBlue.disabled:focus,
.btn-dkBlue.disabled:active,
.btn-dkBlue.disabled.active,
.btn-dkBlue[disabled]:hover,
.btn-dkBlue[disabled]:focus,
.btn-dkBlue[disabled]:active,
.btn-dkBlue[disabled].active,
fieldset[disabled] .btn-dkBlue:hover,
fieldset[disabled] .btn-dkBlue:focus,
fieldset[disabled] .btn-dkBlue:active,
fieldset[disabled] .btn-dkBlue.active {
    background-color: #2E3F53;
    border-color: #2E3F53;
}


/* Blue*/

.btn-Blue {
    background-color: #0068a6;
    border-color: #0068a6;
    color: #FFFFFF;
}

.btn-Blue:hover,
.btn-Blue:focus,
.btn-Blue:active,
.btn-Blue.active {
    background-color: #00588d;
    border-color: #004873;
    color: #FFFFFF;
}

.btn-Blue.disabled:hover,
.btn-Blue.disabled:focus,
.btn-Blue.disabled:active,
.btn-Blue.disabled.active,
.btn-Blue[disabled]:hover,
.btn-Blue[disabled]:focus,
.btn-Blue[disabled]:active,
.btn-Blue[disabled].active,
fieldset[disabled] .btn-Blue:hover,
fieldset[disabled] .btn-Blue:focus,
fieldset[disabled] .btn-Blue:active,
fieldset[disabled] .btn-Blue.active {
    background-color: #0068a6;
    border-color: #0068a6;
}


/* Brown Button*/

.btn-Brown {
    background-color: #9f6733;
    border-color: #9f6733;
    color: #FFFFFF;
}

.btn-Brown:hover,
.btn-Brown:focus,
.btn-Brown:active,
.btn-Brown.active {
    background-color: #8c5a2d;
    border-color: #784e27;
    color: #FFFFFF;
}

.btn-Brown.disabled:hover,
.btn-Brown.disabled:focus,
.btn-Brown.disabled:active,
.btn-Brown.disabled.active,
.btn-Brown[disabled]:hover,
.btn-Brown[disabled]:focus,
.btn-Brown[disabled]:active,
.btn-Brown[disabled].active,
fieldset[disabled] .btn-Brown:hover,
fieldset[disabled] .btn-Brown:focus,
fieldset[disabled] .btn-Brown:active,
fieldset[disabled] .btn-Brown.active {
    background-color: #9f6733;
    border-color: #9f6733;
}


/* Teal Button */

.btn-Teal {
    background-color: #427882;
    border-color: #427882;
    color: #FFF;
}

.btn-Teal:hover,
.btn-Teal:focus,
.btn-Teal:active,
.btn-Teal.active {
    background-color: #396871;
    border-color: #315960;
    color: #FFF;
}

.btn-Teal.disabled:hover,
.btn-Teal.disabled:focus,
.btn-Teal.disabled:active,
.btn-Teal.disabled.active,
.btn-Teal[disabled]:hover,
.btn-Teal[disabled]:focus,
.btn-Teal[disabled]:active,
.btn-Teal[disabled].active,
fieldset[disabled] .btn-Teal:hover,
fieldset[disabled] .btn-Teal:focus,
fieldset[disabled] .btn-Teal:active,
fieldset[disabled] .btn-Teal.active {
    background-color: #427882;
    border-color: #427882;
}


/* White Outline (Ghost) button*/

.btn.outline {
    background: none;
    padding: 12px 22px;
}

.btn-white.outline {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.btn-white.outline:hover,
.btn-white.outline:focus,
.btn-white.outline:active,
.btn-white.outline.active,
.open>.dropdown-toggle.btn-white {
    color: #EEEEEE;
    border-color: #EEEEEE;
}

.btn-white.outline:active,
.btn-white.outline.active {
    border-color: #EEEEEE;
    color: #EEEEEE;
    box-shadow: none;
}

.man {
    bottom: -438px;
    left: 5px;
    position: absolute;
    z-index: 99;
}

.galleryThumbs {
    margin-top: 20px;
}


/* Accordion Panel Styles */

.panel-custom {
    border-color: #9bb15f;
}

.panel-custom>.panel-heading {
    background-color: #9bb15f;
    border-color: #9bb15f;
    color: #FFF;
}

.panel-custom>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #9bb15f;
}

.panel-custom>.panel-heading .badge {
    background-color: #333;
    color: #f5f5f5;
}

.panel-custom>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #9bb15f;
}

#videoGalleryLink,
#photoGalleryLink {
    top: -45px;
    position: relative;
    display: block;
    font-size: 0.8em;
}

#videoGalleryImg {
    background-image: url("images/video-gallery-icon.png");
    background-repeat: no-repeat;
    margin-left: auto;
    width: 100px;
    height: 100px;
    position: relative;
}

a:hover #videoGalleryImg {
    background-image: url("images/video-gallery-icon-hover.png");
}

#photoGalleryImg {
    background-image: url("images/photo-gallery-icon.png");
    background-repeat: no-repeat;
    margin-left: auto;
    width: 100px;
    height: 100px;
    position: relative;
}

a:hover #photoGalleryImg {
    background-image: url("images/photo-gallery-icon-hover.png");
}

#videoGalleryLink p,
#photoGalleryLink p {
    width: 100px;
    margin-left: auto;
    text-align: center;
}

.galleryTitle {
    background-repeat: repeat;
    background-position: 0 0;
    background-image: none;
    background-color: rgba(155, 177, 95, 0.82);
    background-attachment: scroll;
    border-radius: 0 60px 0 0;
    color: #fff;
    left: -36px;
    padding: 35px 0 30px 50px;
    position: relative;
    top: -34px;
}

.galleryTitle h2 {
    font-size: 2.95em;
}

.single .alignright {
    float: right;
    margin-left: 20px;
}

.single .alignleft {
    float: left;
    margin-right: 20px;
}

.single .entry-content img {
    max-width: 40%;
    height: auto;
}

@media only screen and (max-width: 1200px) {
    #site-header-menu.navbar-default .navbar-nav>li>a {
        font-size: .9em;
    }
}

@media only screen and (max-height: 800px) {
    #fullScreenPic h1 {
        font-size: 5em;
    }
    #fullScreenPic p {
        font-size: 1em;
    }
}

@media only screen and (min-width: 0px) and (max-width: 490px) {
    #menu-top-menu {
        font-size: 10px;
    }
    .logo {
        max-width: inherit;
        /*width: 180px;*/
    }
    #site-header-menu.navbar-default .navbar-nav>li {
        padding-left: 2%;
    }
    .topPhoto {
        height: 180px;
        background-size: cover !important;
    }
    .topPhotoTitle {
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        padding-left: 10px;
        position: absolute;
        height: auto;
        color: #FFFFFF;
        width: 100%;
    }
    .topPhotoTitle>h1 {
        color: #fff;
        font-size: 1.5em;
        margin-bottom: 14px;
        margin-top: 14px;
        text-transform: uppercase;
    }
    #header-phone {
        font-size: 1em;
        font-weight: 400;
        margin-top: 10px;
        color: #2b4e31;
        display: block;
    }
    #header-phone span {}
    #fullScreenPic {
        padding-top: 20px;
    }
    #fullScreenPic h1 {
        font-size: 3em;
        margin-top: 0;
        margin-bottom: 0;
    }
    .more .bounce {
        animation: none;
    }
    #fullScreenPic p {
        font-size: .8em;
        width: 100%;
    }
    .home #main article h1 {
        font-family: 'Arizonia', cursive;
        font-size: 5em;
        line-height: .8em;
        color: #FFF;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.73);
        font-weight: normal;
    }
    .home #main article p {
        font-size: 1em;
        width: 90%;
        padding-top: 20px;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.73);
    }
    .home #main article {
        background-image: url(images/main-banner-background.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover;
        height: 100%;
        padding-top: 12px;
        color: rgba(255, 255, 255, 1.00);
    }
    #hmSection1 h2 {
        font-family: 'Yellowtail', cursive;
        font-size: 2.9em;
        color: #FFF;
        word-spacing: 15px;
        margin-bottom: 35px;
        font-weight: normal;
        line-height: 1.2em;
    }
    #hmSection3 {
        padding-bottom: 40px;
    }
    #hmSection3 h3 {
        font-size: 2.1em;
        color: #FFF;
        line-height: .5em;
        margin-top: -4px;
        margin-bottom: 25px;
    }
    #hmSection1 h3 {
        font-size: 2.5em;
        color: #FFF;
        line-height: .5em;
    }
    #hmSection5 {
        background-image: url(images/golf-background.jpg);
        background-repeat: no-repeat;
        background-color: #6D9AA0;
        background-position: -175px bottom;
        color: rgba(255, 255, 255, 1.00);
        min-height: 530px;
        padding-top: 0px;
        background-size: cover;
    }
    #hmSection2 h2 {
        font-size: 2.4em;
        font-weight: 900;
        line-height: 1.25em;
        color: #9f6733;
    }
    #hmSection2 img {
        max-width: 100%;
        height: auto;
    }
    #hmSection3 h2 {
        font-size: 2em;
        font-weight: 900;
        line-height: 1.25em;
    }
    #hmSection3 {
        background-image: url(images/couple-background-blue.jpg);
        background-repeat: no-repeat;
        background-color: #2073a1;
        background-position: -160px top;
        color: rgba(255, 255, 255, 1.00);
        min-height: 390px;
        padding-top: 75px;
        background-size: cover;
    }
    #hmSection4 h2 {
        font-size: 2.4em;
        font-weight: 900;
        line-height: 1.25em;
        color: #2e3f53;
    }
    #hmSection5 h2 {
        font-size: 2.4em;
        font-weight: 900;
        line-height: 1.25em;
        color: #FFF;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.73);
    }
    #hmSection6 h2 {
        font-size: 2.4em;
        font-weight: 900;
        line-height: 1.25em;
        color: #9f6733;
        margin-bottom: 20px;
    }
    #hmSection6 .btn-Brown {
        font-size: .55em;
        max-width: 100%;
    }
    #hmSignup h2 {
        font-size: 2.4em;
        font-weight: 900;
        line-height: 1.25em;
        color: #FFF;
    }
    #hmSignup {
        background-color: #9bb15f;
        background-position: 1028px bottom;
        color: rgba(255, 255, 255, 1.00);
        min-height: none;
        background-image: url(images/signup-background.jpg);
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }
    #footerWrapper {
        background: #9f6733;
        padding-top: 60px;
        padding-bottom: 40px;
        font-size: 0.95em;
    }
    .featuredListHeader h3 {
        margin-bottom: 0px;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 490px) and (max-width: 767px) {
    .site-branding .logo {
        max-width: 300px;
        margin: 0 auto;
    }
    .site-branding #header-phone {
        text-align: center;
        font-size: 1.3em;
    }
    .navbar-nav {
        margin: 0;
    }
    #fullScreenPic h1 {
        font-size: 5em;
    }
    #fullScreenPic p {
        font-size: 1.3em;
    }
    .home #main article h1 {
        font-family: 'Arizonia', cursive;
        font-size: 8em;
        line-height: .8em;
        color: #FFF;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.73);
        font-weight: normal;
    }
    .home #main article p {
        font-size: 1.2em;
        width: 100%;
        padding-top: 20px;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.73);
    }
    .home #main article {
        background-image: url(images/main-banner-background.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover;
        height: 100%;
        padding-top: 60px;
        color: rgba(255, 255, 255, 1.00);
    }
    #hmSection3 {
        padding-bottom: 40px;
    }
    #hmSection3 h3 {
        font-size: 2.1em;
        color: #FFF;
        line-height: .5em;
        margin-top: -4px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .man {
        bottom: -550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #custom.navbar-default {
        font-size: .95em;
        background-color: rgba(147, 95, 47, 1);
        border-width: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }
    #site-header-menu.navbar-default {
        font-size: 1em;
    }
    #fullScreenPic h1 {
        font-size: 8em;
    }
    .home #main article h1 {
        font-family: 'Arizonia', cursive;
        font-size: 10em;
        line-height: .8em;
        color: #FFF;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.73);
        font-weight: normal;
    }
    .home #main article p {
        font-size: 1.6em;
        width: 100%;
        padding-top: 20px;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.73);
    }
    .home #main article {
        background-image: url(images/main-banner-background.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover;
        height: 100%;
        padding-top: 60px;
        color: rgba(255, 255, 255, 1.00);
    }
    .man {
        bottom: -551px;
        left: 5px;
        position: absolute;
        z-index: 99;
    }
    #hmSection5 {
        background-image: url(images/golf-background.jpg);
        background-repeat: no-repeat;
        background-color: #6D9AA0;
        background-position: left bottom;
        color: rgba(255, 255, 255, 1.00);
        min-height: 665px;
        padding-top: 0px;
        background-size: cover;
    }
    #hmSection3 {
        background-image: url(images/couple-background-blue.jpg);
        background-repeat: no-repeat;
        background-color: #2073a1;
        background-position: -170px top;
        color: rgba(255, 255, 255, 1.00);
        min-height: 560px;
        padding-top: 170px;
        background-size: cover;
    }
    #hmSection6 h2 {
        font-size: 3.5em;
        font-weight: 900;
        line-height: 1.25em;
        color: #9f6733;
        margin-bottom: 20px;
        width: 80%;
    }
    #hmSignupFormWrapper {
        background-color: #427882;
        padding: 20px;
        border-radius: 6px;
        border: 2px solid #FFFFFF;
        margin-left: 15px;
        margin-right: 15px;
    }
    #hmSignup {
        background-color: #9bb15f;
        background-position: 1028px bottom;
        color: rgba(255, 255, 255, 1.00);
        min-height: 740px;
        background-image: url(images/signup-background.jpg);
        background-repeat: no-repeat;
        padding-top: 15px;
    }
    #hmSection5 {
        background-image: url(images/golf-background.jpg);
        background-repeat: no-repeat;
        background-color: #6D9AA0;
        background-position: left bottom;
        color: rgba(255, 255, 255, 1.00);
        min-height: 450px;
        padding-top: 0px;
        background-size: cover;
    }
}

#breadcrumbs {
    list-style: none;
    margin: 0px 0;
    overflow: hidden;
    padding: 8px 0 10px 10px;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    #site-header-menu.navbar-default {
        font-size: .7em;
    }
    #fullScreenPic h1 {
        font-size: 6em;
    }
    #fullScreenPic p {
        font-size: 1.5em;
    }
    #hmSection3 {
        padding-bottom: 40px;
    }
    #hmSection3 h2 {
        font-size: 2.1em;
        margin-top: 0px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #site-header-menu.navbar-default {
        font-size: 1em;
    }
}

.error404 .error-404 {
    min-height: 600px;
}

.error404 .error-404 .search-form {
    margin-top: 20px;
}

.error404 .error-404 .search-form label .screen-reader-text {
    display: none;
}

.error404 .error-404 .search-form label input {
    height: 48px;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.error404 .error-404 .search-form button {
    background-color: #9f6733;
    border-color: #9f6733;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
    text-align: center;
}

.number,
.number:hover,
.number:visited,
.number:focus {
    color: #2b4e31 !important;
    text-decoration: none;
}

.payment-footer {
    width: 100%;
    margin: 0 auto 20px auto;
    transition: all 0.5s ease;
}

.payment-footer a {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.payment-footer i {
    font-size: 30px;
    border: 1px solid white;
    border-radius: 100vh;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    padding-top: 8px;
    transition: all 500ms;
}

.payment-footer i:hover {
    background-color: white;
    color: #9f6733;
}

.payment-containter {
    width: fit-content;
    margin-bottom: 20px;
}

.payment-containter .contact-payment {
    display: grid;
    grid-template-areas: "icon text";
    grid-template-columns: 50px 150px;
    grid-template-rows: 50px;
}

.payment-containter .contact-payment span {
    font-size: 30px;
    grid-area: icon;
    text-align: center;
    border: 1px solid #00535e;
    border-radius: 100%;
}

.payment-containter .contact-payment p {
    grid-area: text;
    margin: 8% auto;
    text-transform: uppercase;
    font-size: 16px;
    width: max-content;
    margin-bottom: 0;
}

.testimonials {
    position: relative;
}

.testimonial-slider {
    background-color: #ddd;
    border-radius: 6px 6px 0 0;
    padding: 36px;
}

.testimonial-slider-footer {
    background-color: #ccc;
    border-radius: 0 0 6px 6px;
    padding: 10px 25px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    display: flex;
    justify-content: space-between;
    min-height: 50px;

}

.testimonial-slider-footer > * {
    background-color: transparent;
    border: none;
}

.testimonial-slider-footer > * > i {
    font-size: 30px;
}