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

.logomob {     display: flex; }
table { text-align: center; margin: auto; }
ul li { margin-bottom: 10px; }
ol li{ margin-bottom: 10px; }
#twline { width: 45%; margin-left: 3%; margin-bottom: 3%; }
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#toggle {
    padding: 15px;
    text-align: center;
    margin: 20px auto;
}
#toggle a, #toggle a:visited, #toggle a:hover {
    color: purple;
    font-weight: bold;
    font-size: 1.3rem;
    text-decoration: none !important;
}
#vidline { display: block; margin-left: 3%; margin-bottom: 2%; float: right; width: 45%; }
.card-title, .card-text, .card-body { display: none; }
table { margin-bottom: 20px; }
.social-icons .fa {
    font-size:24px;
    color:#ffffff;
    margin:5px 15px;
}

.uppercase{text-transform:uppercase;}

ol li, ul li, p { font-family: 'Open Sans', sans-serif; font-size:15px; }
#gallery h2 { display: none; }
#gallery .card-body { display: none; }

.logo {margin: 20px;}
.hero {max-width: 100%; margin-top:100px;}
#txt {padding: 2% 10%;}
/*Header Box*/
#hero-plus-header{
background: linear-gradient(135deg, #ffffff 0%,#ffffff 38%,#bddcc4 38%,#bddcc4 46%,#ffffff 46%,#ffffff 53%,#81c093 53%,#81c093 61%,#ffffff 61%,#ffffff 62%,#ffffff 68%,#36a869 68%,#36a869 76%,#009548 76%,#009548 100%)!important;
z-index: 1;
background: #fff;
position: fixed;
width: 100%;
max-width: 100%;
}
/*Hero Box*/
#hero-plus-hero{
  align-items: start;
}
/*Body Box*/
#hero-plus-body{
}
.tq { width:40%; background: #90CD58; color: #fff; float:right !important; padding:15px; text-align:left; margin-left:1%; font-size:1.2em; }
.tqctr { width:100%; background: #90CD58; color: #fff; float:right !important; padding:15px; text-align:center;font-size:1.3em; }
.link { font-weight: bold; display:block; padding:5px; margin:10px; text-decoration:none !important; text-transform: uppercase; color: #000; font-size: 1.5em; }

#hero-plus-body  .col-lg-3 {
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
}

.link:hover { color: #009662; font-weight: bold; text-decoration: underline; }

.soc {     padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #000;
    display: inline-block; }

.soc:hover {  color: #009662;}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
h1 { font-size: 1.7em; padding: 1% 1%; color: #62A519; }
.h2, h2 {
    font-size: 1.3rem;
    font-style: italic;
    padding: 20px 0px 20px;
}
#gallery {
    background: url('images/gallery-bg.jpg') center center repeat;
    padding: 5px 10%;
}
.ctab, .ctab:visited { background: #90CD58; 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: #eee; color: #46166B; -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 {
    background: #0CB5EC;
    padding: 50px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
#gallery .col-md-4 {
    max-width: 50%;
    flex-basis: 50%;
}
}
@media only screen and (max-width: 768px) {
#hero-plus-body  .col-lg-3 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#hero-plus-hero{ margin-top: 10em; }
.tq { float: none; width: 100%; margin: auto; }
.logomob { margin: auto; text-align: center; display: block;}
#hero-plus-header { top: 0; left: 0; margin: auto; }
#twline { width: 100%; margin-left: 0; }
.ctab, .ctab:visited {
    padding: 20px;
    font-size: 150%;
    margin: 30px;
 }
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
#gallery { padding: 15px; }
table { width: 100%!important; }
#vidline { float: none; width: 100%!important; margin-left: 0; }
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
      margin: 0px auto;    left: 0;
}
.logo {
    margin: 10px auto;
    display: block;
}

.ctab {margin: 0px 0px 20px;}
}