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

.gallery-h3-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #151f6d;
}

.gallery-inline h2 {display: none;}

#gal-head {text-align: center; margin: 0px auto;}

strong{color:#151f6d;}

#row {height: 325px;}

.col-sm-4 {float: right;}

.lg-sub-html {font-size: 18px !important;}

li{
    font-size: 135%;
    margin-bottom: 20px;
}

.gallery-inline{background-color:#fff2d4; background-image:url('images/white-wave-1.png'); background-position: center bottom; background-repeat:no-repeat; background-size:contain; }

 .two{background-color:#fff2d4!important; background-image:url('images/white-wave-1.png'); background-position: center bottom; background-repeat:no-repeat; background-size:contain; }



.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;
}
/*Header Box*/
#hero-plus-header {  
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    color: #151f6d;
    font-weight: bold;
}
.h2, h2 {font-size: 1.75rem; color:#151f6d; text-align: center; margin-bottom: 40px; font-weight: bold; margin-top:25px;}

.h2text{font-size: 1.5rem; color:#151f6d; text-align: center; margin-bottom: 40px; font-weight: normal; margin-top:20px;}

.tq {
    background: #151f6d;
    text-align: center;
    font-size: 150% !important;
    font-weight: bold;
    margin: 20px auto;
    padding: 15px;
    color: #ffffff;
}

#txt {padding: 2% 10%;}
/*Hero Box*/
.logo {margin: 10px 30px; width: 120px; max-width: 100%;}
.ctab, .ctab:visited {
    background: #f4d044;
    color: #16018c;
    font-weight: bold;
    font-size: 18px;
    padding: 13px;
    text-align: center;
    border-radius: 30px;
    margin: 34px 30px;
}

.ctab:hover {text-decoration: none;}

#gallery h2 {display:none;}
.hero { width: 100%; max-width: 100%;}
#hero-plus-hero {
align-items: start;
}
#gallery {
    background: #f0f0f0;
    padding: 60px 50px 40px;
}

#bg1 {
    background: url('images/bg2.jpg') center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bg2 {
    background: url('images/bg3.jpg') center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
}

.card-body {
    
}
.card-text{display:none;}

/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer{ background: #151f6d; display: block;
    text-align: center;
    padding-top: 20px;
}
.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

.soc:hover {color: #f4d044;}

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

.link:hover {color: #f4d044; text-decoration: none;}

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

@media only screen and (max-width: 1025px) {
#txt p {
    font-size: 16px;
}
#row {height: auto;}
}

@media only screen and (max-width: 768px) {
#hero-plus-header {
    display: block;
    text-align: center;
    margin:20px auto;}
.logo {
    margin: 10px auto;
    display: block;
}
.ctab {    display: block;}
.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;
}
}


#gallery .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333%;
}

.lightbox > .img-fluid {
    max-height: 100%;
}

.gallery-inline {
    clear: both !important;
    padding-top: 20px;
    padding: 20px 12.5vw 0px 12.5vw;
    margin: 10px auto 5px auto;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}