body {
  color: #142236;
  font-family: "Montserrat", sans-serif;
}

nav {
  backdrop-filter: blur(10px) saturate(0.8);
  -webkit-backdrop-filter: blur(10px) saturate(0.8);
  background-color: rgba(255, 255, 255, 0.596);
}

.text-heading {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.025em;
}

/* Hero section */
.social {
  width: 20px;
  transition: transform 0.1s ease-in-out;
  color: black;
}

.social:hover {
  transform: scale(1.2);
}

.tagline {
  font-variant: small-caps;
}

/* Fields section */
.blur {
  backdrop-filter: blur(10px) brightness(0.7);
  -webkit-backdrop-filter: blur(10px) saturate(0.8);
}

.button {
  border: 1px solid #142236;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
}

.button:hover {
  background-color: #142236;
}

.field {
  bottom: 0;
}

.transition-shadow-filter {
  transition: box-shadow 100ms ease-in-out;
}

.text-expand {
  transition: margin-bottom 200ms ease-in-out;
}

.filter-hover:hover .text-expand {
  margin-bottom: 1.2rem;
}

/* Values section */
.values-text-container {
  bottom: 0;
}

.border-primary {
  border-color: #d80d81;
}

.text-primary {
  color: #d80d81;
}

.bg-primary-light {
  background-color: #c42982;

}

.hover\:bg-primary-dark:hover {
  background-color: #ab166b;
}

.focus\:primary:focus {
  border-color:#d80d81
}

/* Contact section */
.divider {
  background-color: #d80d81;
  content: "";
  width: 1px;
}

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vh / 2);
  width: 100%;
  position: relative;
}

.hero h1 {
  position: absolute;
  top: calc(50% - 1em);
  font-family: "Work Sans", sans-serif;
  color: white;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .hero h1 {
    top: calc(50% - 1em);
  }
}

.text-emphasis {
  color: #d80d81;
}
