body {
  background-color: #c8c6c9;
  color: #32241b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 40px;
}
.site {
  background-color: white;
  margin: auto;
  max-width: 900px;
  overflow: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #49536c;
  font-weight: 700;
  margin: 0 0 26px;
  text-align: center;
}
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
p {
  margin-bottom: 26px;
}
p:last-child {
  margin-bottom: 0;
}
.site-header {
  padding: 40px;
  text-align: center;
}
.site-title {
  margin: 0;
}
.site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-navigation li {
  display: inline-block;
}
.site-navigation a {
  color: #7893b0;
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px;
}
.site-navigation a:hover {
  color: #c8c6c9;
}
.site-title a {
  color: #7893b0;
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}
.site-title a:hover {
  color: #c8c6c9;
}
.content-wrapper {
  padding: 40px;
}
.site-footer {
  background-color: #b7966b;
  color: white;
  overflow: hidden;
  padding: 40px;
  text-align: center;
}
.site-footer a {
  color: #49536c;
  font-weight: 700;
  text-decoration: none;
}
.site-footer a:hover {
  color: #c8c6c9;
}
table {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}
th, td {
  border: 1px solid #ddd;
  padding: 8px;
}
tr:nth-child(even){
  background-color: #f2f2f2;
}
th {
  background-color: #b7966b;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=submit] {
  width: 100%;
  background-color: #7893b0;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #c8c6c9;
}

@media (min-width: 800px) {
  .site-title {
    float: left;
  }
  .site-header {
    margin-bottom: 20px;
  }
  .site-navigation {
    float: right;
  }
  .site-navigation a {
    padding: 0 0 0 20px;
  }
  .site-footer {
    clear: both;
  }
  .site-footer .column {
    width: 32%;
    float: left;
    padding-right: 2%;
    margin-bottom: 2%;
  }
  .site-footer .column.last {
    padding-right: 0;
  }
}