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



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #013459;
}
/*Header Box*/
#hero-plus-header { 
}
/*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-body {display: none;}

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

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

.mdgallery{
   
    background: -moz-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
    background: -webkit-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
    background: -ms-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
    background: linear-gradient(to bottom, #005280 0, #007dc3 3%, #006299 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005280', endColorstr='#006299', GradientType=0);
    text-align: center;
    padding: 3% 7%;
padding-top:4%;
}

.right{width:39%; margin:2%; float:right;}

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

/*Body Box*/
#hero-plus-body {
font-family: 'Poppins', sans-serif;
font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ background-color: #000; text-align:center; padding: 30px; display:block; color: #fff;    background: -moz-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
    background: -webkit-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
    background: -ms-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
    background: linear-gradient(to bottom, #005280 0, #007dc3 3%, #006299 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005280', endColorstr='#006299', GradientType=0);
    text-align: center;
    padding: 20px 0;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 15px;
    background-color: #ff751a;
    padding: 15px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 300;
    font-size: 110%;
}

.ctab:hover{
opacity:.75;
}



h1 {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
  font-family: 'Poppins', sans-serif;
}
h2 {font-family: 'Poppins', sans-serif; text-align:center; margin: 20px 0px 40px; font-size: 1.6rem; font-style: italic; font-weight:300;}
h3 {font-family: 'Poppins', sans-serif;font-size: 24px !important; font-weight: bold; margin: 20px 0px; color: #f0f0f0; text-transform: uppercase; font-weight:300;}
#txt { padding: 2% 10%;}
#gallery {padding: 2% 5%;     background: #f0f0f0;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 14px 30px;}

.link, .link:visited, .link:hover {
    display: inline;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    text-decoration: none !important;
   font-family: 'Poppins', sans-serif;
}
.soc, soc:visited, .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #fff;
}
#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) {
.right{width:96%; margin:2%; float:right;}

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