/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.realign {     margin-top: -10px; }
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}


.right{ width: 41%;
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
background:#eee;
display:block;
text-align:center;
width:38%;
margin-right:3%;
}

#txt .vid-inline, #txt .img-inline {
    float: right;
    width: 40%;
    margin: 2%;
}
/*Body Box*/
#hero-plus-body {font-size:18px;
}
/*Footer Box*/
#hero-plus-footer {
    background: #011791;
    padding: 30px;
    text-align: center;
}
#hero-plus-footer .col-md-6 { float: left;}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {margin: 10px;}
.hero {max-width: 100%;}
#gallery {padding: 10% 0px; background: url('images/bg.jpg') center center no-repeat; background-size:cover;}
#gallery h2 {display:none;}
#txt {padding: 2% 10%;}
h1, h2 {text-align:center; margin: 20px auto 40px;}
#toggle {
        text-align: center;
    margin: 40px auto;
    color: blue;
    font-size: 120%;
}
.card-body {background: #011791;
    color: #fff;}


.ctab,.ctab:visited, .ctab:hover {
    background: blue;
    margin: 0px;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
}

.soc, .soc:visited, .soc:hover {
    color: #ebc234;
    padding: 10px;
    margin: 10px;
    display: inline-block;
}

.card-text{display:none;}

.card-title{
font-size:17px;
}

.link, .link:visited, .link:hover { 

    margin: 10px auto;
    display: block;

}
.tq {
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    font-weight: bold;
    color: #0e2e93;
    font-size: 1.3em;
}



@media only screen and (max-width: 768px) {

.right{ width: 100%;
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
background:#eee;
display:block;
text-align:center;

margin-right:0%;
}


#toggle a, #toggle a:visited, #toggle a:hover {
    color: blue;
    background: none;
    padding: 10px;
    text-decoration: none !important;
    display: block;
    margin: 10px auto;
}
#hero-plus-header {
    display: block;
}
.logo {
    margin: 10px auto;
    text-align: center;
    display: block;
}

#hero-plus-footer{padding:0px;}

.ctab, .ctab:visited, .ctab:hover {
    background: blue;
    margin: 10px auto;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    display: block;
    text-align: center;
}
#txt .vid-inline, #txt .img-inline {
    float: none;
    width: 100% !important;
    margin: 20px auto;
}
}