@import url("../fonts/fontawesome.css");
@import url("../fonts/regular.css");
@import url("../fonts/solid.css");
body {
  padding-top: 60px;
}

.hero-image {
  background-image: url("../img/rachel-coyne-U7HLzMO4SIY-unsplash.jpg");
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image .fas {
  color: green;
}

.max-w {
  max-width: 1100px;
}

.event img {
  height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.side {
  height: 75%;
}
/*# sourceMappingURL=style.css.map */