/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #fff;
    border-bottom: 5px solid #00b7c2;
}

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

#vidright {
    float: right;
    width: 45%;
    margin-left: 3%;
}

div.container-fluid:nth-child(4) {
    background: #3a2d21;
    padding: 10px 0px;
}

.gallery-inline {
    background: #fbf8f0;
    padding: 2.5em 1em 2em;
    width: 100%;
    max-width: 100%;
}

.gallery-inline h2 {display: none !important;}

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

ol {
    margin-left: -25px;
}

ol li {
    font-size: 85%;
}

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

#logogal {
    max-width: 33.33%;
    margin: 0px auto;
    flex-basis: 33.33%;
}

.galcenter {
    margin: auto;
    text-align: center;
}

.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: 30px;
    font-weight: bold;
    display: block;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 24px;
    font-style: normal !important;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #00b7c2;
    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: #00a6b1;
    color: #fff!important;
    text-decoration: none !important;
}

.logo {
    width: 155px;
    margin: 5px 20px;
}

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

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

.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: 4px;
    margin: 0px 5px;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 150%;
    text-align: center;
    background: #fff;
    color: #3a2d21;
    border-radius: 30px;
}

.icons:hover {
    background: #20bac6;
    color: #3a2d21;
}

.link:hover {
    color: #20bac6;
    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;
    color: #4a2e1c;
}

/*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;
    }
}