@charset "utf-8";
/* JLEESAXON.COM GLOBAL.CSS */


/*** OVERRIDES ***/
* {
	align-items: center;
	background-color: transparent;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	gap: 0;
	justify-content: center;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: inherit;
	z-index: 1;
}


/** GLOBAL PROPERTIES **/
body {
	background-color: rgba(248,248,248,1.00);
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding-top: 3px;
}
a {
	display: block;
	overflow: hidden;
}
footer {
	background-color: rgba(144,144,144,1.00);
	color: rgba(240,240,240,1.00);
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* global override removes any default `font-size`s. better to set that page-specific, as-needed, since `em` changes stack */
}
hr.Divider {
	background-color: rgba(96,96,96,1.00);
	height: 1px;

	&.XL {
		width: 250px;
	}
	&.L {
		width: 60px;
	}
	&.S {
		width: 30px;
	}
}
img {
	display: block;
	width: 100%;
}
i {
	font-style: italic;
}
ol,
ul {
	list-style-type: none;
}
small {
	font-style: italic;
}


/** MEDIA QUERIES **/