/* RESPONSIVE STYLESHEET 


Don't go messing with the responsive stuff outside of this, I know what you're like you old bitch */

.uk-container-large {
  max-width: 140rem;
}


html {
	font-size: 8px;
  }

  @media screen and (min-width: 350px) {
	html {
		font-size: calc(8px + (10 - 8) * ((100vw - 350px) / (2200 - 350)));
	  }
  }

  @media screen and (min-width: 2200px) {
	html {
	  font-size: 10px;
	}
  }



@media (min-width: 2000px) {

	.uk-container-large {
		max-width: 160rem;
	}

}


@media (min-width: 2400px) {

	/* html {
		font-size: 10px;
	} */

}