.events h3 {
  color: #6C6455;
  text-transform: none;
  font-weight: 400;
}
.events .img-container {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 320px;
}
.events .button {
  background-color: #94C249;
  font-size: 1.2rem;
}
.events .button:hover {
  background-color: #84ac42;
}
.events--item {
  margin-bottom: 1rem;
  transition: transform 250ms;
}
.events--item:hover {
  transform: translateY(-5px);
}

.jumbotron {
  margin-top: -150px;
  display: flex;
}
.jumbotron_img {
  margin: 0 auto;
}

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