/* ----------------------------------------- */
/* Set Fonts */
/* ----------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
}

.multi-family strong {
  font-family: "Dancing Script", cursive;
  line-height: 0.5;
  letter-spacing: 0.005em;
}

/* ----------------------------------------- */
/* Set Background Color */
/* ----------------------------------------- */
#footer-top,
.sticky-form-wrapper {
  /* Theme Color 2 */
  background-color: #4e84c4;
}

.nfi-button,
.form-popup-box .fancybox-skin,
.testimonial-quote,
.testimonial-bar {
  /* Theme Color 4 */
  background-color: #ee2e4e;
}

@media (max-width: 990px) {
  #nav {
    /* Theme Color 3 */
    background-color: #f79729;
  }
}
/* ----------------------------------------- */
/* Set Text Color */
/* ----------------------------------------- */
.twitter-section a,
.vendor-listing-heading {
  /* Theme Color 2 */
  color: #4e84c4;
}

.back-to-news a,
.on-the-scene-title,
.the-content .introduction,
.header-social a:hover {
  /* Theme Color 3 */
  color: #f79729;
}

a,
.share-bar,
.share-bar a,
.join-team-header a,
.lower-callout-heading,
.first-testimonial-entry,
.contact-text {
  /* Theme Color 4 */
  color: #ee2e4e;
}

/* ----------------------------------------- */
/* Set Border Color */
/* ----------------------------------------- */
.testimonial-entry:before {
  /* Theme Color 4 */
  border-color: #ee2e4e;
}
