@charset "utf-8";

body::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba( 0, 0, 0, 0.45 );
	z-index: -1;
}

@media only screen and ( min-width: 1200px ) { /* desktop: do things when size greater 1200px */

}