body {
  background: #222222;
  color: #fffbea;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}
img {
  max-width: 100%;
}

.center {
  text-align: center;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  min-height: 50px;
  pointer-events: none;
}

.header_main {
  width: 100%;
  height: auto;
  position: absolute;
}

.needle {
  width: 100%;
  height: auto;
  position: absolute;
  transform-origin: bottom left;
}

.main {
  position: relative;
  margin-top: 300px;
}

a {
  color: #ee4242;
  font-weight: 400;
  text-decoration: underline;
}
a:hover {
  color: #f2d608;
}
a:visited {
  text-decoration: line-through;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 1em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fffbea;
}

h2.available {
  margin-bottom: 3.5em;
  margin-top:3em;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 1.2em;
}
p {
  line-height: 1.5em;
  font-size: 1.1em;
  margin-bottom: 2em;
}

p.headline {
  font-size: 1.4em;
  margin: 2.5em 0;
}

hr {
  border-top: 1px solid #444;
  margin-bottom: 2em;
}
strong {
  font-weight: 600;
}
li {
  margin: 1em auto;
}
.cc {
  max-width: 300px;
  margin: 0 auto 2em;
}
.module {
  mix-blend-mode: multiply;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

img.icon {
  max-width: 40px;
  height: auto;
  margin-right: 0.75em;
}
section {
  padding: 6em 0;
}

section:nth-child(even) {
  background: #fffbea;
  color: #444;
  background-image: url(https://assets.codepen.io/184748/grunge_50.svg),
    url("https://assets.codepen.io/184748/holes.svg"),
    url(https://assets.codepen.io/184748/holes_b.svg);
  background-size: 50%, 70%, 70%;
  background-repeat: repeat, repeat-x, repeat-x;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 0px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 0px 9px rgba(0, 0, 0, 0.5);
  background-position: top, top, bottom;
}

section:nth-child(even) h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #444;
}

dt {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1.5em 0;
  line-height: 1.5em;
}

dd {
  line-height: 1.5em;
  margin: 1.5em 0 2.5em;
}

#mc_embed_signup {
  background: none;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}
#mc_embed_signup .button {
  color: #fce3e3;
  background-color: #ee4242;
  -moz-box-shadow: inset 0 -6px #ba3333;
  -webkit-box-shadow: inset 0 -6px #ba3333;
  box-shadow: inset 0 -6px #ba3333;
  padding: 0.2em 2em;
  line-height: 1.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-height: 50px;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  border: none;
  margin-top: 1em;
}
#mc_embed_signup .button:hover {
  color: white;
  background-color: #f05555;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

.swing {
  -webkit-transform-origin: bottom 3%;
  transform-origin: bottom 3%;
  -webkit-animation-name: swing;
  animation-name: swing;
  animation-iteration-count: infinite;
}

.animated {
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(1deg);
  }
  40% {
    -webkit-transform: rotate(-1deg);
  }
  60% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(1deg);
  }
  40% {
    -webkit-transform: rotate(-1deg);
  }
  60% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .main {
    margin-top: 100px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .main {
    margin-top: 200px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .main {
    margin-top: 200px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .main {
    margin-top: 300px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .main {
    margin-top: 300px;
  }
  header {
    top: -4em;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
  .main {
    margin-top: 300px;
  }
  header {
    top: -6em;
  }
}
