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

strong {
    margin-left: 0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: bold;
    color: #f44336;
}
ul {
    list-style-position: inside;
}
#lst li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 9px 0px 0px 20px;
    text-indent: -1em;
    margin-left: -4px;
}
#lst strong {
    font-weight: bolder;
    margin-left: -10px;
}
/*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{  background: #525252;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
}
#hero-plus-footer .col-md-6 {float: left;}
.links, .links:focus, .links:visited {
    padding: 4px;
    display: block;
    font-size: 160%;
    margin: 3px auto;
    color: #fff;
    text-decoration: none;
    width: 300px;
    line-height: 108%;
    max-width: 100%;
}
.links:hover {
    color: #FF6C36;
}
h3 {
    color: #fff;
    font-size: 164%;
    padding: 7px 0;
    margin-top: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: url('images/bg.jpg') top left;     background-size: cover;
    background-color: #053a4f;}
#gallery h2 {display:none;}
.card-title {
    display: none;
}
.logo {
    margin: 20px;
    width: 200px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #e35207;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.ctab:hover, .ctab:active {
    background: #b24005;
    transition: all 0.3s ease;
    color: #fff!important;
    text-decoration: none;
}
.icons, .icons:visited, .icons:focus {
    padding: 9px;
    margin: 8px 3px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: none;
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}
.icons:hover, .icons:active {
    border: solid 1px #FF6C36;
    color: #FF6C36;
}
#tq {
    color: #fff;
    font-size: 141%;
    padding: 3% 8%;
    max-width: 100%;
    font-weight: normal;
    text-align: center;
    background: #00837e;
    margin-top: -3%;
    margin-bottom: 3%;
}
.side {float: right !Important: width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;}
h2 {
    text-align: left;
    font-size: 1.5rem;
    margin: 20px 0px 40px;
}

@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;
}
h1 {
    text-align: center;
    font-size: 24px;
}
h2 {
    text-align: center;
    font-size: 18px;
}
}