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

.share-floating-bar-pinterest {display: none !important;}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; background: url('images/bg.png') top left repeat; #e9e7e6;
}
#hero-plus-header .logo {
    height: 136px;
}

#hero-plus-header .logo1 {
    height: 90px;
    margin: 0px 20px 20px;
    border-left: 2px solid #fff;
    padding-left: 25px;
}

#hero-plus-header .logo2 {
    height: 90px;
    margin: 20px;
}

#hero-plus-footer .logo {
    margin: 20px auto;
    display: block;
    text-align: center;
}

.card {
width: 35%;
float: left;
margin: 1%;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}
/*Footer Box*/
#hero-plus-footer{padding: 30px; text-align:center; background: #e5a436; color: #fff;
    font-weight: bold;
}
#hero-plus-footer .col-md-6 { float: left;}
.carousel-inner {
    margin: auto;
    width: 50%;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.tag {
    display: inline-block;
    margin: 0px auto;
    font-size: 162%;
    color: #fff;
    font-weight: bold;
}
#hash {
    text-align: center;
    margin: 10px auto;
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #d0e7f5;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 0px 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    margin: 10px;
    font-size: 24px;
    text-decoration: none!important;
    color: #e5a436;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px;
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.tq {    float: right !Important;
    width: 35%;
    font-style: italic;
    margin: 1% 1%;
    background: #000;
    color: #fff;
    padding: 20px;
    font-size: 1em;}
h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
@media only screen and (max-width: 980px) {
#hero-plus-footer .col-md-6 { float: none; max-width: 100%; flex-basis: 100%;}
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}

#hero-plus-header .logo {
    height: 60px; margin: 0 auto;
}

#hero-plus-header .logo1 {
    height: 50px;
    margin: 0px 5px 10px;
    border-left: 2px solid #fff;
    padding-left: 25px;
}

#hero-plus-header .logo2 {
    height: 40px;
    margin: 6px;
}

#hero-plus-footer .logo {
    margin: 20px auto;
    display: block;
    text-align: center;
}

.logo {
    margin: 20px auto;
    display: block;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ctab, .ctab:visited, .ctab:hover {
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    margin: 10px;
    font-size: 18px;
    text-decoration: none!important;
    color: #e5a436;
    padding: 8px 8px;
    font-weight: bold;
    border-radius: 10px;
}

.tq{
    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;
}
}