/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #0D0D2A;
}
#photoline { float: right; width: 35%; margin-left: 3%; margin-bottom: 2%; }
/*Header Box*/
#hero-plus-header { 
background: #0D0D2A;  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; text-align:center; padding: 20px;     background: #273582;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#gallery { background: #070C3F; padding: 10px 10%; }
#gallery h2 { display: none; }
h2 { font-size: 1.2em; font-style: italic; text-align: center; }
#txt {padding: 2% 10%;}
.hero {max-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-body {
    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;
    margin: 20px 0px 40px;
}
@media only screen and (max-width: 769px) {

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