/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
 border-bottom: 5px solid #354955;
  background-color: #fff;
}
.lightbox > .img-fluid {
    max-height: initial;
}
a, a:hover, a:visited, a:active { color: #ffb93d; }
.tikcap { color: #fff; margin: auto; text-align: center; }
#gallery .col-md-4 { float: left;     -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%; }
#row {display: flex;}
.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    text-align: center;
}
.vid-inline {width: 40%; margin: 10px; float: right;}
/*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{ background: #fab73f; display:block; padding: 30px; text-align:center; border-top: 5px solid #354955;
}

.x-logo {
    width: 32px;
    position: relative;
    top: -2px;
}

/* Sidebar Stuff */
#txt {
padding:2% 12%;
}

#sidebar-div {
    width: 35%;
    margin-top: 1em;
    padding-left: 30px;
}

#sidebar-2 h2 {display: none;}

#sidebar-2 {
    box-shadow: rgb(189 189 189) 0px 0px 2px inset;
    background: #fff8ea;
    background-size: cover;
    background-position: center bottom;
    height: auto !important;
    text-align: center;
    padding: 20px 20px 25px 20px;
    border-radius:5px;
    margin-bottom: 15px;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
   /* margin: 30px auto 0px auto; */
}

.ygal{
    background: #bedcff;
padding:3% 16%;}

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

.right{display:block; 
float:right;
 width:43%; 
margin:2%;}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.link {display: block; font-weight: bold; color: #22265a !important; font-size: 24px;}

#txt {padding: 2% 10%;}
#gallery {
    color: #fff;
    padding: 2% 5%; 
    background: #bedcff;
    padding-bottom: 35px;
}
#gallery h2 {display:none;}
.card-body {display: none;}
.card-title {display:none;}
.card-text {color: #354955;}
.logo {margin: 5px 20px; width: 150px;}
.logo1 {margin: 20px; width: 250px;}
.ft-logo {margin: 20px 5px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
    background: #fdb93e;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #354955;
    padding: 20px 75px;
    font-weight: bold;
    border-radius: 30px;
}
.ctab:hover {
opacity: 0.8;
color: #354955;
text-decoration: none!important;
}

.tq { float: right; color: #354955; background: #fff8ea; border-bottom: 4px solid #fdb93e; width: 40%; max-width: 100%; text-align: center; margin: 10px; padding: 1.25em; font-weight: bold; font-size: 125%;}

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

.soc:hover {opacity: 0.8; color: #000 !important;}

h1 {text-align:center; font-size: 2.25rem; padding: 0.25em; color: #354955;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}

@media only screen and (max-width: 768px) {
#gallery .col-md-4 { float: left;     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
.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;
}
}