body {
  background-color: #f5f8fa !important;
}

.content-container {
  height: auto;
  min-height: 350px;
  padding: 30px;
  border: 1px solid #d9eefc;
  border-radius: 5px;
}

.calendar-container {
  display: flex;
  flex-direction: column;
}
.calendar-container .calendar-item .title {
  font-size: 1.2em;
  font-weight: 600;
}
.calendar-container .calendar-item .date {
  font-size: 0.8em;
  color: #999;
}
.calendar-container .calendar-item .description {
  font-size: 0.9em;
  margin-top: 6px;
}
.calendar-container .calendar-item:not(:last-child) {
  border-bottom: 1px solid #d9eefc;
}

.img-footer {
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-image: url("images/header.jpg");
  height: 300px;
  margin-top: 30px;
  border-radius: 5px;
}

.footer {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  font-size: 14px;
  padding: 11px;
  margin-top: 50px;
  text-align: center;
}

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