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

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

::selection { background: #75b2a2; color: #020202; text-shadow: none; }


body {
	text-rendering: optimizeLegibility;
	color: #c0ffee;
    font-size: 1em;
    line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #020202;
	background-image:url("WL.svg");
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;	

}
.hidden {display:none}


a:link, a:visited {
	color: #c0ffee;
	text-decoration: none;
	margin: 0 0 1px 0;
	border-color: #75b2a2;
	border-style: solid;
	border-width: 0 0 0.085em 0;
}

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

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

h1, h2, strong, #wow {
	font-family: 'AtlasTypewriterWeb'"Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;	font-weight: 500;
	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: 45em) {body {font-size: 1.05em;}}
@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;
		}
	}*/
