body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}

.bgwrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-size: cover;
}

.contentwrapper {
  position: relative;
  margin: 0 auto;
  padding: 1.2em;
  max-width: 800px;
}

.content {
  padding: 1.2em 1.2em 3em 1.2em;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
}

.logo {
  width: 200px;
  height: 100px;
  background-image: url("../img/logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

h1 {
  font-family: "Open sans", sans-serif;
  font-weight: 500;
  font-size: 2.6em;
  margin-bottom: 0.3em;
}

h2 {
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 0.7em;
  margin-bottom: 0.25em;
}

p {
  margin-bottom: 0.7em;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #0e8e8c;
}
.spacerV {
  height: 1em;
}

ul {
  list-style-type: disc;
  padding-left: 40px;
  margin: 10px;
}

footer {
  margin: 0.5em auto;
  text-align: center;
  font-size: 0.7em;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

#mc_embed_signup_scroll .email {
  padding: 1em;
  margin: 0.3em 0;
  width: 100%;
  border: solid 1px #0e8e8c;
  max-width: 400px;
}

#mc_embed_signup_scroll .button {
  margin: 0.3em 0;
  padding: 1em;
}
