*{box-sizing: border-box;text-rendering: geometricPrecision;}

a:link{
	color:blue; 
	background-color:transparent; 
	text-decoration:none
}
a:visited{
	color:blue; 
	background-color:transparent; 
	text-decoration:none
}
a:hover{
	color:red; 
	background-color:transparent; 
	text-decoration:underline
}
a:active{
	color:yellow; 
	background-color:transparent; 
	text-decoration:underline
}
.alphaContainer {
	text-align: center;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	align-items: center;
}
.alphaLetter {
	padding: 1rem;
	font-size: 2rem;
	line-height: 2rem;
	border-radius: 5vw;
	background-color: #6cf;
	margin: 0.5rem 1.5rem;
	cursor: pointer;
	max-height: 3.5rem;
}
.alphaLetter:hover {
	box-shadow: 0px 0px 16px;
	color:white;
}
body{
	background-color:#4d4d4d;
	margin:0;
}
button {
	border:0.1rem solid #66ccff;
	position:relative;
	align-self:end;	
	margin:1rem;
	min-width:11rem;
	color:white;
	border-radius:0.5rem;
	font-size:2.5rem;
	line-height:1.5rem;
	font-family:'Sedgwick Ave Display';	
	cursor:pointer;
	z-index:1;
	background-color:transparent;
	overflow:hidden;
	min-height: 3.5rem;
}
button:focus, input:focus, select:focus {
	border:0.1rem solid aquamarine;
	outline: none !important;
}
button:focus {
	color:black;
	
}
button:before {
	content: '';
    width: 102%;
    height: 101%;
    position: absolute;
    left: -103%;
    top: 0;
    z-index: -1;
    background-color: #66ccff;
    -webkit-transition: 250ms;
    transition: 250ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
}
button:focus:before{
	background-color: aquamarine !important;
}
button:hover, button:active {
	color:white;
}
button:hover:before, button:active:before, button:focus:before{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.center{ text-align:center;}
code{
	font-family: Courier;
    background-color: #545454;
	color:#FBFBFB;
	padding:1rem;
	border-radius:0.5rem;    
	box-shadow: 0px 2px 5px black;
    margin: 0.5rem;
}
.com{
	color:limegreen;
}
#divLanguages{
	font-size:18pt;
	margin:4px;
	width:85%;
	height: auto;
	text-align:center;
	background-color:white;
	padding-bottom:4px;
	border:1px solid black;
	margin-left:7.5%;
	box-shadow: 0px 3px 8px #111111;
}
input, textarea, select{
	background-color:rgba(0,0,0,0);
	border:0.1rem solid #66ccff;
	min-width:18rem;
	margin:0.5rem;
	padding:0.5rem;
	color:white;
	border-radius:0.5rem;	
	font-size:1.5rem;
	line-height:1.5rem;
	font-family:'Sedgwick Ave Display';	
	min-height:2rem;
}
input[type=checkbox]{
	min-width:1rem;	
}
input[type=color]{
	padding:0.5rem;	
}
input[type=range]{	
	font-size:1rem;
	line-height:1rem;	
}
.kwd, .dec{
	color:lightcoral;
}
label{
	color: white;
	font-size: 16pt;
	margin: 6px;
}
.left{text-align:left;}
.links{
	font-size:14pt;
	opacity:0;
	box-shadow: 0px 3px 8px #111111;
	position:absolute;
	white-space:nowrap;
	padding:1em;
	margin:8px 2px;	
}
.links.transition{
	text-align:left;
	background-color:white;	
	overflow:hidden;
	opacity:1;
	position:absolute;
	display:inline-table;
}
.loginPop{
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:10vh auto;
	z-index:-1;	
	opacity:0;
	pointer-events:none;
}
.loginPop.show{
	opacity:1;
	z-index:260;	
	pointer-events:all;
}
.loginPop h1 {
	color:white;
	margin: 36px;
	font-family:"Luckiest Guy";
}
.nav-btn {
	position: absolute;
	right: 0;
	padding: 16px 36px;
	text-shadow: 0 4px 2px #111;
	font-size: 22pt;	
	font-family:'Bangers';
	z-index:500;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-content{
	-webkit-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	-moz-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	-o-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	-ms-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	transition: all .4s cubic-bezier(.43,.53,.29,1.19);
	display: none;
	text-align:left;
	font-weight:normal;
    position: absolute;
	border:1px solid #6cf;
	border-top:0 none !important;
    background-color: #6cf;
	color:white;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	margin-left:2px;
    min-width: 165px;
    box-shadow: 0px 2px 1px #111;
	z-index:400;
	max-height: calc(100vh - 32px);
	flex-direction:column;
	flex-wrap:wrap;
}
.nav-content a {
    color: white !important;
    padding: 8px 20px 8px 8px;
	font-size:22pt;
    text-decoration: none;
    display: block;
	text-shadow: 0 2px 1px #222;
	transition: all .2s linear;
}
.nav-content:hover{	
	border:1px solid white;
}
.nav-content a:hover {
	background-color: #0088cc;
	padding: 8px 12px 8px 16px;
}
.nav-content.show{
	display:flex;
	overflow:auto;
	flex-wrap: nowrap;
}
.nav-header
{
	position:fixed;
	display:inline-block;
	text-align:right;
	cursor:pointer;
	top:0;
	left:0;
	width:100%;
	height:32px;
	background-color:#6cf;
	color:white;
	z-index:400;
	font-family:'Bangers';
}
.nav-header:hover{
	border-bottom:1px solid white;
}
.nav-btn:hover, .nav-login:hover {
	font-size:36pt;
	padding:2px 24px;	
	text-shadow: 0 4px 2px #111;
}
.nav-header:hover .nav-content{	
	border:1px solid white;
}

.nav-login {
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	padding: 16px 36px;
	text-shadow: 0 2px 2px #111;
	font-size: 22pt;	
	font-family:'Bangers';
	z-index:500;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-title {
	position: absolute;
	left: 0;
	font-size:36pt;
	padding:2px 24px;	
	text-shadow: 0 4px 2px #111;	
	font-family:'Bangers';
	z-index:500;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;	
}
.nav-title.hide{
	opacity:0;
	
}

.nav-header:hover > .nav-title.hide {
	opacity:1;
}
#popupBackground {
	background-color:#000;
	display:none;
	opacity: 0.8;
	position:fixed;
	z-index: 395;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	}
pre {
	color:#FBFBFB;
	font-size:1.2rem;
	font-family: Bangers;
}


.pun, .pln{
	color:#303336;
}
.select::after {
	content: '';
	border-left: .6rem solid transparent;
	border-right: .6rem solid transparent;
	border-top: 0.6rem solid #66ccff;
	height: 0;
	margin-top: 3rem;
	position: absolute;
	right: 2rem;
	width: 0;
	z-index: 110;
	pointer-events: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.show{
	display:block;
	-webkit-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	-moz-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	-o-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	-ms-transition: transform .4s cubic-bezier(.43,.53,.29,1.19);
	transition: all .4s cubic-bezier(.43,.53,.29,1.19);
}
.str, .lit, .tag{
	color:#6cf;
}
table{
	width:85%;
	border-spacing:0px;
	margin-bottom:4px;
	margin-top:20px;
}
#tbl1{
	font-size:18pt;
}
.tdc{text-align:center;}
.tdl{text-align:left;}
.tdr{text-align:right;}
th{
	color:white;
	font-size:16pt;
	width:50%;
}
.transition{
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.typ{
	color:hotpink;
}
ul{
	padding-left:10px;
}
.ulMain{
	list-style-type:none;
	padding:0;
}

@media (max-width: 444px) {
	.nav-title, .nav-btn, .nav-login{
		padding: 16px;
		font-size: 22pt;
	}
	
	.nav-content.show + .nav-title{
		opacity:0;
	}
}

