@charset "UTF-8";
/* CSS Document */

body {
  font-family: helvetica;
}

.container {
  max-width: 960px;
  padding: 0 2%;
  margin: 0 auto;
}

header {
  background: url('../img/header.jpg') no-repeat center;
  background-size: cover;
  height: 220px;
  color: white;
}

header h1 {
  padding: 20px 0;
}

.content h1 {
  margin: 20px 0;
  color: #633D3A;
}

.content h2 {
  margin: 10px 0;
  color: #D08C41;
}

.content ul {
  margin-left: 3%;
}

.content li {
  list-style-type: initial;
}

footer {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #633D3A;
  color: #AF6C67;
}
