/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
}

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

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

.card-body {
    display: none;
}

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

.link, .link:visited, .link:hover {
    font-size: 20px;
    display: block;
    color: #fff !important;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #d73327;
    color: #fff!important;
    padding: 15px;
    font-size: 126%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 37px;
    border-radius: 2px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.28);
}

.logo {
    width: 200px;
    margin: 25px 20px;
}

.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 20px;
}

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

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

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

#gallery h2 {
    display: none;
}

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

.click-tweet h3 {
    color: #d73327;
    font-size: 89%;
    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 B
ox*/
#hero-plus-body {
}

/*Footer Box*/
#hero-plus-footer {
}

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

@media only screen and (max-width: 769px) {
    .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;
    }

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

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

    .ctab {
        margin: 20px auto;
    }

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