/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

.header {
  background-color: #a72920;
  color: #fff;
}

.logo-small {
  color: #a72920;
}

.logo-large {
  color: #a72920;
  font-size: 5em;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
