body {
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
}

.title-block {
  margin: .2em 0;
}

.earth-day-logo {
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
  align-items: center;
  font-weight: bold;
}

h1 {
  font-size: 100%;
  margin: 0;
  color: #15527B;
}

.subtitle {
  font-size: 50%;
  margin: 0;
  color: white;
  background-color: #90251B;
  width: 80%;
  padding: .1em .2em;
}

p {
  margin: 2px;
}

h2 {
  margin: 2px;
}

.splash-image {
    margin: 0 auto;
    display: block;
}

.tagline {
  text-align: center;
  font-size: .21em;
  font-style: italic;
}

.bottom-tagline {
  margin-top: 1em;
}

.details {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
}

@media (max-width: 400px) {
  .details .when {
    font-size: 1.5em;
  }
}

@media (min-width: 400px) and (max-width: 1000px) {
  .details .when {
    font-size: 5vw;
  }
}

.details h2 {
  font-weight: bold;
  font-size: 1.5em;
}

.details .detail {
  padding: 20px;
}

.details .gallery img {
  max-height: 400px;
  margin: 10px;
}

.details .where {
  display: flex;
  font-size: 1.1em;
}

.details .where .location-detail {
  margin-top: .5em;
}

.details .walks {
  max-width: 500px;
}

.details .directions {
  max-width: 600px;
}

.details .directions ul {
  text-align: left;
}

.details .directions ul li {
  margin-top: 0.5em;
}

.details .election {
  text-align: left;
}

.details .election h2 {
  text-align: center;
}

.details .election p {
  margin-top: 1em;
}

img {
  max-width: 100%;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logos a {
  text-decoration: none;
}

.logos img {
  max-height: 150px;
  max-width: 300px;
  margin: 20px;
}

.contact {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1000px) {
  body {
    margin: 20px;
  }

  .content {
    max-width: 95%;
  }

  .title-block {
    font-size: 14vw;
  }

  .details .where {
    flex-flow: column;
    align-items: center;
   }

  .details .where .map-image {
    margin-top: 20px;
    max-width: 500px;
  }
}

@media (min-width: 1000px) {
  body {
    margin-top: 50px;
  }

  .title-block {
    font-size: 140px;
  }

  .content {
    max-width: 900px;
  }

  .details .when {
    font-size: 50px;
  }

  .details .organizations {
    font-size: 1.2em;
    font-style: italic;
  }

  .details .where {
    flex-flow: row;
    align-items: center;
   }

  .details .where .where-info {
    width: 50%;
  }}
