/* custom css for my joyful spaces */

/* .block-7 .price .number {
    font-size: 40px;
    font-weight: 500;
    color: #d291bc;
}
.block-7 .price sup {
    font-size: 14px;
    top: -1em;
    color: #d291bc;
} */

body {
  color: #8d8c8c;
}

.block-7 {
  margin-bottom: 50px;
}

h5 {
  margin-bottom: 1.5rem;
}
.about-image {
  padding: 0 0 25px 0;
  width: 100%;
}
.ftco-footer {
  padding: 0em 0;
}
.ftco-section {
  padding: 1em 0 0 0;
}
.btn {
  font-size: 1.0em;
}
.pricing-title {
  font-size: 30px;
  font-weight: 500;
  color: #d291bc;
}
.pricing-cost {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b3b3b3;
}

/* footer button */
.btn.btn-primary-footer {
  background: #fff;
  border: 1px solid #ce2b97 !important;
  color: #ce2b97;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
}
.btn.btn-primary-footer:hover {
  background: #ce2b97;
  border: 1px solid #ce2b97 !important;
  color: #fff;
}

/* testimonial image */
.testimonial-image {
  float: left;
  margin: 5px 15px 0 0;
  width: 10em;

-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
}

/* dg teal */
a {
  color: #296280;
}
.hero-wrap .overlay {
  background: #4d9cc652;
  background: -moz-linear-gradient(45deg, #4d9cc652 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #296280), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, #4d9cc652 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, #4d9cc652 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, #4d9cc652 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #4d9cc652 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296280', endColorstr='#ffffff', GradientType=1 ); }

}
.testimony-wrap .quote {
  background: #296280;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #296280; }
.ftco-navbar-light .navbar-nav > .nav-item.active > a:after {
  opacity: 1;
  background: #296280; }

.btn.btn-primary {
  background: #296280;
  border: 1px solid #296280 !important;
  color: #fff; }
.btn.btn-primary:hover {
  border: 1px solid #296280;
  background: transparent !important;
  color: #296280; }
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #296280;
  background: transparent;
  color: #296280; }
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #296280;
  color: #fff; }

.book-button {
  color: fff;
  background: black;
  margin: 15px 30px;
  width: 10em;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}

.bg-light {
  background: #ddfcfe !important;
  /* background: #fafafa !important; DG */
  /* background: #d8eaf3 !important;  */
}

.img-rounded {
  padding: 0.25rem;
  border-radius: 1.25rem;
  /*max-width: 100%;
height: auto;*/ }

h4, .h4 {
    font-size: 1.4rem;
}
