.solid-logo img {
  min-width: 4rem !important;
  max-width: 6rem !important;
  width: auto;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
}

.solid-hero-textbox {
  padding: 2rem 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* -moz-border-radius: 5px */
}

.solid-hero-textbox span {
  font-size: 32px;
}

@media (min-width: 992px) {
  .solid-hero-textbox span {
    font-size: 36px;
  }
}

.solid-note {
  font-size: 1rem;
  top: -2rem;
  font-weight: 100;
}

.solid-png-shadow {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.solid-png-shadow-white {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}

.fas .primary {
  color: var(--primary) !important;
}

nav .fas {
  color: white !important;
}

.map-mt-5 {
  margin-top: 3rem !important;
}

.solid-btn {
  display: inline-block;
  padding: 1.375rem 2.5rem;
  margin: 0.5rem 0;
  border: 0.125rem solid var(--primary);
  border-radius: 2rem;
  background-color: var(--primary);
  color: #fff;
  font: 700 0.875rem/0 "Open Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.solid-btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: white;
  text-decoration: none;
}

.solid-btn-contrast {
  display: inline-block;
  padding: 1.375rem 2.5rem;
  margin: 0.5rem 0;
  border: 0.125rem solid white;
  border-radius: 2rem;
  background-color: var(--primary);
  color: #fff;
  font: 700 0.875rem/0 "Open Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.solid-btn-contrast:hover {
  background-color: white;
  color: var(--primary);
  text-decoration: none;
}

.solid-btn-action {
  display: inline-block;
  padding: 1.375rem 2.5rem;
  margin: 0.5rem 0;
  border: 0.125rem solid var(--secondary);
  border-radius: 2rem;
  background-color: var(--secondary);
  color: #fff;
  font: 700 0.875rem/0 "Open Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.solid-btn-action:hover {
  border-color: white;
  background-color: white;
  color: var(--primary);
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.mobile {
  display: none;
}

.desktop {
  display: none;
}

.stacking-cols-margin {
  margin: 0;
}

.above-heading {
  color: var(--primary);
  font: 700 0.75rem/0.875rem "Open Sans", sans-serif;
  text-align: left;
}

.text-container {
  margin-bottom: 0 !important;
}

.solid-text-color {
  color: var(--primary) !important;
}

.list-unstyled li i.fas {
  color: var(--primary) !important;
}

.solid-color-card {
  background: var(--primary);
  padding-top: 2rem;
  /* -webkit-border-radius: 5px;  */
  /* -moz-border-radius: 5px;  */
  border-radius: 5px;
  color: white;
  /* -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);  */
  /* -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); */
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.solid-shadow-5 {
  /* -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);  */
  /* -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3); */
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.solid-shadow-centered-10 {
  /* -webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);  */
  /* -moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3); */
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.solid-shadow-light {
  /* -webkit-box-shadow: 0 0 0 0 30px 5px rgba(150,150,150,0.3); */
  /* -moz-box-shadow: 0 0 30px 5px rgba(150,150,150,0.3); */
  box-shadow: 0 0 30px 5px rgba(150, 150, 150, 0.3);
}

.z-1 {
  z-index: 1;
}

.popular {
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
}

.solid-color-card h2 {
  color: white;
}

.solid-color-card a {
  color: white;
}

.card-popular {
  padding-top: 0 !important;
}

.card-title {
  color: var(--primary) !important;
}

.tabs .nav-link.active {
  color: var(--primary) !important;
}

.solid-bg-gray {
  background-color: #f8f8f8 !important;
}

.solid-bg-red {
  background-color: var(--primary) !important;
}

.solid-round-img {
  width: 100% !important;
}

.solid-border-primary {
  border: 2px solid var(--primary);
}

.copyright .p-small {
  border-top: 1px solid white !important;
}

.header-frame {
  margin-top: -6px;
  margin-bottom: -2px;
}

.footer li i.fas {
  color: white !important;
  margin: 0 !important;
}

.spinner > div {
  background-color: var(--primary) !important;
}

a.back-to-top {
  background-color: var(--primary) !important;
}

.solid-note a {
  color: white;
}

.tabs .nav-link:hover,
.tabs .nav-link.active {
  color: var(--primary);
}

.img-cont {
  align-self: center;
}

@media (min-width: 992px) {
  .desktop {
    display: block;
  }
  .tabs .nav-link:hover,
  .tabs .nav-link.active {
    border-bottom: 2px solid var(--primary) !important;
  }
}

@media (max-width: 991px) {
  .solid-nav {
    background-color: rgb(237, 28, 36);
  }
  .solid-hero-textbox {
    text-align: center;
    padding: 1rem 1rem;
    margin: 1rem;
  }
  .mobile {
    display: block;
  }
  #form.details {
    padding-bottom: 0 !important;
  }
  .cards-2 .card {
    max-width: 100%;
  }
  .solid-round-img {
    width: 45% !important;
  }
  .solid-img {
    padding: 1rem 2rem;
    max-height: 300px;
  }
  /* .header-frame {
        margin-top: -1px; 
        margin-bottom: -2px;
    } */
}

@media (max-width: 768px) {
  .stacking-cols-margin {
    margin: 1rem 0;
  }
  .solid-img {
    padding: 1rem 3rem;
  }
  /* .header-frame {
        margin-top: -3px; 
        margin-bottom: -2px;
    } */
}

@media (max-width: 575px) {
  /* .header-frame {
        margin-top: -6px; 
        margin-bottom: -2px;
    } */
}

.solid-hero-textbox h1 {
  font-weight: 700;
}

@media (max-width: 480px) {
  .solid-hero-textbox {
    padding: 0;
  }
  .solid-hero-textbox h1 {
    font-size: 2rem !important;
  }
  .solid-note {
    top: -1rem;
  }
  .solid-btn {
    padding: 1.375rem 1rem;
  }
  #details .img-fluid {
    padding: 1rem 3rem;
  }
  .solid-round-img {
    width: 60% !important;
  }
}

@media (max-width: 345px) {
  #form h1 {
    font-size: 2rem;
  }
  .solid-btn-contrast {
    padding: 1.375rem;
  }
}

.loader {
    width: 34px;
    height: 34px;
    border: 5px solid #e8d335;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 