@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');

main section {
  padding: 100px 0 20px 0;
}

footer {
  letter-spacing: 4px;
  height: 200px;
}

footer i {
  font-size: 300%;
  color: #fff;
}

nav,
h1,
h2 {
  font-family: 'Covered By Your Grace', cursive;
}

#theMenu h3 {
  color: #ffffff;
  background-color: #ADCD6E;
  padding: .5rem;
}

#theMerch {
  font-size: 200%;
}

.big-banner {
  background-image: url(http://hopmountain.com/src/images/others/bhgzzqbiwm3eo1z61d8xu8wj3yb8.png);
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.navbar {
  margin-bottom: 0;
  border: 0;
  font-size: 150%;
}

.menu-header {
  display: none;
}

.menu-info {
  display: none;
}

.menu-footer {
  display: none;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.drink-logo {
  width: 100px;
  height: auto;
  padding: 5px;
}

.card {
  min-height: 115px;
}

.card-columns {
  column-count: 3;
}

@media only screen and (max-width: 992px) {
  .card-columns {
    column-count: 2;
  }
}

@media only screen and (max-width: 768px) {
  .card-columns {
    column-count: 1;
  }
}