/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  display: block;
    padding: 5px;
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ padding: 20px; text-align:center; background: #bf1629;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #bf1629;}
#gallery h2 {display:none;}

#gallery .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
h1, h2 {text-align:center;}

h2 {margin: 20px 0px 40px;}

.logo {
    margin: 20px auto;
    text-align: center;
    display: block;
}
.hero {max-width: 100%;}

.soc, .soc:visited, .soc:hover {color: #fff; padding: 10px; margin: 10px; display: inline-block:}
.tq {
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    color: #bf1629;
    font-weight: bold;
    font-size: 110%;
    text-transform: capitalize;
}
.link, .link:visited, .link:hover {
    display: inline-block;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-decoration: none !important;
}
@media only screen and (max-width: 769px) {
h1, h2 {
    font-size: larger;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}