/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header { 
display: none;
}

#cards-asset-3 {
margin-left: 50%;
}

.side {float: right !Important; width: 35%; margin: 1%;}
#toggle {
    display: block;
    text-align: center;
    margin: 20px auto;
    text-decoration: underline;
    font-weight: bold;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#photoline{
    float: right;
    width: 40%;
    margin-left: 2%;
    margin-bottom: 1%;
    display: block;
    padding: 20px;
    text-align: center;
    background: #eee;
border:1px solid #c3c3c3;
filter: drop-shadow(2px 3px 3px #a3a3a3);
}

.box{
  padding: 25px 10px;
border-radius:4px;
    background: #eee;
border:1px solid #c3c3c3;
filter: drop-shadow(2px 3px 3px #a3a3a3);
margin-bottom:35px;
}
/*Hero Box*/
#hero-plus-hero {  align-items: start;
}
.tq {
    text-align: center;
    margin: 20px auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
.card-body {display: none;}

/*Body Box*/
#hero-plus-body { font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ border-top: 8px solid #0024cc; background-color: #e6eefc; text-align:center; padding: 30px; display:block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 15px;
    background: #0024cc;
    padding: 17px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 135%;
letter-spacing:1px;
display:block;
transition:1.5s;
text-align:center;
border-radius:4px;
line-height:110%;
}


 .ctab:hover {
   
    color: #0024cc!important;

    background: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
 
letter-spacing:1px;
display:block;
filter: drop-shadow(2px 5px 4px #ababab);
}

h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #0024cc;
}
h2 {text-align:center; margin: 20px 0px 40px; font-size: 1.6rem; font-style: italic;}
#txt { padding: 2% 12%}
#gallery {padding: 1% 12%;width: 100%;background:none;text-align: center;margin: auto;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 35px;}
.link, .link:visited, .link:hover {
    display: block;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #0024cc;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none !important;
}
.soc, soc:visited, .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #0024cc;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;}

#cards-asset-3 {
margin-left: 0%;
}
#photoline { float: none; width: 100%; margin-left: 0; }
h1 {
    font-size: 30px;
}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
}
.ctab {
    display: block;
    text-align: center;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
}