#events h3 {
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  #events h3 {
    font-size: 24px;
  }
}

#events .months {
  font-size: 28px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
}

@media (min-width: 992px) {
  #events .months {
    font-size: 34px;
  }
}

#events .month {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}

#events .date {
  padding: 10px;
  color: #fff;
  background: #bc0000;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  width: 64px;
}

#events .dates {
  padding: 10px;
  color: #fff;
  background: #bc0000;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 26px;
  width: 100%;
}

#events .border-bot {
  border-bottom: solid 15px rgba(0,0,0,0.1);
}

#events .bg-header {
  background-color: #f0f0f0;
}

#events .bg-closed {
  background-color: #dedede;
}

#events .pink {
  color: #ff00e6;
}

