html, body{
	margin: 0;
	padding: 0;
	font-family: OCR, courier;
	color: #4d4d4d;
	background-color: #f1f1f1;
}

html, body {overflow: hidden}


@font-face {
    font-family: OCR;
    src: url(fonts/OcrB.ttf);
}

@font-face{
	font-family: avenir;
	src: url(fonts/AvenirLTStd-Roman.otf);
}

#container{
	background-color: #f1f1f1;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#container2{
	background-color: #222222;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#column{
	position: relative;
	height: 100%;
	width: 450px;
	margin: 0 auto 0 auto;
}

#column2{
	position: relative;
	height: 100%;
	width: 450px;
	margin: 0 auto 0 auto;
}

#active{
	position: relative;
	height: 300px;
	width: 700px;
}

header{	
	width: 100%;
	top: 0%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 2.0em;
	position: static;
	max-width: 450px;
		-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

#description{
	width: 100%;
	top: 0%;
	text-align: center;
	padding-bottom: 10px;
	margin: 0 auto 90px auto;
	font-size: 0.9em;
	position: static;
	max-width: 450px;
	color: #888888;
}

textarea{
	display: block;
	width: 100%;
	height: 300px;
	top: 30px;
	position: static;
	margin: 0;
	left: 0;
	max-width: 450px;
	background-color: #222222;
	color: #ff0066;
	padding: 4px 6px;
	font-size: 1.4em;
	outline: none;
	overflow: auto;
	resize: none;
}

#range{
	-webkit-appearance: none;
	display: block;
	width: 100%;
	position: static;
	margin: 30 auto 0 auto;
	max-width: 450px;
	background-color: #f1f1f1;
	background: #d3d3d3;
	height: 5px;
	outline: none;
	border-radius: 10px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #222222;
    outline: none;
}

.slider::-webkit-slider-thumb:hover{
	background: #ff0066;
}

.slider::-moz-range-thumb:hover{
	background: #ff0066;
}

.slider::-webkit-slider-thumb:active{
	background: #ff0066;
}

.slider::-moz-range-thumb:active{
	background: #ff0066;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #222222;
    cursor: pointer;
}

#scholar{
	text-align: left;
	width: 100%;
	max-width: 450px;
	margin: 15 auto 0 auto;
	height: 30px;
	font-size: .8em;
	color: #999999;
		-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

#illiterate{
	text-align: right;
	width: 100%;
	max-width: 450;
	margin: 0 auto 0 auto;
	position: relative;
	top: -30;
	font-size: .8em;
	color: #999999;
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

#home{
	position: fixed;
	top: 20px;
	left: 50px;
	color: #777777;
	width: 50px;
	height: 15px;

	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

a:link{
	color: #777777;
	text-decoration: none;
}

a:visited{
	color: #777777;
}

a:hover{
	color: #00ffcc;
	cursor: pointer;
}

#About1{
	position: absolute;
	text-align: center;
	width: 50px;
	height: 30px;
	bottom: 0;
	left:50%;
	right: 50%;
	margin-left: -25px;
		-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;

}

#About1:hover{
	color: #ff0066;
	cursor: pointer;
}

#Back:hover{
	color: #ff0066;
	cursor: pointer;
}

#bottom{
	position: relative;
	top: 9px;
	height: 1px;
}

#Back{
	color: #ffffff;
	text-align: center;
	width: 50px;
	height: 30px;
	margin: 20px auto 20px auto;
		-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

#aboutproject{
	color: #ffffff;
	margin-top: 150px;
	font-family: avenir;
	line-height: 160%;
}

#signoff{
	color: #ff0066;
	margin-top: 70px;
	font-family: avenir;
	line-height: 160%;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: right;
}

footer{
	position: absolute;
	font-size: .8em;
	bottom: 10px;
	margin: 15px auto;
	text-align: center;
	width: 100%;
}

footer:hover{
	cursor: default;
}

#love:hover{
	color: #ff0066;
}


@media only screen and (max-height: 700px) {
	header{
		padding-top: 15px;
		font-size: 1.5em;
	}
	#description{
		margin: 0 auto 5px auto;
	}
	textarea{
		top: 10px;
		height: 225px;
	}
	#aboutproject{
		margin-top: 10px;
	}
	#range{
		margin: 15px auto 0 auto;
	}

}

@media only screen and (max-height: 450px) {
	footer{
		display: none;	
	}
	#aboutproject{
		line-height: 120%;
		margin-top: 0px;
		font-size: .5em;
	}
	#back{
		margin: 10px auto;
		height: 15px;
	}
	textarea{
		height: 150px;
	}
	footer{
		display: none;
	}

}

@media only screen and (max-height: 350px) {
	#back{display: none;}
	#About1{display: none;}
	#home{display:none;}
	#aboutproject{font-size: .4em;}
}

@media only screen and (max-width: 500px) {
	#column{
		width: 350px;
	}
	header{
		font-size: 1.1em;
	}
	#description{
		font-size: .7em;
	}

	textarea{
		font-size: 1.2em;
	}

	#column2{
		width: 350px;
	}
	#aboutproject{
		font-size: .9em;
	}
	#signoff{
		font-size: 1.1em;
	}
	#home{
		position: absolute;
		bottom: 0;
		left:0;
		top: auto;
		height: 30px;
	}

	footer{
		text-align: left;
	}
}

@media only screen and (max-width: 350px) {
	#column{
		width: 280px;
	}
	header{
		font-size: 1.1em;
	}
	#description{
		font-size: .7em;
	}

	textarea{
		font-size: 1.2em;
	}

	#column2{
		width: 280px;
	}
	#aboutproject{
		font-size: .9em;
	}
	#signoff{
		font-size: 1.1em;
	}
}