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

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;900&display=swap');



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


.right{width:37%; float:right; margin:2.5%;}


.col-md-4 {flex: 0 0 50%; max-width: 100%;}

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

.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;
}
/*Header Box*/
#hero-plus-header {  
}

.h1, h1 {
    color: #245b91;
    margin: 20px 0px 40px;
    text-align: center;
    font-size: 2rem;
font-weight:900;
   font-family: 'Source Sans Pro', sans-serif;
}

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

.tq {
    
    text-align: center;
    font-size: 130% !important;
    font-weight: 300;
    margin: 20px auto;
    padding: 15px;
    color: #718d3e;;
font-family: 'Zilla Slab', serif;

}
#txt {padding: 2% 10%; font-family: 'Zilla Slab', serif; font-size:110%;
}
/*Hero Box*/
.logo {
    vertical-align: middle;
    padding: 8px;
    margin-top: 5px;
}
.ctab, .ctab:visited  {   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff!important;
    padding: 15px 5px;
    /* font-size: 130%; */
    display: block;
    text-align: center;
    text-decoration: none;
    width: 230px;
    max-width: 100%;
    border-radius: 5px;
    background: #245b91;
    transition: all 0.3s ease-in-out;
    margin: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;}

.ctab:hover {
text-decoration: none;
opacity: 0.8;
}

#gallery h2 {display:none;}
.hero { width: 100%; max-width: 100%;}
#hero-plus-hero {
align-items: start;
}
#gallery {
    background: #718d3e;
    padding: 60px 50px 40px;
}

#bg1 {
    background: url('images/bg2.jpg') center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bg2 {
    background: url('images/bg3.jpg') center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
}

.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer{ background: #718d3e; display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}
.soc, .soc:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 7px;
}

.soc:hover {opacity: 0.8; text-decoration: none;}

.link, .link:visited {
    font-size: 1.5em;
    color: #fff;
    font-weight: normal;
    margin: 20px;
}

.link:hover {opacity: 0.8; text-decoration: none;}

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

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

.logo {
    margin: 0px auto;
    display: block;
    width: 180px;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff!important;
    padding: 5px 5px;
    /* font-size: 130%; */
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    background: #245b91;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
margin-bottom:0px;
}

.right{width:100%; float:right; margin:0%; margin-bottom:10px;}

#hero-plus-header {
    display: block;
    text-align: center;
    margin:0px auto;}
.logo {
    margin: 0px auto;
    display: block;
}
.ctab {    display: block;}
.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;
}
}