.btnTestimonial {
    background-color: black;
    color: #E40078;
    font-weight: bold;
    height: 50px;
    font-size: x-large;
}
.btnTestimonial:hover {
    color: white!important;
}



a:hover {
  color: #1485ee!important;
}

about-blurb {
}

@media (max-width: 1199px) {
  .about-blurb {
    width: 400px!important;
  }
}

@media (max-width: 575px) {
  .about-blurb {
    width: 300px!important;
  }
}

.about-blurb {
  width: 550px;
}

@media (max-width: 1199px) {
  .about-img {
    width: 400px!important;
  }
}

@media (max-width: 575px) {
  .about-img {
    width: 300px!important;
  }
}

.about-img {
  width: 500px;
}

.about-office {
  width: 90%;
}

.team-blurb {
  width: 500px;
}

.team-blurb {
  width: 500px;
}

@media (max-width: 1199px) {
  .team-blurb {
    width: 350px!important;
  }
}

.registerBanner {
    height: auto;
    background-color:#E40078;
    color: #000;
}

.registerBanner a {
    text-decoration: none;
    color:#000;
    font-size: 35px;
    text-align: center;
}

.registerBanner a:hover {
    text-decoration: none;
    color:#fff!important;
}

.infoCard {
    background-color: #000;
    color: #E40078;
    text-align: center;
    min-width: 350px;
    margin: 20px;
    padding: 20px;
}

.documents a {
    text-decoration:none;
    color:black;
    text-align:center;
    margin:50px;
}

.img-carousel {
	margin:auto;
}