.card-image-set {
  height: 450px;
  object-fit: cover;
}

.logo {
  width: 300px;
  height: 300px;
}

.image-about {
  object-fit: cover;
}

.carousel-image-set {
  height: 80vh;
  object-fit: contain;
}

.buttons {
  padding-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.card-box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.button-display {
  height: 75px;
}

.phone-display {
  font-size: 40px;
  min-width: 323px;
}

.overlay {
  padding-top: 35vh;
  padding-bottom: 35vh;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.secondary-subheading {
  font-size: 1;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.navbar-logo {
  height: 2.5rem !important;
  width: 3.5rem !important;
  align-self: center;
}

@media (max-width: 500px) {

  .button-structure {
    flex-direction: column;
  }

  .navbar-brand-text {
    font-size: 11px;
  }
}

@media (max-width: 990px) {
  .carousel-image-set {
    height: unset;
  }
}

@media (max-width: 1000px) {
  .nav-link {
    display: flex;
    justify-content: center;
  }
}