@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 right;
  background-color: black;
  background-position: top;
  height: 280px;
  color: white;
  width: 100%;
}

header h1 {
  padding: 40px 20px 10px;
}

header h2 {
  padding: 0 20px;
}

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

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

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

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

.content input {
  margin-top: 40px;
  height: 35px;
  font-size: 18px;
}

.content button {
  height: 35px;
  background-color: #888888;
  font-size: 18px;
}

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