body {
  font-family: -apple-system, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  background: url("background-grain@2x.jpg") repeat #1C1C1E;
  background-size: 200px 200px;
  color: #D8D8D8;
}

.gray {
  color: #999999;
}

.purple {
  color: #8513FE;
}

.note {
  font-weight: 100;
}

.header-align {
  text-align: right;
}

.watch-space {
  margin-top: 120px;
}

h1 {
  font-size: 46px;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

h3 {
  font-size: 26px;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #8513FE;
}

/* Medium overrides */
@media (max-width: 52em) {
  .page.header-align {
    text-align: left;
  }
  
  h1 { font-size: 38px; }
  h2 { font-size: 24px; line-height: 26px; }
  h3 { font-size: 20px; }
  p { font-size: 14px; }
  
  .watch-space {
    margin-top: 60px;
  }
  
  .sm-center {
    text-align: center;
  }
  
  img.scaling-small {
    width: 80px;
    height: auto;
  }
}

/* Small Overrides */
@media (max-width: 40em) {
  .header-align {
    text-align: left;
  }
  
  img.scaling-medium {
    width: 160px;
    height: auto;
  }
  img.scaling-large {
    width: 230px;
    height: auto;
  }
}


.jimmy {
  display: none;
}
