@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Teko:wght@600&display=swap');

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

.twoup .card-columns{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.right{width:48%; padding:20px; float:right;}
.col-lg-3 { 
    -ms-flex: 0 0 33.333333%!important;
    flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
}
#gallery h2 {display:none!important;}
.smalltxt { font-size: 85%; }
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 {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
font-family: 'Open Sans', sans-serif;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Open Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #24272a; font-family: 'Open Sans', sans-serif;
}
/* 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;}

#gallery-title-uuid {display:none;}

.click{color:#fff;}

#gallery{background:#D6001C;  padding:50px 8%;}

h3{ color:#e61717; text-transform:uppercase; font-size:300%; font-weight:bold; margin-bottom:30px; font-family: 'Teko', sans-serif;}

.tq{
    width: 40%;
    display: block;
    float: Right;
    padding: 4%;
    background-color: #24272a;
color:#fff;
margin:0 15px 0 15px;
}

#inline {
    width: 40%;
    float: right !important;
    margin: 2%;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#txt {padding: 2% 10%;}
.card-text { display: none; }


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #d6001c;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.0);
    border-radius: .25rem;
}

.card-title {
    margin-bottom: .75rem;
    color: #fff;
    font-size: 1em;
    margin-top: 0px;
}

.card-body {display:none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
}

.logo {
    margin: 20px;
    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: #d6001c;
    text-align: center;
    margin: 25px 0px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    height: 65px;
}
.soc, .soc:visited, .soc:hover {
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

h1 { text-align: center; font-size: 2.5rem; font-family: 'Teko', sans-serif;}
h2 { text-align: left; font-size: 1.35rem; margin: 20px 0px 40px;}
h2 li{padding-bottom:10px;}

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

.right{width:100%; padding:20px;}

.tq{
    width: 100%;
    display: block;
    float: Right;
    padding: 4%;
    background-color: #24272a;
color:#fff;
margin:0 0px 0 0px;
}


#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;
}
#gallery h2 { display: none; }
.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;
}