body {
  justify-content: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Courier", serif;
  background: #fff;
  color: #221f1f;
}

* {
  box-sizing: border-box;
}

#philippines {
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: pre-wrap;
  font-size: 0.8rem;
  line-height: 110%;
  opacity: 0.2;
  pointer-events: none;
}

main {
  padding: 1em;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main #content {
  width: calc(100vw - 2em);
  max-width: 1100px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
main .col {
  width: 30%;
  max-width: 300px;
}
main .col:not(:last-of-type) {
  margin-right: 2.5em;
}
main h1 {
  font-weight: normal;
  font-size: 0.8rem;
  opacity: 0.3;
  letter-spacing: -0.2px;
}
main h3 {
  font-weight: normal;
  text-align: left;
  opacity: 0.3;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
main p {
  text-align: left;
  opacity: 0.8;
  line-height: 130%;
  padding-bottom: 0.5em;
  width: 100%;
  font-size: 0.75rem;
}
main a {
  color: #000;
  opacity: 0.4;
  text-decoration: none;
}
main a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 900px) {
  main #content {
    max-width: 450px;
    margin-top: 0;
    flex-wrap: wrap;
    padding-bottom: 5vh;
  }
  main .col {
    max-width: none;
    width: 100%;
    margin-bottom: 2em;
  }
}

.subscribe {
  font-size: 0.75rem;
  opacity: 0.8;
}
.subscribe label {
  font-size: 0.7rem;
  padding: 0.15em 0;
}
.subscribe input {
  margin: 0.15em 0;
  font-family: "Courier", serif;
}
.subscribe div {
  display: inline;
}
.subscribe input[type=email] {
  font-size: 0.65rem;
}
.subscribe input[type=submit] {
  font-size: 0.65rem;
  border: 1px solid gray;
  background: none;
  cursor: pointer;
}

/*# sourceMappingURL=s.css.map */
