body {
  margin: 0;
}

:active,
html {
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-family: brandon_grotesque_regularRg,sans-serif;
}

body,
html {
  height: 100%;
}

:active {
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

html {
  font-size: 1rem;
  color: #767676;
}

body {
  min-height: 100%;
  background-color: #393b3c;
}

@media (max-width:1400px) {
  html {
    font-size: 14px;
  }
}

@media (max-width:1280px) {
  html {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  html {
    font-size: 12px;
  }
}

@media (max-width:768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  html {
    font-size: 14px;
  }
}