/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}

tr { border-bottom: 1px solid #6c757d;  }
tr, td { padding: 10px; }
.red { color: #DC1E28; }
table { margin-bottom: 20px; }
#photoline { float: right; margin-left: 3%; margin-bottom: 2%; width: 50%; }
#youtube h2 { display: none; }
#youtube { padding: 10px 20%; }
.addstats{width:300px; max-width:250px; margin:0 auto; }
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #24272a;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.link, .link:visited, .link:hover {order-bottom: transparent; display:block; margin: 10px auto; text-align:center; 
    font-family: Open Sans,impact,helvetica,sans-serif;
    font-size: 20px;
    color: #c9cacf;
    transition: all .25s linear;
    padding-bottom: .3571428571rem;}

.click{color:#fff;}

h3{ color:#e61717; text-transform:uppercase; font-size:160%; font-weight:bold; margin-bottom:30px;}

#inline {
    width: 40%;
    float: right !important;
    margin: 2%;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#txt {padding: 2% 10%;}
.card-text { display: none; }
#gallery {padding: 2% 5%; background: #de651e;}
#gallery h2 {display:none;}
.logo {
    margin: 2px;
    display: block;
}
.logo2 { margin-left: 5px; margin-bottom: 2px; }
#logos {
    display: inline-block;
    vertical-align: middle;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #24272a;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

h1 {font-size: 2rem;}
h2 {font-size: 1.7rem; margin: 20px 0px 40px;}

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

#photoline { width: 100%; float: none; margin-left: 0; margin-bottom: 2%; }
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
h1 {
    text-align: center;
    font-size: 28px;
}
h2 {
    font-size: 1.2rem;
    margin: 20px 0px 40px;
}
.link {
    display: block;
    margin: 10px auto;
}
#inline {width: 100%; margin: 20px auto; float: none;}
}

.statistics-table .row {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 20px;
}