@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;
}

.card {margin: 20px auto; width: 40%;}

#gallery-title-uuid{display:none;}

strong{color:#174195;}

.gallery{  padding:3% 15%;  background-color: #272a49;}

/*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: #272A49; display:block; padding: 30px; text-align:center;
font-family: 'Poppins', sans-serif;
}
#hero-plus-footer p {color:#fff;} 
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.side {float: right !Important; margin: 1%; width: 50%; }
#txt {padding: 2% 13%;}
#gallery {padding: 2% 5%;   background-color: #1F4456; }
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    width: 150px;
    margin: 10px;
}

.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;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.0);
    border-radius: 0.25rem;
}


.side .card {
    border: none;
}
.hero {
    max-width: 80%;
    margin: 0px 11%;
}
.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-right: -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: #ea427d;

}
.soc, .soc:visited {
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
}

.soc:hover {
    color: #f57026;
    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 60px;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) {
h1 {text-align:center; font-size: 1.85rem; font-family: 'Poppins', sans-serif; font-weight:300;}
.ctab {
    display: block;
    margin: 5px auto;
padding:8px 5px;
font-size:90%;
font-weight:400;
}

.ctab:hover {
    background: #e8542c;
    text-align: center;
    margin: 0px;
    text-decoration: none!important;
    color: #fff;
padding:8px 5px;
font-weight:400;
}

.logo{width:85px;}
.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;
}

.right{width:100%; margin:20px 0% 20px 0%; float:right;}


.side {float: none; margin: 20px auto; width: 100%;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#txt {
    padding: 2% 1%;
}

h2 {
    text-align: center;
    font-size: 1.37rem;
    margin: 20px 0px 16px;
    font-style: italic;
}

.tq{font-size:1.1em;}
}