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

.four{padding-left:4%; 
padding-bottom:20px;}

.gallery-inline{
padding-top:30px; padding-bottom:40px;
}

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

.lightbox > .img-fluid {
    max-height: 100%;
}

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


.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 100%;
}

#row {
height: 280px;
}

.col-sm-4 {
display: inline-flex;
}

.col-sm-8 {
float: right;
margin: 5% 0px;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #231f20; border-top: 25px solid #f1b81e;
}

.click-tweet {
font-size: 150%;
font-style: italic;
text-align: center;
color: #231f20;
padding:2%;
border-bottom:4px solid #f1b81e;
margin-bottom:20px;
}

.card-text{font-weight:bold;}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.side {     color: #fff;
    float: right !important;
    margin: 1%;
    width: 35%;
    background: #22265a;
    padding: 2%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.link {display: block; font-weight: bold; color: #22265a !important; font-size: 24px;}

#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #5c52a7; width: 100%;}
#gallery h2 {display:none;}
.card-body {     background: #f1b81e;
    color: #fff;}
.logo {margin: 20px; width: 200px;}
.hero {width: 100%; flex: 100%; max-width: 100%;}

.card-title{display:none;}

.logo-div {
margin: auto;
text-align: center;
}

.ctab-div {
margin: 50px auto;
text-align: center;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #f1b81e;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-size: 115%;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ft-logo {
width: 200px;
margin-bottom: 20px;
}

h1 {text-align:center; font-size: 2rem; color: #231f20;}
h2 {text-align:center; font-size: 1.5rem; margin: 20px 0px 40px; font-style: italic;}


@media only screen and (max-width: 1250px) {
#row {
height: 210px;
}

.col-sm-8 {
float: right;
margin: 0px;
}
}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.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;
}
}