@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,700&display=swap');

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

/*Header Box*/
#hero-plus-header {  
font-family: 'Poppins', sans-serif;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
font-family: 'Poppins', sans-serif;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Poppins', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ background: #f3f1ec; display:block; padding: 30px; text-align:center;
font-family: 'Poppins', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.side {float: right !Important; margin: 1%; width: 50%; }
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #d7d2cb; border-bottom:3px solid #e8542c;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
 
    width: 220px;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}


.side .card {
    border: none;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #e8542c;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.link {
    font-size: 2rem;
    font-weight: bold;
    color: #E8542C !important;
    text-decoration: none !important;
    padding: 10px;
    margin: 10px;
}
.tq {
    color: #e8542c;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.3em;
    font-weight: 300;
}
#hero-plus-body a, #hero-plus-body a:visited, #hero-plus-body a:hover {
   color: #e8542c;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #E8542C;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
}

h1 {text-align:center; font-size: 2.5rem; font-family: 'Poppins', sans-serif; font-weight:300;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;font-style:italic;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;
    margin: 5px auto;
}
.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; margin: 20px auto; width: 100%;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}