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


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



.tq{
    font-size: 135%;
    padding: 38px 3%;
    color: #ec0120;
border-bottom:1px solid;
}

.red { color: #DC1E28; }

a {
    color: #ec0120;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#photoline { float: right; margin-left: 3%; margin-bottom: 2%; width: 50%; }

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start; font-family: 'PT Sans', sans-serif;
}
/*Body Box*/
#hero-plus-body { font-size: 20px; font-family: 'PT Sans', sans-serif; line-height:168%;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #24272a; font-family: 'PT 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: 'PT Sans', sans-serif;
    font-size: 150%;
    color: #c9cacf;
    transition: all .25s linear;
    padding-bottom: .3571428571rem;}

.click{color:#fff;}

h3{ color:#e61717; text-transform:uppercase; font-size:160%; font-weight 700; 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: 3.5% 13.5%;}
.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{
display:inline-block;
    background: #24272a;
    text-align: center;
    margin: 15px;
margin-top:20px;
    text-decoration: none!important;
    color: #fff;
font-size:120%;
    padding: 15px 20px;
    font-weight: bold;
transition-property: background;
  transition-duration: .5s;
}



 .ctab:hover {
    background: #ec0120;
color:#fff;
  
}





.soc, .soc:visited{
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
transition-property: color;
  transition-duration: .5s;
}



.soc:hover {
    color: #ec0120;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


h1 {
    font-size: 2.5rem;
    font-weight: 700;
margin-bottom:1em;
}
h2 {font-size: 1.55rem; margin: 20px 0px 40px;}

h2 li{padding-bottom:14px;}

@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;
}