@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,600;1,300;1,600&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff;
border-top: 9px solid #00adf9;
}
html, body { overflow-x: hidden; }
/*Header Box*/
#hero-plus-header { 
background: #000;
font-family: 'Nunito Sans', sans-serif;
}
#photoline { float: right; width: 40%; margin-left: 3%; margin-bottom: 1%; }
/*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;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none;
    background-clip: border-box;
    border: 1px solid rgba(120,120,120, 1);
    border-radius: .25rem;
}

.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;
}

/*Body Box*/
#hero-plus-body { font-size:19px;
font-family: 'Nunito Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ 

     width: 100%;
text-align:center; display:block;
}
#footbox {
text-align: center; 
background: -moz-linear-gradient(0deg, #89c9ed 0%, #1e7eb6 100%);
    background: -webkit-linear-gradient(0deg, #89c9ed 0%, #1e7eb6 100%);
    background: linear-gradient(0deg, #89c9ed 0%, #1e7eb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89c9ed", endColorstr="#1e7eb6", GradientType=1);
width: 100%; margin: auto;     margin-right: -30px;
    width: 105%;
     padding: 20px 18%;
    padding-bottom: 40px; font-family: 'Nunito Sans', sans-serif; border-bottom:10px solid #191919; }
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.dots{border-right: 1px solid #b5e7fd;
    border-left: 1px solid #b5e7fd;}

.ctab, .ctab:visited {
    margin: 15px;
    background: #89C9ED;
    padding: 20px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 130%;
}


 .ctab:hover {
    margin: 15px;
    background: #89C9ED;
opacity:.8;
    padding: 20px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 130%;
}
h1 {
    text-align: center;
    font-size: 2rem;
font-family: 'Nunito Sans', sans-serif;
}
h2 {  font-style: italic; text-align: center;
    margin: 20px 0px 40px;
    font-size: 1.45rem;
    font-family: 'Nunito Sans', sans-serif;}
#txt { padding: 2% 10%}
#gallery {
    padding: 4% 5%;
    width: 100%;
    background: #6d6f72;
}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 10px; width:220px;}
.link, .link:visited, .link:hover {
    display: block;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none !important;
}
.soc:hover { color: #000; }
.soc, soc:visited {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #fff;
}

.right{width:40%; margin:2.5%; float:right;}
#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) {

.right{width:100%; margin-bottom:2.5%;}

.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;
}

#photoline { float: none; width: 100%; margin-left: 0; }
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;
}
}