
:root{
	/* --blue:rgb(0,72,255); */
	--blue:rgb(20,120,255);
	--grey:#777;
	--offwhite:#E8E8E8;
	--shadow: 0px 2px 2px 0 rgba(0,0,0,.25);
}


* {box-sizing:border-box; scrollbar-width:none; -webkit-overflow-scrolling:touch;}


.freeze {overflow:hidden;}
.freeze div#container {/* pointer-events:none; */}
.freeze div#container::after {content:''; position:fixed; top:0; left:0; width:100%; height:100%; background-color:#0008; cursor:pointer; z-index:15;}


body {margin:0; font-family:sans-serif;}


/* Main Container */
div#container {max-width:72rem; margin: 0 auto; margin-top:4.5rem; transition:.15s;}



/* Medium Screen */
@media screen and (max-width:60rem) {
}

/* Small Screen */
@media screen and (max-width:48rem) {
	div#container {margin-top:4.25rem;}
}

/* Extra Small Screen */
@media screen and (max-width:32rem) {
	div#container {margin-top:6rem;}
}

