/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #fff;
    box-shadow: -2px 2px 5px 0 rgba(0,0,0,.3);
}

ul {
     margin-top: -15px;
}

#gallery-title-uuid h2 {
    display: none;
}

div.container-fluid:nth-child(4) {
    border-top: 5px solid #b4975a;
    background: #63883d;
    padding: 0px;
}

.gallery-inline {
    background: #fff;
    padding: 5em;
    width: 100%;
    max-width: 100%;
}

/*Header Box*/
#hero-plus-header {
}

ol {
    margin-left: -25px;
}

ol li {
    font-size: 85%;
}

.card {
    width: 80%;
    margin: 15px auto;
}

.share-floating-bar-pinterest {
    display: none!important;
}

#lg-share-pinterest {
    display: none;
}

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

.card-body {
    display: none;
}

#gallery {
    background: #eee;
    padding: 2% 15%;
}

.link, .link:visited {
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 24px;
    font-style: normal !important;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #005b97;
    color: #fff!important;
    padding: 15px;
    font-size: 126%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border-radius: 2px;
    text-decoration: none !important;
    line-height: 108%;
}

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

.logo {
    width: 300px;
    margin: 15px 20px;
}

.h1, h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 20px;
    color: #63883d;
}

.h2, h2 {
    font-size: 1.4rem;
    text-align: center;
    margin: 20px 0px 40px;
    font-style: italic;
    color: #333333;
}

.flex-away {
    padding: 2% 10%;
}

.click-tweet {
    float: right;
    font-size: 138%;
    width: 369px;
    max-width: 100%;
    padding: 30px 33px;
    margin: 1% 0% 2% 4%;
    line-height: 133%;
    color: #fff;
    text-align: center;
    background: #63883d;
    background-size: cover;
    font-style: italic;
}

#gallery h2 {
    display: none;
}

.icons, .icons:visited, .icons:focus {
    padding: 0px 10px;
    margin: 8px 3px;
    width: 45px;
    height: 50px;
    display: inline-block;
    font-size: 150%;
    text-align: center;
    color: #fff;
}

.icons:hover {
    color: #b4975a;
}

.link:hover {
    color: #b4975a;
    text-decoration: none;
}

.click-tweet h3 {
    color: #fff;
    font-size: 100%;
    padding: 7px 0;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
}

.hero {
    max-width: 100%;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body Box*/
#hero-plus-body {
    background: #fff;
    font-size: 18px;
    color: #333333;
}

/*Footer Box*/
#hero-plus-footer {
    width: 80%;
    max-width: 100%;
    flex: none;
    /* flex-wrap: nowrap; */
    margin: auto;
}

#hero-plus-footer .row {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 35px 15px 15px 15px;
    margin: auto;
}

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

@media only screen and (max-width: 769px) {
    #vidright {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    #logogal {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    #hero-plus-header {
        padding-bottom: 10px;
        display: block;
    }

    .logo {
        width: 300px;
        margin: 20px auto;
        text-align: center;
        display: block;
    }

    .click-tweet {
        float: none;
        text-align: center;
        margin: 20px auto;
    }
}