.contact-form label.error {
    color: yellow;
    background: yellow;
    padding: 2px 5px;
    border-radius: 5px;
}

.bg-green {
  background: #00ac8c !important;
}

.text-green {
  color: #00ac8c;
}

.text-purple {
  color: #421c35;
}

#header .header-btn-collapse-nav {
  background: #00ac8c;
}

.contact-form label {
  color: #1f1e1c;
}
.contact-form input[type=submit]:hover {
  background: #421c35 !important;
}

#header.header-floating-icons .header-nav-main nav > ul > li > a:after {
  background: #00ac8c;
}

.logo {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .logo {
    max-width: 100%;
    max-height: 90vh;
  }
}

.section-top {
  padding: 20px !important;
}

.align-center {
  align-items: center;
}

@media (max-width: 991px) {
  #header.header-floating-icons {
    top: 10px;
  }
}

.profile-image {
  display: block;
  max-width: 100%;
}
@media (max-width: 991px) {
  .profile-image {
    display: none;
  }
}
.profile-image--mobile {
  display: none;
}
@media (max-width: 991px) {
  .profile-image--mobile {
    display: block;
    margin: 0 0 10px;
  }
}

.name {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1px;
}

.profile-desktop-only {
  display: none;
}
@media (min-width: 991px) {
  .profile-desktop-only {
    display: block;
  }
}

/*# sourceMappingURL=custom.css.map */
