* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body,
input {
  font-family: Lato, 'Helvetica Neue', 'Helvetica', sans-serif;
}
body {
  font-weight: 300;
  line-height: 1.33;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
p {
  line-height: 2;
}
::-webkit-input-placeholder {
  color: #5a6066;
}
::-moz-placeholder {
  color: #5a6066;
}
:-ms-input-placeholder {
  color: #5a6066;
}
::placeholder {
  color: #5a6066;
}
a {
  text-decoration: inherit;
  color: inherit;
}
html {
  font-size: 24px;
  background-color: #fcfcfc;
}
.pageHeader {
  z-index: 1;
  width: 100%;
  padding: 0.75em 0em;
  -webkit-transition: 0.3s border-bottom, 0.3s padding;
          transition: 0.3s border-bottom, 0.3s padding;
  border-bottom: 1px solid white;
  background: white;
  will-change: border-bottom, padding;
}
.pageHeader a:hover {
  color: #5a6066;
}
.pageHeader a:active {
  color: #ffa041;
}
.pageHeader .desktopMenu .menu-item {
  margin: 0px 1em;
  font-size: 0.707rem;
}
.pageHeader .menuButton {
  padding: 0.25em 0.5em;
  font-weight: 700;
  color: #9aa0a6;
  border: 1px solid #9aa0a6;
  border-radius: 0.3em;
}
.pageHeader.pageHeader--is-floating {
  position: fixed;
  top: 0px;
  padding: 0.25em 0em;
  border-bottom: 1px solid #dae0e6;
}
.pageHeader .pageHeader-container {
  width: calc(100% - 5em);
  max-width: 1090px;
  margin: 0px auto;
}
.pageHeader .pageHeader-logo {
  font-size: 1.414rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffa041;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pageHeader .pageHeader-logo a:hover {
  color: #ffad5b;
}
.pageHeader .pageHeader-logo a:active {
  color: #ffba74;
}
.pageHeader .pageHeader-penny {
  width: 1.5em;
  margin-top: -0.2em;
  margin-right: 0.25em;
  vertical-align: middle;
}
.pageFooter {
  padding: 0.25em;
  font-size: 0.707rem;
  text-align: center;
}
.mobileMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10em;
  margin-top: -10em;
  padding: 0.5em;
  -webkit-transition: 0.25s margin-top ease-in-out;
          transition: 0.25s margin-top ease-in-out;
  background-color: #5a6066;
  will-change: margin-top;
}
.mobileMenu.mobileMenu--is-expanded {
  margin-top: 0em;
}
.mobileMenu .menu-item {
  margin: 0.25em;
  font-weight: 700;
  color: #fcfcfc;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.pageBody.pageHeader--is-floating {
  margin-top: 2em;
}
@media only screen and (max-width: 36em) {
  html {
    font-size: 16px;
  }
  .desktopOnly {
    display: none !important;
  }
  .menu {
    display: none !important;
  }
  p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 60em) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 36em) {
  .mobileOnly {
    display: none !important;
  }
}
.productHuntHeader {
  background-color: #702db3;
  color: white;
  text-align: center;
  font-size: 0.707rem;
  font-weight: 700;
  height: 2.5em;
  line-height: 2.5em;
}
.productHuntHeader a {
  text-decoration: underline;
}
