html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #222;
  background: #dfe5d8 !important;
  text-align: center;
}

.site {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 20px 60px;
  background: #dfe5d8 !important;
  min-height: 100vh;
  box-sizing: border-box;
}

.logo {
  width: 153px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

h1 {
  font-size: 34px;
  margin: 12px 0 10px;
  font-weight: 900;
}

.tagline {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

nav {
  margin: 25px 0 35px;
}

nav a {
  margin: 0 14px;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

nav a:hover {
  text-decoration: underline;
}

.bandcamp {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.links {
  max-width: 900px;
  margin: 20px auto;
  line-height: 2;
}

.links a {
  margin: 0 8px;
  color: #0677c9;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.social {
  margin-top: 45px;
}

.social a {
  display: inline-block;
  margin: 6px 10px;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.social a:hover {
  text-decoration: underline;
}

.contact-box {
  background: #dfe5d8;
  padding: 35px;
  max-width: 720px;
  margin: 30px auto;
  box-sizing: border-box;
}

.contact-box form {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}

.contact-box label {
  display: block;
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 16px;
}

input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 0 22px;
  border: 1px solid #bbb;
  background: #fff;
  font-size: 16px;
  font-family: inherit;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

button {
  display: block;
  margin: 0 auto;
  background: #111;
  color: white;
  padding: 14px 34px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

button:hover {
  opacity: 0.9;
}

.info {
  margin-top: 35px;
}

.info h4 {
  margin: 30px 0 8px;
  font-size: 20px;
}

.info p {
  margin: 0;
  line-height: 1.6;
}

.info a {
  color: #0677c9;
  text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}

.success {
  color: #0b7d21;
  font-weight: bold;
}

.error {
  color: #b00020;
  font-weight: bold;
}

.hp-field {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .site {
    padding: 25px 15px 40px;
  }

  nav a {
    display: block;
    margin: 10px 0;
  }

  .contact-box {
    padding: 20px;
  }

  h1 {
    font-size: 30px;
  }

  .tagline {
    font-size: 16px;
  }
}
