
header {
  margin: 0;
  padding: 7em 0;
  text-align: center;
  background-image: url("/static/images/banner-flag.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #eee;
}

header h1#title {
  margin: 0;
  padding: 0 2em;
  font-size: 4.5vw;
  font-family: 'Teko', sans-serif;
}

header h3#values {
  font-size: 2vw;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

#opening-remark {
  margin-top: 2em;
}

#donation-banner {
  margin: 2em 0;
  padding: 5em 0;
  text-align: center;
  background-image: url("/static/images/red-crowd.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #eee;
}

#donation-description {
  margin: 2em 0;
}

#action-image {
  margin-top: 1em;
  width: 100%;
  height: auto;
}

#action-banner {
  margin: 2em 0;
  padding: 2em 0;
  background-color: #f0f8ff;
}

#kbf-notice {
  text-align: center;
  color: #E1BE58;
  padding: 1em 0;
  font-size: 1.1em;
  background-color: black;
}

#kbf-logo {
  width: 7em;
}

ul#action-items {
  padding: 0 1em
}

#upcoming-event {
  width: 60%;
  display: block;
  background-color: #fdfdff;
  padding: 1em 2em;
  margin: 2em auto 0 auto;
  border-radius: 0.5em;
  box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
}

#upcoming-event h3, #upcoming-event p {
  margin: 0.5em 0;
}

a#event-link {
  color: inherit;
  text-decoration: none;
}

#upcoming-event .event-item {
  margin: 2em 0;
  padding-bottom: 1.5em;
  border-bottom: 3px solid black;
}

#upcoming-event .event-item a {
  color: inherit;
  text-decoration: none;
}

#upcoming-event .event-type {
  color: #fafafa;
  font-family: 'Oswald', sans-serif;
  font-size: 0.65em;
  text-transform: uppercase;
  margin-left: 1em;
  padding: 0.25em 0.5em;
  background: #222;
  border-radius: 0.5em;
}

#upcoming-event #event-time, #upcoming-event address {
  color: #444;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
}

#upcoming-event #event-time {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  header h1#title {
    padding: 0 1em;
    font-size: 10vw;
  }
  header h3#values {
    font-size: 4vw;
  }
  #upcoming-event {
    width: 80%;
  }
}