/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer {
    display: block;
    background: #000;
    padding: 30px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {margin: 10px;}
h1 {text-align:center; margin: 20px 0px 30px;}
#txt {padding: 2% 10%;}
#gallery {
    padding: 2% 5%;
    background: #000;
}
.hero {max-width: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.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;
}

.link, .link:visited, .link:hover {
    color: #fff;
    text-decoration: none !important;
    font-size: 1.6rem;
    display: inline-block;
    margin: 20px;
    border: solid;
    width: 250px;
}
.ctab, .ctab:visited, .ctab:hover {
    margin: 20px;
    background: #000;
    color: #fff;
    padding: 20px;
    font-size: 112%;
    font-weight: bold;
}

.tq {
    float: right !important;
    width: 40%;
    font-size: 1.3em;
    margin: 1%;
    font-weight: bold;
    text-align: right;
    border-right: solid 5px;
    padding-right: 25px;
}
@media only screen and (max-width: 768px) {
.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;
}
.tq {
    float: none;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    border: none;
}
.ctab {
    display: block;
    width: 100%;
    text-align: center;
}
}