@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'VCR-Mono';
  src: url('fonts/VCR-Mono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
margin:0;
padding:0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html, body {
	/* height: 100%; */
  background-color: black;
}

a:link {
  color: transparent;
  text-decoration: none;
  text-shadow: 0 0 1.5px #5b5b5b;
}

a:visited {
   color: transparent;
  text-decoration: none;
  text-shadow: 0 0 1.5px #5b5b5b;
}

a:hover {
  color: transparent;
  text-decoration: none;
  text-shadow: 0 0 1.5px #b9b9b9;
}

a:active {
  text-decoration: none;
}

#wrap {
	min-height: 100%;
	background-color:#0d0d0d;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
}

#grain {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/grain.gif) repeat center center fixed;
    opacity: 0.3;
    z-index: 2;
    pointer-events: none;

}

#content {
  display: flex;
  position: absolute;
  left:50%;
  margin-left:-369px;
  top: 50%;
  transform: translateY(-50%);
}

#logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: .36;
    transform: scale(0.63);
}

#logo img:hover {
    opacity:.65;
}

#text p {
  font-family: 'VCR-Mono';
  font-size: 34px;
  color: 5b5b5b;
}

#text p:hover {
  color: b9b9b9;
}

#text h1 {
  font-family: 'VCR-Mono';
  font-size: 22px;
  color: transparent;
  text-shadow: 0 0 1.5px #5b5b5b;
}

#text {
    padding-top: 102px;
}

#footer img {
		position: absolute;
		margin-left: auto;
    margin-right: auto;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 30px;
}
