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

.Video{
padding:2% 10% 3%;}

.tq {
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.3em;
    border-bottom: solid 1px;
}
.soc {text-align:center; margin: 5px auto;}
/*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;     background-color: #2e2e2e;
    padding: 20px;
    text-align: center; 
padding-bottom:40px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #de651e;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {    margin-left: 10px;
    vertical-align: middle;
    padding: 7px;
    width: 95px;}

.logo-bottom{
width:115px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(51,14,14,0.54);
-moz-box-shadow: 2px 2px 5px 0px rgba(51,14,14,0.54);
box-shadow: 2px 2px 5px 0px rgba(51,14,14,0.54);
-webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;
}

.logo-bottom:hover{-webkit-box-shadow: 2px 2px 14px -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,1);
-moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,1);
box-shadow: 2px 2px 14px 0px rgba(0,0,0,1);}
.hero {max-width: 100%;}
.link, .link:visited, .link:hover {
  
    text-align: center;
    margin: 10px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    display: block;
}
.ctab, .ctab:visited { width: 300px;
    background: #9f1c42;
    text-align: center;
    margin: 10px;

    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
-webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;
}


.ctab:hover{
color:#fff;
-webkit-box-shadow: 2px 2px 14px 0px rgba(51,14,14,0.3);
-moz-box-shadow: 2px 2px 14px 0px rgba(51,14,14,0.3);
box-shadow: 2px 2px 14px 0px rgba(51,14,14,0.3);
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em;
-webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;
}

.soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;

}

.right{width:45%; margin:2%; float:right;}

 .img-inline {
    max-width: 100%;

}



.imgspace{padding:0% 6%; margin-bottom:30px;}

h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}

h3{font-size:24px; margin-bottom:30px;}
#hero-plus-footer .ftctab {
    display: block;
    margin: 20px auto;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
#txt .img-inline {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 10px auto;
}
.ctab {
    width: auto !important;
}
}