@charset "iso-8859-1";

@font-face {
    font-family: 'scanlate';
    font-weight: 400;
    src: url('scanlate.otf'); 
}

html, body {
	background: #000000;
	margin: 0;
    padding: 0;
    
	color: #000000; 
    font-family: 'scanlate';
	font-size: 10vw;	
    font-weight: 400;
	letter-spacing: 1pt;
	line-height: 1.2em;	
    word-wrap: break-word;
    
    cursor: crosshair;
}

a, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #5500FF;
    text-decoration: none;
}

textarea {
    width: 80%;
    background: #000000;
    border: none;
    margin: 0 10% 0 10%;
    padding: 20px;
    
    resize: vertical;
    outline: none;
}

::-webkit-input-placeholder {color: #5500FF;}
:-moz-placeholder {color: #5500FF; opacity: 1;}
::-moz-placeholder {color: #5500FF; opacity: 1;}
:-ms-input-placeholder {color: #5500FF;}

.click {
    cursor: pointer;
}

.title {
    display: block;
    
	font-size: 15vw;
	line-height: .4em;  
}

.plain {
    display: block;
    font-family: Arial;
    font-size: 4vw;	
    line-height: 1em;
}

#scanlate {
z-index: 200;
}

#info {
    font-size: 2vw;
    line-height: 1.2em;
}

#scanlate, #glyphset1, #glyphset3, #para1, #para3, #dltype {
    position: relative;
    background: #5500FF;
    margin: 0 10% 0 10%;
    padding: 20px;
    
    -webkit-transform: rotate(0deg) skewX(0deg);
    -ms-transform: rotate(0deg) skewX(0deg);
    transform: rotate(0deg) skewX(0deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}

#info, #glyphset2, #glyphset4, #para2, #colophon {
    position: relative;
    background: #000000;
    margin: 0 10% 0 10%;
    padding: 20px;
    color: #5500FF;
    
    -webkit-transform: rotate(0deg) skewX(0deg);
    -ms-transform: rotate(0deg) skewX(0deg);
    transform: rotate(0deg) skewX(0deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}


#para1 {
    font-size: 8pt;	
    line-height: 12pt;
}
#para2 {
    font-size: 12pt;	
    line-height: 16pt;
}
#para3 {
    font-size: 24pt;
    line-height: 30pt;
}

#test {
    height: 3em;
    border: #5500FF solid 10px;
    
	font-family: 'scanlate', Arial;
    font-size: 10vw;	
    font-weight: 400;
	letter-spacing: 1pt;
	line-height: 1.2em;	
    color: #5500FF;
    
    -webkit-transform: rotate(0deg) skewX(0deg);	
    -ms-transform: rotate(0deg) skewX(0deg);	
    transform: rotate(5deg) skewX(5deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}

#dltype {
    font-size: 5vw;
    line-height: 1em;
}

#colophon {
    display: none;
    
    font-size: 3vw;
	line-height: .5em; 
}

#top {
    position: fixed;
    bottom: 10%;
    left: 10px;
    height: auto;
    width: 5%;
    z-index: 500;
}

#reload {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: auto;
    width: 5%;
    z-index: 500;
}

#plus {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: auto;
    width: 5%;
    z-index: 500;
}

#minus {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: auto;
    width: 5%;
    z-index: 500;
}
