/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #071e61;
padding:8px;
margin-bottom:25px;
}
#tweet {
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    background: #01c3ff;
    color: white;
font-size:135%;
border-radius:10px;
}

strong{
color:#01c3ff;
}
.tq {
    display: inline;
    font-size: 1.4em;
    vertical-align: text-bottom;
}
#tweet i.fab.fa-twitter {
    font-size: 2em;
    padding: 0px 30px;
}
.side {float: right !Important; margin: 1%; width: 45%;}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    border-bottom: 2px solid #071e61;
    padding-bottom: 20px;

}


.blue{margin:5% 40%; background:#01c3ff; border-radius:10px; padding:3%; text-align:center;}

/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{  padding: 30px 25%; text-align:center; background: #0aa8ff; 
background:url('images/TumsPatterns-01.jpg'); }
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
.gallery { background:url('images/TumsPatterns-01.jpg'); 
padding: 2% 5%; 
/* background: #de651e; */ }
.gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 20px;
    width: 150px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
    background: #01c3ff;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
display:block;
width:230px;
}

.ctab:hover {
    background: #012f60;
    color: #fff;
}

#hero-plus-footer .row {
    display: block; margin: 10px auto;
}

#hero-plus-footer .col-md-6 {
    margin: 20px auto;
    text-align: center;
}
.soc, .soc:visited {
    color: #071e61;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover {
color: #fff;
}
.link {
    display: block;
    text-decoration: none !important;
    text-align: center;
       margin: 20px auto;

    font-size: 1.2em;
    font-weight: bold;
    color: #071e61!IMPORTANT;
}


.link:hover {
  color:#fff; 
}

h1 {text-align:center; font-size: 3rem; font-weight:bold; color:#01c3ff; margin-top:45px; margin-bottom:35px;}
h2 {text-align:center; font-size: 2rem; margin: 20px 0px 40px; color:#071e61;}

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

}
.side {
    float: none;
    margin: 20PX AUTO;
    width: 100%;
}
.logo {
    margin: 20px auto;
    display: block;
}

#hero-plus-footer{  padding: 30px 5%; text-align:center; 

}