@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@300&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: #81d8d0; }

.center{
padding:2% 30%;
}

.center-top{
padding:2% 10%;
text-align:center;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #81d8d0;
    color: #000 !important;
    padding: 8px 28px;
    font-size: 170%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
    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;
}

.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: 16px;
text-align: justify;
  line-height: 2;
  color: #000;
}

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



.card-body {
  display: none;
}



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

}

.right{
background:#fff;
width:44%;
text-align:center;
float:right;
padding:20px;

margin-left:3%;
}

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

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



.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 {
  z-index: 1;
  display: block;

  width: 100%;
  position: sticky;
  text-align: center;
}

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

/*Body Box*/
#hero-plus-body {
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", 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: #81d8d0;
  display: block;
width:100%; 
max-width:100%;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
background-color: #81d8d0;
background: #81d8d0;
}

#footer{background: #81d8d0;
padding-bottom:40px;}

/* Control carousel arrow*/


#txt {
  padding: 2% 10%;
}



#gallery {
  padding: 1% 10%;
  background: none;
  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;
}

.logo {
  padding: 25px 0;
  width: 290px;
  padding: 0;
  margin: 13px;
}


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


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

.soc,
.soc:visited,
.soc:hover {
  color: #000;
  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;
  }

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

.center{
padding:2% 0%;
}

.center-top{
padding:2% 0%;
text-align:center;
}


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