/* 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;
}
.logo {
    margin: 20px;
    width: 150px;
}


#lg-download{

}

.ctab, .ctab:visited, .ctab:hover {
    margin: 30px;
    background: #333;
    padding: 10px;
    color: #fff !important;
    text-decoration: none !important;
}
h1 {
    text-align: center;
    font-size: 2em; margin: 20px auto;
}
h2 {
    text-align: center;
    font-size: 1.8em; margin: 20px 0px 40px;
}
#gallery {
    padding: 2% 10%;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.card{border:none;}

.side { text-align: center;
    float: right !important;
    width: 40%;
    margin: 2%;     background: #1c2733;
padding-bottom:25px;
padding-top:20px;
}
.tq {
    text-align: center;
    margin: 20px auto;
    border-bottom: solid 3px;
    padding: 15px;     font-size: 1.3em;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1d2d3d;
    background: #fff;
    margin-left: 28px;
    border-bottom: 1px solid #1c2733!important;

}


.nav-tabs {
    border-bottom: 1px solid #1c2733!important;
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ddd;
}
.box-link, .box-link:visited, .box-linkL:hover {
    background: #fff;
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    color: #000;
    text-decoration: none !important;
}
.social-icons.icon-circle .fab {
    display: inline-block;
    color: #fff;
    margin: 20px 10px;
    height: 40px;
    width: 40px;
    font-size: 1.5em;
}
.fab:visited, .fab:hover {color: #fff;}
.hero {max-width: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
#txt {padding: 2% 10%;}
/*Body Box*/
#hero-plus-body { color: #fff; background: url('images/bg.jpg');  font-size: 18px;
    background-repeat: no-repeat !important;
    background-position: bottom right;
    background-attachment: fixed;
    background-size: cover;
}


/*Footer Box*/
#hero-plus-footer{
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@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;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
padding-bottom:20px;
padding-top:20px;
}
#hero-plus-header {
    display: block;
}
}