
body {
  background-color: #f9fbfd !important;
}

.display-3 {
  font-size: 3rem !important;
}

.display-1, .display-2, .display-3, .display-4 {
  letter-spacing: -.02em;
}

#intro {
  background: #fff !important;
}



.btn-medium-turquoise {
  color: #fff !important;
  background-color: #58c1c8 !important;
  border: #58c1c8 !important;
}

.btn-medium-turquoise:hover {
  color: #fff !important;
  background-color: #4fadb4 !important;
  border: #4fadb4 !important;
}

.text-medium-turquoise {
  color: #58c1c8;
}

.text-golden-rod {
  color: #e6c618;
}

.btn-golden-rod {
  color: #fff !important;
  background-color: #e6c618 !important;
  border: #e6c618 !important;
}

.bg-golden-rod {
  background-color: #e6c618 !important;
}

.card {
  margin-bottom: 20px;
  border: none !important;
}

.dot {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}


.container-fluid {
  width: 95% !important;
}

#navbarSupportedContent .navbar-nav {
  z-index: 1;
}


.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}



@media (max-width: 1280px) {
  .shape-bottom {
    top: 75px !important;
  }
}

@media (max-width: 1440px) {
  .shape-bottom {
    top: 71px;
  }
}


@media (max-width: 736px) {

}
