/*Header Box*/
#hero-plus-header{
}

.classic-caption-overlay {
    width: 90%;
    max-width: 90%;
    color: #ffffff!important;
    opacity: 1;
    font-size: 1.2em; 
    margin: auto;
    float: none;
    left: 5.1%;
}

#gallery {
    margin: 40px auto;
}

.logo {
    margin: 20px;
}
.ctab {
    background: #5CB652;
    color: #fff!important;
    padding: 16px;
    font-size: 135%;
    display: block;
    text-align: center;
    margin: 30px;
    text-decoration: none;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.ctab:hover, .ctab:active {
    background: #00ADCD;
    color: #fff!important;
    text-decoration: none;
}
#toggle {
    padding: 20px 0px;
}
#toggle a {
    color: #1b4d4a;
    font-weight: bold;
    font-size: 1.3em;
}
h2 {margin: 20px 0px 30px;}
#gallery h2 {
    display: none;
}
.txt {padding: 1% 10%;}
.hero {width: 100%;}
/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body{
}
.link {
    background: #56B849;
    color: #fff!important;
    padding: 15px;
    font-size: 108%;
    display: inline-block;
    text-align: center;
    margin: 6px 15px;
    width: 275px;
    max-width: 100%;
    text-decoration: none;
    line-height: 32px;
    box-shadow: 0 0 12px -6px #000;
}
.link:hover {
background: #00ADCD;
    transition: all 0.3s ease;
    color: #fff!important;
    text-decoration: none;
}
/*Footer Box*/
#hero-plus-footer {
    padding-top: 44px;
    padding-bottom: 30px;
    background: #4C4C4D;
    text-align: center; display: block;
}

@media only screen and (max-width: 768px) {
#hero-plus-header {
    text-align: center;
    margin: 0px auto;
    display: block;
}
}

@media only screen and (max-width: 767px) {
    .classic-caption-overlay {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    #classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3 {
        margin: 20px auto;
    }
}