html,
body {
  color: #303233;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #18191a;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

p {
  margin: 0;
  line-height: 1.25em;
}

a {
  color: #0072a5;
}

header {
  background-color: #005980;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15rem;
  padding: 1rem;
}

header h1 {
  color: #fff;
}

header .subtext {
  color: #dae2e6;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

hr {
  border: solid 1px #dae2e6;
  margin: 1rem;
}

.event-info {
  display: flex;
  padding: 0.5rem;
}

.event-info__date {
  align-items: center;
  border: solid 0.125rem;
  display: flex;
  flex-direction: column;
  height: 4rem;
  justify-content: center;
  margin: 0.5rem;
  width: 4rem;
}

.event-info__date div:first-child {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.event-info__date div:last-child {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.event-info__details {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  padding: 0.5rem;
}
