@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;1,400&display=swap');

body {
  background-attachment: fixed;
  background-image: url("background.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
}

.site-header {
  position: fixed;
  height: 100px;
  width: 100vw;
  background-color: #0c0c0c;
  margin: 0;
  padding: 0;
  text-align: center;
}

.site-header img {
  margin: 15px;
  height: 70px;
}


#main-wrapper {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 110px 0 30px 0;
}

#link-list {
  list-style-type: none;
  padding: 0;
}


#link-list a {
  display: block;
  margin: 20px 0;
  padding: 12px 20px;
  font-weight: 600;
  background-color: #000000cc;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  border: 1px solid #666666;
}

.signup-form {
  margin-top: 25px;
}

.signup-form .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15em;
  color:#fff;
}

.signup-form .description {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  color:#fff;
}

#mc_embed_signup {
  margin-top: 10px;
}

label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 5px;
  color: #fff;
}

#mce-EMAIL {
  display: block;
  width: calc(100% - 10px);
  background-color: #ffffffb2;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 5px;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

#mc-embedded-subscribe {
  background-color: #3d3d3d;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding: 10px 20px;
  width: 100%;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9em;
}
