/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.logo1 {
    margin: 5px;
    height: 60px;
}
.mobile {display:none;}
/*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;
    padding: 30px;
    text-align: center;
    background: purple;
    color: #fff;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #194790;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    width: 60px;
    margin: 5px;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.hero {max-width: 100%;}

.foot-links, .foot-links:focus, .foot-links:visited, .foot-links:hover {
    padding: 10px 0;
    display: block;
    line-height: 108%;
    font-size: 171%;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.ctab, .ctab:visited, .ctab:focus {
   background: #d33b3b;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px; border-radius: 30px;
    font-weight: bold;
}
.icons, .icons:visited, .icons:focus, .icons:hover {
    padding: 11px;
    margin: 8px 10px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 12px -2px rgb(0 0 0 / 30%);
    font-size: 140%;
    background-color: #194790;
    border-radius: 3em;
}

.soc, .soc:visited, .soc:hover {
    color: #007aa0;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important: width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
@media only screen and (max-width: 980px) {
#hero-plus-header .ctab {display:none;}
.mobile{
    display: block;

}
}
@media only screen and (max-width: 768px) {


.logo, .logo1 {
  margin: 20px auto;
    display: inline-block;
    text-align: center;
}
.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;
}
}