/* 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: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-body {
    display: none;
}
#gallery { background: #dceeff;
    padding: 2% 15%;
}
.link, .link:visited {
    font-size: 20px;
    display: block;
    color: #133f6b !important;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    font-style: normal !important;
}
.ctab, .ctab:visited, .ctab:hover {
    background: #0078ba;
    color: #fff!important;
    padding: 15px;
    font-size: 126%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border-radius: 30px;
    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: 235px;
    margin: 25px 20px;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 20px;
    color: #133f6b;
}
.h2, h2 {

    font-size: 1.25rem;
    text-align: left;
    margin: 20px 0px 40px;
    font-style: italic;
    padding: 0 10%;

}
.flex-away {
    padding: 2% 10%;
font-size:120%;
}
.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: #dceeff;
    background-size: cover;
    font-style: italic;
}
#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: #133f6b;
}

.icons:hover {color: #000;}

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

.click-tweet h3 {
    color: #133f6b;
    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 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;
}
.logo {
    width: 300px;
    margin: 20px auto;
    text-align: center;
    display: block;
}

.flex-away {
    padding: 2% 3%;
    font-size: 120%;
}
.h2, h2 {

    font-size: 1.25rem;
    text-align: left;
    margin: 20px 0px 40px;
    font-style: italic;
    padding: 0 3%;

}


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