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

body {
  font-family: helvetica;
  position: relative;
}

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

header {
  background-image: url('../img/header-repeat.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 300px;
  width: 100%;
}

.wrapper {
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 300px;
  color: #F0AA27;
  width: 100%;
}

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

header h2 {
  padding: 0 20px;
}

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

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

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

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

.content .list-container {
  background: #cccccc;
  padding: 10px;
}

.content .list-container p {
  margin-bottom: 5px;
}

.content .textarea-wrapper textarea {
  height: 150px;
  width: 300px;
}

.content .button {
  padding: 5px 10px;
  background: #8A1E04;
  color: white;
  font-size: 18px;
  width: 200px;
  text-align: center;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #8A1E04;
  cursor: pointer;
}

.content .button:hover {
  color: #8A1E04;
  background: transparent;
}

.content span {
  color: red;
}

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