@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,800;1,300;1,400;1,800&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 768px) {
    .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.gallery-inline a {
    text-decoration: none!important;
}

.classic-caption-overlay {
    background: none;
    color: #000000;
    text-align: center;
}

.mobile{display:block;}
.mobile2{display:none;}

#hero-plus-footer .row {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 20px 15px;
}

.footer-logo {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 30px auto;
}

.vidline {
    float: right;
    width: 40%;
    margin: 3%;
}

ctab:hover, .ctab:active {
    opacity: .9;
    color: #fff!important;
    text-decoration: none;
}

.click-tweet {
    position: relative;
    font-size: 110%;
    width: 100%;
    max-width: 100%;
    padding: 25px 30px;
    margin: 0 auto 30px;
    line-height: 133%;
    color: #fff;
    background: #941d01;
    background: radial-gradient(circle, #d72f03 0%, #8a1a01 100%);
}

.click-tweet:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ba2702;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.foot-btn:hover, .foot-btn:active {
    opacity: .9;
    transition: all 0.3s ease;
    color: #fff!important;
    text-decoration: none;
}

.foot-btn, .foot-btn:visited, .foot-btn:focus {
    background: rgb(252,166,13);
    background: linear-gradient(0deg, rgba(252,166,13,1) 38%, rgba(253,218,0,1) 100%);
    border: solid #e1ba00 1px;
    border-radius: 5px;
    color: #000!important;
    padding: 19px 20px;
    font-size: 110%;
    display: inline-block;
    text-align: center;
    margin: 6px auto;
    max-width: 100%;
    text-decoration: none;
    line-height: 108%;
    font-weight: bold;
    box-shadow: 0 0 22px -6px #000;
    width: 360px;
    height: 65px;
    padding: 15px;
}

h2 {
    color: #1b6305;
    padding: 2% 2% 2% 2%;
    font-size: 1.6em;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}

.side {
    float: right !Important;
    margin: 1%;
    width: 40%;
}

.gallery-inline {
    padding-top: 15px;
}

.gallery-inline h2 {
    display: none;
}

.card-body {
    display: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1b6305;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 0.25rem;
}

.inline-wrap {
    background: url('images/snow.png') bottom left repeat-x;
    width: 34%;
    float: right;
    margin: 0 0 30px 5%;
    padding-bottom: 4em;
}

#txt {
    padding: 2% 10%;
    font-size: 17px;
    line-height: 175%;
}

h1 {
    color: rgb(155, 19, 19);
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
    font-family: 'Montserrat', sans-serif;
}

.card-title {
    margin-bottom: .15rem;
    text-align: center;
    font-size: 1em;
}

.tq {
    background: #122344;
    text-align: center;
    font-style: italic;
    padding: 30px;
    margin: 20px auto;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
    font-family: 'Montserrat', sans-serif;
}

/*Hero Box*/
#hero-plus-hero {
}

/*Body Box*/
#hero-plus-body a, #hero-plus-body a:active, #hero-plus-body a:link {
    font-family: 'Montserrat', sans-serif;
}

#hero-plus-body a:hover {
    color: #1b6305;
}

#hero-plus-body {
    font-family: 'Montserrat', sans-serif;
}

/*Footer Box*/
.soc:hover {
    color: rgb(252,166,13);
}

.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 5px auto;
    padding: 5px;
    font-size: 150%;
}

.img-inline {
    width: 100%;
    max-width: 100%;
}

.logo2 {
    width: 150px;
    margin: 0 auto;
}

.right {
    float: right;
    width: 35%;
    margin: 3%;
}

.feet {
    padding: 3% 10%;
}

#hero-plus-footer {
    background-color: #1b6305;
    text-align: center;
    padding: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#galry {
    padding: 10px 10%;
}

#galry h2 {
    display: none;
}

.logo {
    margin: 0px;
}

.hero {
    max-width: 100%;
    width: 100%;
}

.hero-bottom {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
}

.ctab {
    background: #1b8104;
    color: #fff!important;
    padding: 10px;
    font-size: 120%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 230px;
    max-width: 100%;
    border-radius: 3px;
    margin: 25px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.ctab:hover {
    background: #2A8738;
    color: #fff !important;
    text-decoration: none !important;
}

#gallery {
    padding: 2% 15%;
    background: #144818;
    background: radial-gradient(circle, #388E3C 0%, #144818 100%);
    background-attachment: fixed;
}

.click-tweet {
    position: relative;
    font-size: 125%;
    width: 100%;
    max-width: 100%;
    padding: 25px 30px;
    margin: 0 auto 30px;
    line-height: 133%;
    color: #fff;
    background: #941d01;
    background: radial-gradient(circle, #d72f03 0%, #8a1a01 100%);
}

@media only screen and (max-width: 950px) {

.click-tweet {
    position: relative;
    font-size: 100%;
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
    margin: 0 auto 30px;
    line-height: 133%;
    color: #fff;
    background: #941d01;
    background: radial-gradient(circle, #d72f03 0%, #8a1a01 100%);
}



}

@media only screen and (max-width: 768px) {
    .click-tweet {
        width: 100%;
        margin: 0;
    }

.click-tweet {
    position: relative;
    font-size: 100%;
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
    margin: 0 auto 30px;
    line-height: 133%;
    color: #fff;
    background: #941d01;
    background: radial-gradient(circle, #d72f03 0%, #8a1a01 100%);
}

.mobile{display:none;}
.mobile2{display:block;}

    .right {
        float: none;
        width: 100%;
        margin: 3% auto;
    }

    #vidline, .twfeed {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

#txt {
    padding: 2% 2%;
    font-size: 17px;
    line-height: 175%;
}

    #hero-plus-header {
        align-items: start;
        display: block;
    }

    .logo {
        margin: 4px auto;
        display: block;
        width: 150px;
    }

    .ctab {
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }

h1 {
    color: rgb(155, 19, 19);
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    color: #1b6305;
    padding: 2% 2% 2% 2%;
    font-size: 1.4em;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .side {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 20px auto 40px auto;
    }
}