/* style.css */
 

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.5em;
    color: aliceblue;
}

.hero_text_1{
    max-width: 444px;
    width: 100%;
}
.hero_text_2{
    max-width: 520px;
    width: 100%;
}
.headerText2{
    max-width: 660px;
    width: 100%;
}
.logo-holder{
    z-index: 3;
    text-align: center;
    padding-top: 40px;
}

.text-primary{
    color: white!important;
}
.btn-primary{
    background-color: #bd0074;
    border: none;
}
.nav-link a{
    color: #bd0074;
}
.container{
    z-index: 3;
}
.contact-holder{
    max-width: 650px;
    width: 100%;
}
.contact-holder .content{
    text-align: right;

}
.content{
    padding: 0 10px;
}
.text-secondary{
    color: #bd0074!important;
    
}
.text-secondary-italics{
    color: #bd0074!important;
    font-style: italic;
}
.contact-text{
    max-width: 650px;
}
.footer{
    margin-top: 50px;
}
.footer-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.footer-links{
    display: flex;
    flex-direction: row;
}
.btn:hover{
    background-color: #bd0074;
}
.nav-link:not(:first-child) {
    padding-left: 20px;
  }
  .privacy-text{
    text-align: center;
    margin: 10px 0;
    padding: 0 0 40px 0;
  }
  .privacy-text a{
    color: #bd0074!important;
  }
  .modal-title{
    color: black;
  }
  .modal-body{
    color: black;
  }
  .spinner-border-sm{
    width: 1.5rem;
    height: 1.5rem;
  }
  .btn:disabled{
    background-color: #bd0074;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  @media only screen and (max-width: 768px) {
    .contact-holder .content{
        text-align: center;
    
    }
  }