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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-right:0px!important;
 margin-left:0px!important;
}

.container-fluid {
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: auto;
    margin-left: auto;
}

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

.sticky-top { background: #fff; padding:0px; 12px; }

strong{color:#00808c;}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    color: #fff !important;
    padding: 18px 28px;
    font-size: 130%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 10px 10px;
    width: auto;
    max-width: 100%;
    line-height: 100%;
    border-radius: 3px;
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
transition-property: all;
transition-timing-function: ease-in;
transition: .7s;
background:#00808c;
text-transform:uppercase;
}

.ctab:hover, .ctab:active {
    background: #000;
    color: #81d8d0 !important;
    text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.34);
}





body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #000;
background:#f5f5f5;
}

.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0.0)!important;
    font-size: 4em!important;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.container {
  margin-top: 21px;
  margin-bottom: 30px;
}



.card-body {
 background:#fff;
    color: #00808c;
text-align:center;
}

.card-title {
    margin-bottom: 0.75rem;
    display: none;
}

.card-text {line-height:130%;
color:#000;}



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {

}

.top1{
display:inline-block;
}

.right{
background:#fff;
width:34%;
text-align:center;
float:right;
padding:20px;
border:1px solid #eee;
margin-left:2%;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
text-align:center;
font-size:2.5em;
color:#00808c;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 20px 0;
  text-align: left;
 color:#00808c;
text-align:center;
}

h2{margin-bottom:40px;}

a {
     color:#00808c;
    background-color: transparent;
    text-decoration: none;
}

.footer-link{
    display: block;
    color: #fff;
padding:10px;
width:170px;
margin:0 auto;
}

.footer-link:hover{
    color: #fff;
opacity:.7;
text-transform:none;
}

.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}



/*Header Box*/
#hero-plus-header {
  z-index: 1;
  display: block;
  width: 100%;
  position: sticky;
}

/*Hero Box*/
#hero-plus-hero {
  align-items: start;
}

/*Body Box*/
#hero-plus-body {
  font-size: 18px;
 font-family: "Source Sans Pro", sans-serif;
}


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

/*Footer Box*/
#hero-plus-footer {
  background-color: #56585a;
  display: block;
width:100%; 
max-width:100%;
  text-align: center;
 font-family: "Source Sans Pro", sans-serif;

}

#footer{padding-top:30px;
background: #56585a;
color:#fff;
font-size:130%;
padding-bottom:40px;}

/* Control carousel arrow*/


#txt {
  padding: 2% 10%;
}



#gallery {
  padding: 1% 10%;
  background: #fff;
  max-width: 100%;
  flex-basis: 100%;
}

#gallery .col-lg-3 {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    text-align: center;
}

#gallery h2 {
  display: none;
}
.gallery-inline h2{display:none;}

.logo {

  width: 200px;
  padding: 0;
  margin: 13px;
display:inline-block;

}


.hero {
  max-width: 100%;
  padding: 0;
}


h5 {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 20px;
}

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


.social-icons{font-size:140%;}

@media only screen and (max-width: 768px) {
  .image {
    padding: 0px;
    margin: 10px 0;
  }

.right{
background:#fff;
width:100%;
max-width:100%;
text-align:center;
float:right;
padding:10px;
border:1px solid #eee;
margin-left:0%;
}

#gallery .col-lg-3 {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
}

  .ctab {
    display: block;
  }

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

#gallery .col-lg-3 {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
}

h1{font-size:1.8em;}
h2{font-size:1.3em;}

}