@import url(https://fonts.googleapis.com/css?family=Open+Sans);


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #231f20;
}
#gallery h2 {
    display: none;
}
p { font-family: 'Open Sans', sans-serif; font-size:18px; }

.logo {margin: 10px;}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
/*Header Box*/
#hero-plus-header{
}
/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body{background:#231f20;     color: #fff;
}
.tq {padding: 15px; margin: 20px auto; text-align:center; border-bottom: solid; font-size: 1.3em;}
.link { display:block; padding:5px; margin:10px; text-decoration:none !important; text-transform: uppercase; color: #fff; }

.link:hover { color: #000;}

.soc {     padding: 5px;
    margin: 5px;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block; }
#hero-plus-body .col-md-8 {
    float: left;
}
#hero-plus-body .col-md-4 {
    max-width: 32%;
    flex-basis: 32%;
    clear: both !important;
    display: inline-block;
}
.soc:hover {  color: #000;}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
h1 {font-size: 2rem;}
.h2, h2 {
    font-size: 1.7rem;
    padding: 20px 0px 40px;
}
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;

}
#gallery {
    background: #b8babd;
   padding: 20px 5% 5%; text-align: center;
 
}
.ctab, .ctab:visited { background: #b8babd; border-radius: 3px; color: #fff; text-decoration: none !important; padding: 15px; font-weight: bold; font-size: 100%; display: block; margin: 30px; text-align:center; }

.ctab:hover { background: #333; color: #eee; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }
.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
/*Footer Box*/
#hero-plus-footer {
  }

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

}
@media only screen and (max-width: 768px) {
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #231f20;
    padding: 10px;
}
#hero-plus-header {
    display: block;
    margin: 0px auto;
}
.logo {
    margin: 10px auto;
    display: block;
}
#hero-plus-body .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0px auto;
}
.ctab {margin: 0px 0px 20px;}
}