body {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  font-size: 15pt;
}

.navbar-brand img {
  height: 64px;
}

.carousel-item {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-position: center;
}

.carousel-caption {
  bottom:7rem;
  text-shadow: 0 0 3px #9A2A54, 0 0 5px #000;
  background-color: #000;
  opacity: 0.7;
  border-radius: 10px;
}

.carousel-caption h1 {
  opacity: unset;
}

@media only screen and (max-width: 400px) {
  .navbar-brand img {
    height: 45px;
  }

  .carousel-item {
    width: 100%;
    height: 200px;
    overflow: hidden;
    object-position: center;
  }
}

@media only screen and (max-width: 400px) {
  .navbar-brand img {
    height: 35px;
  }
}

.keyfeatures {
  padding-top: 20px;
  background-color: #9A2A54;
  color: white;
}