/* CSS Document */
/*

Theme Name: Child of Blue Haven Pools
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 4.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */
/* Custom styles */
body {
  font-size: 16px;
  color: #000000;
}

p {
  margin: 0 0 30px;
  color: #000000;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

h2 {
  color: #000000;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0072bb;
  text-align: left;
}

h4 {
  font-size: 18px;
  text-align: left;
  color: #dc080d;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  text-align: center;
  color: #f80000;
}

.header-top {
  padding: 1rem 0;
  background-color: #0072bb;
}
.header-top p {
  margin: 0;
  color: #ffffff;
}

.header-top a {
  color: #ffffff;
}

.header-top .contact-info li {
  font-size: 1.8rem;
}
.header-top .left-content {
  flex: 2;
}

.header-bottom {
  background: #f7f7f7;
}

.entry-content {
  margin-top: 0;
}

.banner-content {
  width: 100%;
  position: relative;
}
.banner-content h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.banner-txt {
  position: absolute;
  width: 35%;
  bottom: 50px;
  left: 20px;
  background: rgba(0, 114, 187, 0.8);
  padding: 20px;
  border-radius: 8px;
  color: #ffffff;
}

@keyframes moveUpOnce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px); /* Adjust the distance to move up */
  }
}
.animatedDiv {
  animation: moveUpOnce 1s ease-out forwards; /* Adjust the duration and timing function as needed */
}

.about-welcome {
  position: relative;
  display: flex; /* Use flexbox */
  justify-content: space-between; /* Distribute items evenly along the main axis */
  align-items: center; /* Center items along the cross axis */
  height: 100vh; /* 100% of the viewport height */
}

.item {
  flex: 1; /* Grow to fill available space */
  color: white;
  text-align: center;
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-80px);
  }
}
.movingDiv {
  position: absolute;
  animation: moveUpDown 2s linear infinite; /* Adjust the duration as needed */
  z-index: 2;
  top: 40px;
  width: 400px;
}

.about-pic-right {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 400px;
}

.round-images {
  border-radius: 12px;
}

.round-images2 {
  border-radius: 0 12px 12px 0;
}

.service-offering {
  padding: 0 80px;
}

.services-bg {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 350px;
  padding: 12px;
  border-radius: 12px;
}
.services-bg p {
  color: #ffffff;
}
.services-bg h3 {
  color: #ffffff;
}

.read-more a {
  color: #ffffff;
  display: inline-block;
  background-color: #73a333;
  padding: 10px;
  border-radius: 12px;
}
.read-more a:hover {
  background-color: #0072bb;
  display: inline-block;
}

.section-title {
  color: #1d5a9c;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .section-title {
    font-size: 16px !important;
  }
}

.breadcrumb-trail.breadcrumbs .trail-title {
  float: left;
  font-weight: 400;
  font-size: 36px;
  padding: 6px 0;
}

#bottom-footer {
  padding: 20px 0;
  background-color: #0072bb;
  color: #ffffff;
}
#bottom-footer a {
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .header-top {
    display: block !important;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 0px;
}

.contact-form {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.contact-form .form-flex {
  width: 50%;
}
.contact-form .form-flex:not(:last-child) {
  margin-right: 2%;
}/*# sourceMappingURL=style.css.map */