* sticky header background, in case option is checked */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}
.sticky-top > #hero-plus-header {
  background-color: white;
}
.vidline { margin-left: 2%; width: 35%; float: right; }
/*Header Box*/
#hero-plus-header {  align-items:start;
}

a { word-wrap: break-word; }
#gallery h2 {display:none;}
#flex-disable {padding: 2% 10%;}
.logo {margin: 10px;     width: 115px;}
.hero {max-width:100%;}
/*Hero Box*/
#hero-plus-hero {
}
.tq {
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    font-size: 1.6em;
    font-weight: 600;
    border-bottom: solid;
}
table {
    border-collapse: collapse;
    margin: 20px auto;
}
/*Body Box*/
#hero-plus-body { p {font-size: 18px;}
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
}

h2 ul li {
    list-style-position: inside; margin: 20px 0px 40px;
}

.h2, h2 {     margin: 20px 0px 40px;
    font-size: 1.5rem;
    text-align: center;
}

/*Footer Box*/
#hero-plus-footer{ background: #2b2b2b;
    text-align: center;
    padding: 20px;
}
table tr td {
    padding: 5px !important;
}
.card-body {
    display: none;
}
#gallery {
    padding: 2% 5%;
    background: lightgrey;
}
.link, .link:visited, .link:hover {
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-size: 1.5em;
    display: block;
    padding: 5px;
    text-decoration: none !important;
}

.soc, .soc:visited, .soc:hover {
    padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #999;
    display: inline-block;
}
.ctab:hover {
    background: #999;
    color: #eee;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.ctab, .ctab:visited {
    background: #333;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    margin: 30px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px) {
.vidline { margin-left: 0; width: 100%; float: none; }
html, body { overflow-x: hidden;
overflow-y: scroll;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    max-width: 100%;
    background: lightgrey;
}
#flex-disable {
    width: 100%;
    max-width: 100%;
}
#hero-plus-body { max-width: 100%; width: 100%; }
.sticky-top > #hero-plus-header {
    background-color: white;
    display: block;
}
.logo {
    margin: 10px auto;
    width: 115px;
    display: block;
    text-align: center;
}

.ctab {
    display: block;
    margin: 10px auto;
}
}