:root {
  --red: #dd202c;
  --yellow: #fede33;
  --white: #ffffff;
  --dark-grey: #3c3c3b;
  --nav-height: 97px; 
  --lr-nav-height: 67px;
  --full-width: 1260px;
  --column-width: 720px;
  --titil-reg: "TitilliumRegular", sans-serif;
  --titil-semi: "TitilliumSemiBold", sans-serif;
  --titil-bold: "TitilliumBdBold", sans-serif;
  --source-sans: "Source Sans Pro", sans-serif;
  --grunge-light: url("../grunge-light.html");
  --grunge-dark: url("../grunge.html");
  --grunge-red: url("../grunge-red.html");
}

main {
  overflow-x: unset !important;
}

@media (max-width: 768px) {
  :root {
    --lr-nav-height: 141px;
  }
}