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

.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;
}
.right{width:47%; max-width:47%;margin:2%; float:right;}

.plain-image{width:100%; max-width:100%;}

/*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: #808285;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #eeeeee;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px; width: 250px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #000;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em;
}
.tq {display: block;
    text-align: center;
    border-top: solid #DADADA 1px;
    border-bottom: solid #DADADA 1px;
    padding: 16px;
    margin: 13px auto;
    font-style: italic;
    font-size: 112%;
    color: #676C72;
    font-weight: 400;
    margin-bottom: 30px;}
.link, .link:visited, .link:hover {
    color: #fff;
    text-decoration: none !important;
    margin: 5px auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.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: 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;
}
}