/* 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;
}
/*Header Box*/
#hero-plus-header {  
z-index: 1000;
position: fixed;
width: 100%; 
background: #fff;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    color: #ef7100;
}
.h2, h2 {text-align: center; margin-bottom: 20px;}
.tq {
    background: #ffce31;
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
}
#txt {padding: 2% 10%;}
/*Hero Box*/
.logo {margin: 20px 0px 20px 20px;}
.ctab, .ctab:visited {
    margin: 40px;
    padding: 15px;
    background: #00afcf;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
}
.ctab:hover {background: #006473;}
#gallery h2 {display:none;}
.hero { width: 100%; max-width: 100%; margin-top:110px;}
#hero-plus-hero {
align-items: start;
}
#gallery {
    background: #61cbea;
    padding: 30px 50px 40px;
}

.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer{ display: block;
    text-align: center;
    padding: 50px;
    background: #5f646a;
}
.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #fff;
}

.soc:hover {color: #ef7100;}

.link, .link:visited {
    display: block;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}

.link:hover {color: #ef7100;}

#txt p {
    font-size: 18px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px) {
.sticky-top > #hero-plus-header {
    background-color: white;
    margin-top: 0;
    margin: 0;
}
#hero-plus-header {
    display: block;
    text-align: center;
    margin:0}
.logo {
    margin: 6px auto;
    display: block;
width:170px;
}
.ctab {    display: block; margin-top:5px; margin-bottom:0px; padding:8px; }
.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;
}
}