
@font-face {
	font-family: 'AtlasGroteskWeb';
	src: url('../font/AtlasGrotesk-Regular-Web.eot');
	src: url('../font/AtlasGrotesk-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('../font/AtlasGrotesk-Regular-Web.woff') format('woff'),
     url('../font/AtlasGrotesk-Regular-Web.ttf') format('truetype'),
     url('../font/AtlasGrotesk-Regular-Web.svg#AtlasGrotesk-Regular') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
	word-spacing: 2em;
}

@font-face {
  font-family: 'AtlasGroteskWeb';
  src: url('../font/AtlasGrotesk-Medium-Web.eot');
  src: url('../font/AtlasGrotesk-Medium-Web.eot?#iefix') format('embedded-opentype'),
     url('../font/AtlasGrotesk-Medium-Web.woff') format('woff'),
     url('../font/AtlasGrotesk-Medium-Web.ttf') format('truetype'),
     url('../font/AtlasGrotesk-Medium-Web.svg#AtlasGrotesk-Medium') format('svg');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

::-moz-selection { background: rgba(255,99,71,0.5); color: 000; text-shadow: none; }
::selection { background: rgba(255,99,71,0.5); color: #000; text-shadow: none; }

body {
	text-rendering: optimizeLegibility;
    font-size: 1em;
    line-height: 1.6;
	background-color: #fff;
	margin: 0;
	padding: 0;
}


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

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

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

h1, h2, strong, #wow {
	font-family: "AtlasGroteskWeb", "Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

ul {
  list-style: none;
	font-family: "AtlasGroteskWeb", "Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.05em;
}

ol {
  list-style: decimal;
	font-family: "AtlasGroteskWeb", "Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.05em;
}

ul li::before {
	content: "\2015";
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

h1 {padding-bottom: 2em;}
h2 {padding-top: 2em;}

.picture_v1 {
  max-width: 100%;
  height: auto;
	margin-top: 1.5em;
}

.picture_v2 {
  max-width: 100%;
  height: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.nowrap {white-space: nowrap;}

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

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

#footer {
	font-family: "AtlasGroteskWeb", "Vera Sans Mono", "Panic Sans", Consolas, "Andale Mono", Courier, monospace;
	background-color: #fff;
	padding: 1em 1em 1em 0em ;
	position: fixed;
	bottom: 2em;
	left: 5%;
	max-width: 95%;
	color:#000;
	font-size: 80%;
	line-height: 120%;
}

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

@media screen and (min-width: 45em) {body {font-size: 1.05em;}}
@media screen and (min-width: 61.5em) {body {font-size: 1.1em;}}
@media screen and (min-width: 75em) {
	body {font-size: 1.4em;}
	#main {
		float:left;
		clear:both;
		margin: 2em 20% 3em 5%;
		width: 75%;
}
}
@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;}}
}
