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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background-color: #fff;
font-family: 'Raleway', sans-serif;
}
.ctab-mobile { display: none; }

.card {
width: 40%;
margin: 15px;
float: right;
}

#mid-gal{     background: url('images/img03bg.jpg') #ed2024; background-size: cover;
    padding: 60px 50px 40px; padding: 3% 5% 3% 8%;}
#mid-gal h2 { display: none!important; }
.col-md-4 {flex: 0 0 50%; max-width: 100%;}

.lg-sub-html {font-size: 18px !important;}

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

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
/*Header Box*/
#hero-plus-header {  
font-family: 'Raleway', sans-serif;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    color: #fff;
    font-weight: bold;
text-shadow: 1px 1px 2px rgba(0, 0, 5, 1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: #e82125;
    background-clip: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: #e82125;
    border-image: initial;
    border-radius: 0.25rem;
-webkit-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    3px 3px 11px 0px rgba(0, 0, 0, 0.75);
box-shadow:         3px 3px 11px 0px rgba(0, 0, 0, 0.75);
}

.h2, h2 {font-size: 1.5rem; color: #ceceb4; font-style: italic; text-align: center; margin-bottom: 40px; font-weight: normal;}

.tweet {
    text-shadow: 1px 1px 2px rgba(0, 0, 5, 1);
    text-align: center;
    font-size: 150% !important;
    font-weight: bold;
    margin: 20px auto;
    padding: 15px;
   color: #fff;
}
#txt {padding: 2% 10%;}
/*Hero Box*/
.logo {margin: 10px 30px; height: 135px;}
.ctab, .ctab:visited {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    padding: 18px;
    width: 300px;
    margin: 50px 30px;
    height: 70px;
}

.ctab:hover{
 color: #9B2211;
  background: #000;
text-decoration:none;
}


#gallery h2 {display:none!important;}
.hero { width: 100%; max-width: 100%;}
#hero-plus-hero {
align-items: start;
}

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

.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {
    background-color: #B42A15;
color: #fff;
font-family: 'Raleway', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ background: url('images/bgfooter.png'); background-size: cover; display: block;
    text-align: center;
    padding-top: 20px;
font-family: 'Raleway', sans-serif;
}
.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #65666c;
    margin-bottom: 20px;
}

.soc:hover {color: #fff;}

.link, .link:visited {
    display: block;
    font-size: 2em;
    color: #65666c;
    font-weight: 600;
    margin: 20px;
}

.link:hover {color: #fff; text-decoration: none;}

#txt p {
    font-size: 18px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

.ctab-mobile { display: block; }
#hero-plus-header {
    display: block;
    text-align: center;
    margin:0px auto;}
.logo {
    margin: 10px auto;
    display: block;
}

h1{font-size:1.4em;}

.h2, h2 {
    font-size: 1.3rem;
    color: #ceceb4;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}
.container-fluid {
    width: 100%;
padding:0px;
    margin-right: auto;
    margin-left: auto;
}
.ctab, .ctab:visited {
    background: #fff;
    color: #e92225;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    padding: 8px;
    width: 100%;
    margin: 18px 30px;
    margin: 0px;
}

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.logo{height:48px;}

.right{width:100%; max-width:100%;}

#txt {
    padding: 2% 10%;
    width: 100%;
    max-width: 100%;
}

.card{width:100%; max-width:100%;}
.tweet{font-size:115%;}


}