@media (max-width: 768px) {
  .card {
    margin: 10px 5px;
  }
  .card-img-top {
    height: auto !important;
    object-fit: cover;
  }
  #banner h1 {
    font-size: 200%;
  }
  footer h2 {
    font-size: 150%;
  }
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Gill Sans", sans-serif;
}

a:link {
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar .dropdown .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
h1, h2, h3 {
  text-align: center;
}

.navbar-brand {
  text-transform: uppercase;
  font-size: 2em;
}

hr.header {
  width: 40%;
  border-top: 1px solid #363636;
}

hr.header-white {
  width: 60%;
  border-top: 0.25px solid #ffffff;
}

.text-orange {
  color: rgb(253, 165, 3);
}

.text-light-grey {
  color: #666666;
}

.font-size-80 {
  font-size: 80%;
}

#contact-form {
  padding: 0.5em;
}

.jumbotron {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
  margin: 2em;
}
.jumbotron h2, .jumbotron p {
  color: #ffffff;
}
.jumbotron h2 {
  font-size: 1.5em;
}

.card-img-top {
  width: auto;
  max-height: 28vh;
  object-fit: cover;
}

.blank-space {
  height: 100%;
  min-height: 200px;
}

#reasons h3 {
  font-size: 1.25em;
}

footer {
  color: #eeeeee;
}

.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */