html {
  font-size: 14px;
}

body {
  background: white;
  color: #3c3c3c;
  height: auto;
  font-family: 'Proxima Nova Soft', Helvetica, sans;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

a {
  text-decoration: none;
}

.noscript {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0.75em 0;
  height: 6em;
  background: #c81f1f;
  color: white;
}

.noscript .wrapper {
  background: #c81f1f;
  color: white;
  padding: 0 24px;
}

.noscript h2 {
  margin: 6px 0;
}
