/*----------------------------------------------------------------------
															  01 - Reset
--------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,input,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	color: #000000;
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------
															  01 - SPAM
--------------------------------------------------------------------- */
html,body {
	overflow-y: hidden;
	overflow-x: hidden;
}

html,body,#outer,#middle,#inner {
	height: 100%;
	width: 100%;
}

#outer {
	overflow: hidden;
	position: relative;
}
 /* ie fix */
#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;
	top: 50%;
} 

/* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#inner {
	
	position: relative;
	top: -50%;
	background-attachment: scroll;
	background-clip: border-box;
	background: url('/landing/landing.jpg') top center #090900 no-repeat;
    filter: blur(0px);
	background-origin: padding-box;
	background-size: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Quantico', sans-serif;
} 

/* for explorer only */
/* optional: #inner[id] {position: static;} */
body {
	
}

a.hide {
	color: #c7c7c7
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	background: #f6f6f6;
	color: #000;
}

.contact {
	font-size: 12px;
	color: #FFF;
	padding: 800px 50px 0px 840px;
	margin: auto;
	width: 100px;
}

.mail {
	font-family: 'Quantico', sans-serif;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 14px;
}

.title {
	position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
}

/*Glitch */

@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
body {
  background: black;
}

svg {
  width: 600px;
  height: 120px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: black;
}

/* Border */

#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
