body {
  background: black;
  color: #FFF;
}

header {
  width: 100%;
  height: 350px;
  background-image: url('images/banner.jpg');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

nav ul {
  text-align: center;
}

nav li {
  display: inline-block;
  padding: 0 25px;
  font-weight: bold;
  font-size: 22px;
  color: red;
}

nav li a {
  color: red;
  text-decoration: none;
}

nav li.logo {
  font-size: 48px;
}

section {
  margin: 45px 0;
}

#mission-statement {
  text-align: center;
  font-size: 22px;
  color: gray;
  font-weight: bold;
}