@font-face {
  font-family: 'Roboto';
  src: url('./fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('./fonts/roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('./fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('./fonts/roboto/Roboto-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('./fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('./fonts/roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('./fonts/roboto/Roboto-Bold.woff') format('woff');
}
body {
  margin: 0;
  padding: 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #263238;
  background: #e8eef2;
}
body h1 {
  margin-top: 0;
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
body a {
  text-decoration: none;
  color: #263238;
}
body .event-box {
  width: 325px;
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
body .event-box .teaser {
  background-size: cover;
  background-position: top center;
  height: 180px;
  background-color: #f2f8fc;
}
body .event-box .description {
  padding: 10px 15px 12px 15px;
}
body .event-box .description .title {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin: 0;
}
body .event-box .description .date {
  color: #888;
}
body .event-box:hover {
  opacity: 0.7;
}
@media (max-width: 400px) {
  body .event-box {
    width: 100%;
  }
}
