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

img {
    max-width: 100%;
}

.x-logo {
    width: 30px;
    position: relative;
    top: -8px;
    margin: 0px;
}

/*Header Box*/
#hero-plus-header { 

}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#photoline{
    float: right;
    width: 40%;
    margin-left: 2%;
    margin-bottom: 1%;
    display: block;
    padding: 10px;
    text-align: center;
    /* background: #d5cec4; */
    filter: drop-shadow(2px 3px 3px #a3a3a3);
}

.box{
  padding: 25px 10px;
border-radius:4px;
    background: #eee;
border:1px solid #c3c3c3;
filter: drop-shadow(2px 3px 3px #a3a3a3);
margin-bottom:35px;
}
/*Hero Box*/
#hero-plus-hero {  align-items: start;
}
.tq {
    text-align: center;
    margin: 20px auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}

.card-body {display: none;}

#hero-plus-hero {
    text-align: center;
}

#hero-plus-hero img {
    width: 70%;
    max-width: 100%;
    margin: 20px auto;
}

/*Body Box*/
#hero-plus-body { font-size:18px;
}

.no-break {
    text-wrap: nowrap;
}
/*Footer Box*/
#hero-plus-footer{border-top: 4px solid #0068b3;background-color: #d5cec4;/* height: 180px; */text-align:center;padding: 30px;display:block;}

.col-md-6 {
    /* display: inline-block; */
    /* float: right; */
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 15px;
    background: #0068b3;
    padding: 17px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 135%;
letter-spacing:1px;
display:block;
transition:1.5s;
text-align:center;
border-radius:4px;
line-height:110%;
}


 .ctab:hover {
    opacity: 0.8;
    color: #fff !important;
    background: #0068b3 !important;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing:1px;
    display:block;
    filter: drop-shadow(2px 5px 4px #ababab);
}

h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #0068b3;
}
h2 {text-align:center; margin: 20px 0px 40px; font-size: 1.6rem;}
#txt { padding: 2% 12%}
#txt a, #txt a:hover {
    text-decoration: underline;
}
#gallery {padding: 1% 12%;width: 100%; background: #d5cec4; text-align: center;margin: auto;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 12px;
    width: 225px;}
.link, .link:visited, .link:hover {
    display: block;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #0068b3;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none !important;
}
.soc, soc:visited, .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #0068b3;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}


@media only screen and (max-width: 768px) {
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
h1 {
    font-size: 30px;
}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
}
.ctab {
    display: block;
    text-align: center;
}

    #photoline {
        width: 100%;
        float: none;
        margin: 20px auto;
    }
}