body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #eee;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

.header {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  overflow: hidden;
  height: 0;
  padding-bottom: 37.5%;
  text-indent: 110%;
}

.content {
  padding: 30px 10px;
  color: #333;
}

@media (min-width: 700px) {
  .content {
    padding: 30px;
  }
}

.content a {
  color: #333;
}

.strapline {
  text-align: center;
  font-style: italic;
}

.intro {
  text-align: center;
}

.event_image {
  width: 100%;
}

.poster {
  float: right;
  width: 50%;
}

.poster_img {
  width: 100%;
}

.charity {
  text-align: center;
}

.buttonwrap {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4E267D;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

a.button {
  color: #fff;
}

.button:hover {
  background-color: #063692;
  color: #fff;
}


.footer {
  background-color: #063692;
  padding: 30px;
  color: #fff;
}

.footer a {
  color: #fff;
}
