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


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

.lightbox > .img-fluid {
    max-height: 100%;
}

.trixcaption { background: #622A7B; color: #fff; font-weight: bold; padding: 1em; }
.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 100%;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
font-family: 'Nunito', sans-serif;
}
/*Body Box*/
#hero-plus-body { font-size: 14px; line-height:185%;
background-image:url('images/back-2.gif');
 background-repeat: no-repeat;
  background-attachment: fixed;
background-size:cover;

font-family: 'Nunito', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ 
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.side {     color: #fff;
    float: right !important;
    margin: 1%;
    width: 35%;
    background: #22265a;
    padding: 2%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.link {display: block; font-weight: bold; color: #22265a !important; font-size: 24px;}

#txt {padding: 2% 18%;}
#gallery {padding: 2% 30%; width: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}

a {
    color: #e03d13;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.logo {margin: 10px; width:100px;}

.ft-logo{margin:25px; width:160px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #18498e;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

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

.trix { font-weight: 1000; color: #e32728; font-size: 125%; }
.reese { font-weight: 1000; color: #ef5122; font-size: 125%; }
.crunch { font-weight: 1000; color: #662670; font-size: 125%; }


h1 {text-align:center; font-size: 4rem; color: #622A7B; font-family: 'Nunito', sans-serif; font-weight:1000;
}
h2 {text-align:center;     font-size: 2rem; font-weight:1000; margin: 20px 0px 40px; color:#622A7B;}

.sm-head {
    font-weight: 1000;
    font-size: .70em;
}

strong{font-weight:1000; color:#62256b; font-size:125%;}

#middle{    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 2% 25%;}

#middle img{    width: 100%;
    max-width: 100%;}


.footer{text-align:center; display:block; width:100%; max-width:100%; margin-bottom:60px;}

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

#txt{    padding: 2% 6%; background:#e5d7ca;
}

h1{font-size:2.3em;}
.ctab {
    display: block;

}
.logo {
    margin: 7px auto;
width:100px;
    display: block;
}


#gallery {padding: 2% 3%; width: 100%;}


.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.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;
}
}