@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

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

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

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

.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-family: 'Work Sans', sans-serif;
    color: #052b48;
    margin: 20px 0px 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.h2, h2 {font-size: 1.5rem; font-style: italic; text-align: center; margin-bottom: 40px; font-weight: normal; font-family: 'Work Sans', sans-serif;}

.tq {
    background: #ff6d00;
    text-align: center;
    font-size: 150% !important;
    font-weight: bold;
    margin: 20px auto;
    padding: 15px;
    color: #000;
}
#txt {padding: 2% 10%;}
/*Hero Box*/
.logo {
    vertical-align: middle;
    margin: 32px 10px;
}
.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #000000!important;
    padding: 15px 5px;
    font-size: 110%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 470px;
    max-width: 100%;
    border-bottom: solid 2px #000000;
    transition: all 0.3s ease-in-out;
    margin: 25px;
}

.ctab:hover {
text-decoration: none;
background: #f0f0f0;
border-bottom: solid 2px #000000;
}

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

#bg1 {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bg2 {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
}
.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {font-family: 'Work Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ background: #c5d3d9; display: block; font-family: 'Work Sans', sans-serif;
    text-align: center;
    padding-top: 20px;
}
.soc, .soc:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    padding: 7px;
}

.soc:hover {opacity: 0.8; text-decoration: none;}

.link, .link:visited {
    display: block;
    font-size: 1.5em;
    color: #000000;
    font-weight: normal;
    margin: 20px;
}

.link:hover {opacity: 0.8; text-decoration: none;}

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

@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;
}
.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
}