@import url('https://fonts.googleapis.com/css2?family=Open+Sans: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: #007fa3;
}

.card {width: 40%; float: right; margin: 10px;}

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

td {padding: 5px;}
table {margin-bottom: 1rem;}
img {vertical-align: top;}

.share-floating-bar-pinterest {display: none !important;}

.rightvid { float: right; width: 45%; margin: 3%; }
.txt-logo {
text-align: center;
margin: 0px auto 10px;
}

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

.logo {
width: 275px;
margin: 10px;
}
.logo1 {
width: 200px;
margin: 10px;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Open Sans', sans-serif;
}
.tq { float: right; color: #000; background: #d1d3d4; border-bottom: 4px solid #fdbc19; width: 40%; max-width: 100%; text-align: center; margin: 10px; padding: 2em; font-weight: bold; font-size: 125%;}
strong{color: #000;}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;     background-color: #007fa3;
font-family: 'Open Sans', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 4% 5%; background-color: #ae367e; margin-bottom:40px; width: 100%;}
#gallery h2 {display:none;}
.card-body {
display: none;
background: #fdbc19;
color: #000;
font-weight: bold;
}
.card-title {margin-bottom: 0rem; font-size: 1rem;}
.card-text {display: none;}
.logo {margin: 10px 20px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited{
    width: 300px;
    font-family: 'Open Sans', sans-serif;
    background: #ae367e;
    text-align: center;
    margin: 25px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 115%;
    display: inline-block;
    line-height: 120%;
}

 .ctab:hover {
    opacity: 0.8;
    color: #fff;
}

.link, .link:visited{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    background: none;
    text-align: center;
    margin: 10px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 12px;
    font-style: italic;
    font-weight: 300;
    font-size: 250%;
    display: block;
    line-height: 120%;
width:240px;
}

 .link:hover {
  background-color: #fdbc19;
    box-shadow: 0 0 0 transparent;
    color: #fff;}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 10px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align: center; font-size: 2rem; font-family: 'Open Sans', sans-serif; font-weight:700; margin-bottom:1em; color: #007fa3; margin-bottom:1em;}
h2 {text-align: center; font-weight: bold; font-size: 1.25rem; font-style:italic; margin: 20px 0px 40px; color: #003057;}

@media (min-width: 992px) {
.col-lg-3 {
    -ms-flex: 0 0 33%!important;
    flex: 0 0 33%!important;
    max-width: 33%!important;
}
}

@media only screen and (max-width: 768px) {
.rightvid { float: none; width: 100%; margin: 0; }
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.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;
}
}