
/** Font **/
@font-face {
	font-family: 'AS_Loetscher';
	src: url('fonts/AS_Loetscher_4.eot');
	src: local('☺'), url('fonts/AS_Loetscher_4.woff') format('woff'), url('fonts/AS_Loetscher_4.ttf') format('truetype'), url('fonts/AS_Loetscher_4.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Font **/
@font-face {
	font-family: 'AS_Loetscher_Outline';
	src: url('fonts/AS_Loetscher_4_Outline.eot');
	src: local('☺'), url('fonts/AS_Loetscher_4_Outline.woff') format('woff'), url('fonts/AS_Loetscher_4_Outline.ttf') format('truetype'), url('fonts/AS_Loetscher_4_Outline.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





body {
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x: hidden;
	font-family: AS_Loetscher, Helvetica, Arial, sans-serif;
	font-size: large;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	color: #FFF;
	line-height: 1.1em;
	background:#F6F6F6;
}

html {
	
}
::-moz-selection { /* Code for Firefox */
    color: #F6F6F6;
    background: #131313;
}

::selection {
    color: #F6F6F6;
    background: #131313;
}



a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

	
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	}	
#logo {
	position: fixed;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -200px;
	}
	

#logo img {
	width: 400px;
	height: auto;
	}
#logo:hover {
	cursor: pointer;
	}
#contact {
	position: fixed;
	z-index: -1;
	right: 2%;
	top: 2%;
	color: #11441c;
	display: block;
	}
#contact a:link {color: #11441c;}
#contact a:hover {color: #e53d16;}
#contact a:visited {color: #11441c;}
#contact a:active {color: #11441c;}


#content {
	position: fixed;
	z-index: 999;
	padding: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background:#11441c;
	display: none;
	}

.column {position: relative; width: 31%; margin-left: 2%; left:0; margin-top: 2%; float:left;}
@media screen and (max-width: 640px) {
.column {position: relative; width: 95%; margin-left: 3%;  float:left;}}
