/*
 * Something is setting the html margin top to 32px.
 * Couldn't find it.
 */
@media screen and (min-width: 301px) {
  html, body {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 301px) {
  html, body {
    margin-top: 0 !important;
  }
}
/*
 * End html margin fix.
 */
