@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 150px;
  }
}

#pagination .page-numbers {
  display: flex;
  flex-flow: row;
  padding: 0;
  justify-content: center;
}
#pagination li {
  list-style-type: none;
  display: block;
  margin: 5px;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.sister__row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sister__link {
  margin: 20px;
}

.sister__image {
  max-width: 170px;
  width: 100%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
}

.awards__wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1040px;
  margin: 0 auto;
}

.awards__container {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}

.award {
  margin: 15px;
  width: 12%;
}
.award img {
  margin: 0 auto;
  display: block;
}

.awards__heading {
  text-align: center;
  margin-bottom: 20px;
}

/*# sourceMappingURL=/cobblehill.css.map */