#hero-plus-header{
}
.hero {width: 100%;}
.ctab, .ctab:visited {
background-clip: padding-box;
    background: #EF8B22;
    color: #fff!important;
    padding: 12px 5px;
    font-size: 110%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 220px;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    font-weight: bold;
    margin: 15px;
}

.ctab:hover, .ctab:active, .ctab:focus {
  background: #0071B9;
    color: #fff !important;
    text-decoration: none;
}
h1 {
    font-size: 39px;
    font-weight: bold;
    color: #0071B9;
    text-align: center;
    margin: 20px auto;
}

h2 {
    color: #333333;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    margin: 20px auto;
}
/*Hero Box*/
#hero-plus-hero{
}

/*Body Box*/
#hero-plus-body{
font-family: 'Open Sans', sans-serif; font-size: 18px
}
.flex-disable {
    padding: 2% 15%;
}
.click-tweet {
    float: right;
    width: 35%;
    font-size: 145%;
    font-style: italic;
    color: #0076BE;
    border-left: solid 3px #eee;
    padding: 1%;
    font-weight: bold;
    max-width: 100%;
    margin: 0 0 30px 4%;
}
#gallery {
    background: url('images/8690351-background.jpg') center right no-repeat;
    width: 100%;
    background-size: cover;     padding: 5% 0;
}
#gallery h2 {
    display: none;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 20px auto;
    padding: 0;
}
.glry {
    padding: 0px 8%;
}
.classic-caption-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    transition: .25s ease;
    color: #fff;
    font-size: 16px;
    background-color: #EF8B22;
    padding: 2%;
    opacity: 1; text-align:center;
}
.linked-container {
    position: initial;
    width: 100%;
}
.linked-url:hover {
    transition: background-color 1s linear, left .6s ease-out 1s, transform 1s steps(3, start), color .6s ease, font-size .3s linear;
    color: #fff;
    display: none;
}
.logo {
    margin: 10px;
}
#hero-plus-body a, a:visited, a:hover {
    color: #0071B9;
}
#hero-plus-footer {
    background: #0071B9;
    padding: 50px;
    color: #fff;
    text-align: center;
}

#hero-plus-footer .col-md-4 {float:left;}

.soc {
    display: inline-block;
    width: 58px;
    height: 58px;
    padding: 12px;
    background: #EF8B22;
    border-radius: 100px;
    margin: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    color: #fff !IMPORTANT;
    font-size: 1.3em;
}
.soc:hover {
    background: #0071B9;
}

.link, .link:visited, .link:hover {display: block;
    margin: auto;
    font-size: 17px;
    text-decoration: none!important;
    color: #fff;
display:block;
margin-bottom:20px;
    font-size: 115%;}
.link:hover {text-decoration: none; color: #EF8B22;}

@media only screen and (max-width: 980px) {
h1 {
    font-size: 34px;
}
h2 {
    font-size: 23px;}
.click-tweet {
    float: none;
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    width: 100%;
    border-left: none;
}
#hero-plus-footer .col-md-4 {
    float: none;
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 20px auto;
}
}

@media only screen and (max-width:768px) {
#gallery .col-lg-3 {
    max-width: 100%;
    flex-basis: 100%;
}
}