@font-face {
	font-family: 'Atlas';
	src: url('/2021/fonts/AtlasTypewriterWeb-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	word-spacing: 2em;
}

@font-face {
	font-family: 'Atlas';
	src: url('/2021/fonts/AtlasTypewriterWeb-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: "Access";
	src: url('/fonts/Access-VAR.woff') format('woff supports variations'),
       url('/fonts/Access-VAR.woff') format('woff-variations');
	font-weight: 0 700;
	font-style: normal;
	font-stretch: normal;
}


::-moz-selection { background: #fcf; text-shadow: none; }
::selection { background: #fcf; text-shadow: none; }


body {
	text-rendering: optimizeLegibility;
    font-size: 1em;
    color: rgb(0,0,153);
    line-height: 1.5;
	background-color: rgb(234,234,255);
	margin: 0;
	padding: 0;
}


a:link, a:visited {
	color: inherit;
	text-decoration: none;
	margin: 0 0 1px 0;
	border-color: #faf;
	border-style: solid;
	border-width: 0 0 0.1em 0;
}

a:hover {
	border-left: 1px;
	border-right: 1px;
	background-color: #faf;
	border-top-color: #faf;
	text-decoration: none;
	border-width: 4px 0 2px 0;
}

p, h1, h2 { 
	font-size:1em;
	margin: 0;
	font-family: "Access", "Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;
	padding: 0.5em 0;
	font-weight: 150;
	font-style: normal;
	font-stretch: normal;
}

h1, h2, strong, #wow {
	font-family: "Access", "Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
h1 {padding-bottom: 2em;}
h2 {padding-top: 2em;}

.nowrap {white-space: nowrap;}

/*
a
{
	white-space: nowrap;
}
*/

#main {
	float:left;
	clear:both;
	margin: 2em 5% 3em 5%;
	width: 90%;
}

#footer {
	position: fixed;
	bottom: 1em;
	left: 5%;
	max-width: 95%;
	color:#ddd;
	font-size: 50%;
	line-height: 120%;
}

#wow {
    display: none !important;
    visibility: hidden;
}

.haswebfonts {
	display:none;
}

.webfonts .haswebfonts {
	display: inline !important;
}

.strike {
	text-decoration: line-through;
}

@media screen and (min-width: 30em) {
	body {font-size: 1.05em;}
	p, h1, h2 { font-weight: 1;}
	h1, h2, strong, #wow {font-weight: 300;}
}

@media screen and (min-width: 61.5em) {body {font-size: 1.1em;}}
@media screen and (min-width: 75em) {
	body {font-size: 1.2em;}
	#main {
		float:left;
		clear:both;
		margin: 2em 30% 3em 20%;
		width: 50%;
	}
}
/*	@media screen and (min-width: 87em) {body {font-size: 1.7em;}}  
	@media screen and (min-width: 90em) {body {font-size: 2em;}}

	@media screen and (min-width: 170em) {body {font-size: 3em;}}
	@media screen and (min-width: 200em) {
		body {font-size: 6em;}	
		#wow {    
			display: inline !important;
		    visibility: visible;
		}
	}*/
