@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap');



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #0D0D2A;
font-family: 'Open Sans', sans-serif;
}

.heroover {
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: -150px;
    color: purple;
}

.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.footlogo {     width: 20%!important;
    margin: auto;
    padding: 20px;}
#photoline { float: right; width: 40%; margin-left: 3%; margin-bottom: 2%; }
#photoline h2 { display: none; }
/*Header Box*/
#hero-plus-header { 
background: #0D0D2A;  
font-family: 'Open Sans', sans-serif;
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;font-family: 'Open Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; text-align:center; padding: 20px;     background: #2A276E;font-family: 'Open Sans', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#gallery { background: #2A276E; padding: 10px 10%; }
#gallery h2 { display: none; }
h2 { font-size: 1.2em; font-style: italic; text-align: center; margin-bottom:2em; }
#txt {padding: 2% 10%;}
.hero {max-width: 100%; width: 100%; }
.ctab:hover { background: #273582; color: #fff; text-decoration: none; }
.ctab,ctab:visited {
      background: #F4C00C;
    color: #000;
    font-weight: bold;
    font-size: 1.6em;
    padding: 20px;
    margin: 20px;
    text-decoration: none;
}
.card-text{color:#2A276E; text-align:center; font-family: 'Open Sans', sans-serif;}

.card-title { display: none; }
.link:hover { color: #fff }
.link, .link:visited {
    background: #ffc107;
    display: block;
    margin: 20px auto;
    padding: 10px;
    width: 222px;
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
    font-size: 120%;
}
.soc: hover { background: #F4C00C; }
.soc, .soc:visited {    color: #fff; padding: 5px; margin: 5px;}
.side {float: right !Important; width: 40%; margin: 1%;}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    color: #2A276E;
    margin: 20px 0px 40px;
font-weight:800;
}
@media only screen and (max-width: 769px) {
.heroover { margin-top: 0; }
.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
#photoline { float: none; width: 100%; margin-left: 0; margin-bottom: 2%; }
.ctab, .ctab:visited, .ctab:hover {
    display: block;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.logo {
    text-align: center;
    margin: 0px auto;
    margin-left: 50%;
}
.side {    float: none !important;
    margin: 20px auto;
    width: 100%; }
}