/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
.h3rel { color: #000; }
.ctr { text-align: center; }
.linkrel, .linkrel:visited, .linkrel:hover {text-decoration: none !important;     color: #000;}
.link, .link:visited, .link:hover {text-decoration: none !important;     color: #fff;}
/*Hero Box*/
#hero-plus-hero {
}
.tq {
    text-align: center;
    border-top: solid #DADADA 1px;
    border-bottom: solid #DADADA 1px;
    padding: 16px;
    margin: 20px auto;
    font-style: italic;
    font-size: 112%;
    color: #676C72;
    font-weight: 400;
}
/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer {
    background: #000;
    padding: 0px 0px 50px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {margin: 20px; width: 100px;}
.hero {max-width: 100%;    border: 1px solid;}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 10%; background: #000;}
#gallery h2 {display:none;}
h1, h2 {text-align: center;}
h2 {margin: 20px 0px 40px;}
#hero-plus-footer .col-md-4 {float: left;}
.ctab, .ctab:visited, .ctab:hover {
    color: #fff;
    padding: 25px 15px;
    font-size: 110%;
    text-decoration: none;
    background: #000;
    margin: 30px;
    font-weight: bold;
    text-transform: CAPITALIZE; text-decoration:none !important;
}

.rad-but{
    text-align: center;
    padding: 5% 5% 4%;
}


.ctab2, .ctab2:visited, .ctab2:hover {
    color: #000;
    padding: 25px 15px;
    font-size: 110%;
    text-decoration: none;
    background: #fff;
    margin: 30px;
    font-weight: bold;
    text-transform: CAPITALIZE; text-decoration:none !important;
}

.soc, .soc:visited, .soc:hover {
    margin: 10px;
    color: #fff;
}
h3 { color: #fff;
    font-size: 2em;
    margin: 65px 20px 20px;
    text-align: center;
}
.card-text {
    display: none;
}
.card-body {
    text-align: center;
    padding: 10px 0px 0px;
}
.card-title {
    margin-bottom: .75rem;
    font-size: 16px;
}
.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;
}
@media only screen and (max-width: 768px) {
#hero-plus-header {
    text-align: center;
}
.ctab {
    margin: 0px auto 20px;
}
.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;
}
}