/* Created on Oct 23, 2018 5:27:40 PM */

@font-face {
    font-family: 'Emoticons';
    src: url('fonts/Emoticons-DJ9m.eot');
    src: url('fonts/Emoticons-DJ9m.eot?#iefix') format('embedded-opentype'),
         url('fonts/Emoticons-DJ9m.woff2') format('woff2'),
         url('fonts/Emoticons-DJ9m.woff') format('woff'),
         url('fonts/Emoticons-DJ9m.ttf')  format('truetype'),
         url('fonts/Emoticons-DJ9m.svg#Emoticons') format('svg');
}

@font-face {
    font-family: 'Retromoticons';
    src: url('fonts/Retromoticons-RPLv.eot');
    src: url('fonts/Retromoticons-RPLv.eot?#iefix') format('embedded-opentype'),
         url('fonts/Retromoticons-RPLv.woff2') format('woff2'),
         url('fonts/Retromoticons-RPLv.woff') format('woff'),
         url('fonts/Retromoticons-RPLv.ttf')  format('truetype'),
         url('fonts/Retromoticons-RPLv.svg#Retromoticons') format('svg');
}


* {
   margin: 0px;
   padding: 0px;
}


html {
scrollbar-color:gray darkgray;
z-index:5;
overflow-x:hidden;
}

body::-webkit-scrollbar{
color:gray;
background-color:black;
outline:1px solid slategray;
width:.8em;
z-index:10;
}

body::-webkit-scrollbar-track{
color:gray;
}

body::-webkit-scrollbar-thumb{
background-color:lightslategray;
outline:1px solid white;

}

.bigsinwin::-webkit-scrollbar{
color:gray;
background-color:black;
outline:2px solid slategray;
width:.8vw;
z-index:10;
}

.bigsinwin::-webkit-scrollbar-track{
color:gray;
}

.bigsinwin::-webkit-scrollbar-thumb{
background-color:lightslategray;
outline:1px solid white;

}

.oldbackground{ background-color: #21618c;}

A {text-decoration: none;
cursor:pointer;
color:red;
font-weight:bold;
user-select:none;}

body {background-color: #00BFFF;  
    color: #221811;
    font-family: Courier New;
    width:100vw;
	height:100%;
	max-width:100vw;
    margin-left:5px;
	margin-top:3px;
    margin: 0 !important;
    padding: 0 !important;
	z-index:1;
    
}
body a:link {
  color: red !important;
  font-weight:bold !important;
  }
  
body a:visited {
  color: red !important;
  font-weight:bold !important;
  }
  
body a:hover  {
  color: gray !important;
  font-weight:bold !important;
  }     


  
div.frame a:link {
  color: maroon;
  }
  
div.frame a:visited {
  color: maroon;
  }
  
div.frame a:hover  {
  color: red;
  }       
  
.frame { font-size:.5em;}  
     
     

header {
    background-color: #21618c;
    color: #9e2001;
    background-repeat: no-repeat;
    position: fixed;
}

fieldset	{	
width:95%;
border: 2px solid white;
}

table	{
	margin: 30px;
	}

/*td	{	border: 1px solid rgb(0,0,170); } */


p {
  padding-left:5%;
  float:left;
  align:center;
  display:block;
  width: 100%;
  }




label {
    
    /* positions the label text */
    text-align: left;
    display: block;
}



/* only the submit button is matched by this selector,
   but to be sure you could use an id or class for that button */



nav {
  padding-left:0;
  list-style-type: none;
  width:225px;
  text-align:left;
  padding-bottom:4px;
  padding-top:0px;
  float:left;
  position:fixed;
  font-size:.98vw;
  font-weight:bold;
  height:auto;
  max-height:50%;
  top:0%;
  margin-left:10px;
}
    
nav ol {
  padding-left:0em;
  list-style-type: none;
  }
  
.navNormal {
width:14%;
}

.hideActive{
display:none;
}

.mainSmall{
width:85%;
left:15%;
}
.mainLarge{
width:98%;	
left:2%;
}


#external {
  border-top:2px solid;
  padding-top:10px;
  }
  
  #wrapper {	max-width:90%;
    border:4px solid rgb(0,102,153);
		padding:20px;
		margin: 0 auto;
	} 

.explorewrap {
margin:0px;
cell-padding:0px;
display:inline;
position:fixed;
top:0%;
left:0%;
}

a.map{
	height:50px;
	max-width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:0;
}   
iframe{
    border-width: 0px;
	z-index:0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.textleft {
  display: block;
  text-align:left;
  }

.meter { 
	height: 20px;  /* Can be anything */
	position: relative;
	background: #555;
	padding: 1px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}  

.emoticons{
	 font-family: Emoticons;
    font-size: 4em;
    color: black;
}

.retro{ font-family: Retromoticons;
    font-size: 4em;
    color: black;
} 

.mastery{ font-family: Webdings;} 

.meter > span {
  display: block;
  height: 100%;
 
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  } 
  
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
   z-index: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  left:200;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  transparent:0;
   z-index: 1;
}



/* Percent bar for QuizMaster */
#quizprog {
  background-color: black;
  text-align:center;
  padding: 1px;
  height: 500px;
  position:fixed;
  right:20%;
}


#quizprogcolor {
  background-color: yellow;
  width: 15px;
  }


/* Percent bars background */
#progress {
  background-color: black;
  text-align:left;
  padding: 1px;
  width: 100%;
  height:2vh;
  color:black;
  font-weight:bold;
  margin-bottom:3px;
}


#progressblue {
  background-color: blue;
  height:2vh;
  }
  
  #progressgreen {
  background-color: green;
  height:2vh;
  
  }
  
 

#progressyellow {
  background-color: yellow;
  height:2vh;
   
  }
  
#redBar {
background-color: red;
height:2vh;
}

#whiteBar {
background-color: white;
height: 5px;
}

#blackBar {
background-color: black;
height: 5px;
}
#whiteBack {
  background-color: white;
  text-align:center;
  
  padding: 1px;
  width: 100%;
  
}


#maroonBar {
background-color: maroon;
height: 5px;
}

#orangeBar {
background-color: orange;
height: 5px;
}

#pinkBar {
background-color: pink;
height: 5px;
}

#purpleBar {
background-color: purple;
height: 5px;
}


footer {
  background-color:black;
  color:white;
  position:fixed;
  bottom:0;
  left:7px;
  width:83.8%;
  height:20px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left:15%;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius:15px 15px 0 0;
  text-align:left;
  font-size:.8vw;
  margin-left:3px;
  margin-right:5px;
  font-family: Courier New;
z-index:100;
}

footer a:link {
  color: #fef6c2;
  }
  
footer a:visited {
  color: #d2b48c;
  }
  
footer a:hover  {
  color: #cc9933;
  }

.img-max{
    width:100%;
    max-width:250px;
    max-height:250px;
}

.topnav {
  border-top:2px solid #221811;
  border-bottom:2px solid #221811;
  text-align:center;
  width:50%;
  align-self: center;
  margin: auto;
  }


.border-full {
  margin: 0 auto;
  border: 1px solid #221811;
  }

.border {
  border-top: 2px solid #221811;
  }
  
/*is actually twoforty*/  
  .oneForty	{	width: 240px; 
			display: block;
			float: left;
		}
  

#chatbox {
    text-align:left;
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#fff;
    height:270px;
    width:430px;
    border:1px solid #ACD8F0;
    overflow:auto; }
  
#usermsg {
    width:395px;
    border:1px solid #ACD8F0; }
  
#submit { width: 60px; }
  
.error { color: #ff0000; }
  
#menu { padding:12.5px 25px 12.5px 25px; }
  
.welcome { float:left; }
  
.logout { float:right; }
  
.msgln { margin:0 0 2px 0; }








/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

  
 .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


.event{
	position:fixed;
  background-color:black;
  color:white;
  z-index:0;
}

div.map{
	height:550px;
	width:625px;
	max-height:550px;
	max-width:625px;
	
}
	

.container {
  padding: 16px;
  text-align: left;
  padding-left:20px;
}

.optionbtn {
  background-color: gray;
  color: black;
  padding:0px;
  font-size:1.5em;
}



.arenaMouse {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  width: 25vw; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding:15px;
  margin-right:15px;
  right:10vw;
  top:15vh;
  border-radius: 10px;
  border:1px solid white;
  font-size:1.5vh;
  font-family: Courier New;
  font-weight:bold;
  text-align:left;
}

.arenaTrain {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  width: 25vw; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding:15px;
  margin-left:150px;
  right:10vw;
  top:15vh;
  border-radius: 10px;
  border:1px solid white;
  font-size:1.5vh;
  font-family: Courier New;
  font-weight:bold;
  text-align:left;
}

.farmPop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 98; /* Sit on top */
  width: 15%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding-left:12px;
  padding-top:5px;
  padding-right:12px;
  padding-bottom:5px;
  left:18%;
  top:1.5%;
  border-radius: 10px;
  border:2px solid white;
  font-size:.9em;
  font-family: Courier New;
  font-weight:bold;
  text-align:left;
}



.navPop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  width: 16%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding-left:12px;
  padding-top:5px;
  padding-right:12px;
  padding-bottom:5px;
  left:0.5%;
  bottom:5%;
  border-radius: 10px;
  border:2px solid white;
  font-size:.9vw;
  font-family: Courier New !important;
  font-weight:bold !important;
  text-align:left;
}

.idlePop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  width: 80%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  left:17%;
  bottom:5%;
  border-radius: 10px;
  border:2px solid white;
  font-size:2.5vw;
  font-family: Courier New !important;
  font-weight:bold !important;
  text-align:left;
}



.viewPop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  width: 240px; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding-left:12px;
  padding-top:5px;
  padding-right:12px;
  padding-bottom:5px;
  left:26.5%;
  bottom:5%;
  border-radius: 10px;
  border:2px solid white;
  font-size:15px;
  font-family: Courier New !important;
  font-weight:bold;
  text-align:left;
}

.navMessage {
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  width: 15%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding-left:12px;
  padding-top:5px;
  padding-right:12px;
  padding-bottom:5px;
  left:0.5%;
  top:73%;
  border-radius: 10px;
  border:2px solid white;
  font-size:1vw;
  font-family: Courier New;
  font-weight:bold;
  text-align:left;
}

.navMiniPop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 98; /* Sit on top */
  max-width: 220px; /* Full width */
  height: auto; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding:5px;
  left:0.5%;
  bottom:5%;
  font-size:.9em;
  font-family: Courier New;
  font-weight:bold;
  text-align:left;
  border-radius: 10px;
  border:2px solid white;
}

.menubtn {
  background-color: black;
  color: red;
  padding:2%;
  font-size:3vw;
  font-weight:bold;
  border-radius: 10px;
  border:3px solid white;
  z-index:100;
}

.expPop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  width: 26%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black;
  color:white;
  padding:2.5%;
  right:30%;
  top:2.5%;
  border-radius: 10px;
  border:1px solid white;
  font-size:1.6vw;
  font-family: Courier New;
  font-weight:bold;
  text-align:left;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 50%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  overflow-x:hidden;
  background-color: black;
  color:white;
  padding: 15px;
  margin-left:18%;
  margin-top:5%; 
  border:2px solid white;
  border-radius: 20px;
}

/* Modal Content/Box */
.modal-content {
  top:10%;
  background-color: black;
  margin: 5% auto 5% auto; /* 15% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  height:auto;
  color:white;
  z-index: 99; /* Sit on top */
}
/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 35px;
  font-weight: bold;
  color: white;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



/* The side navigation menu */
#qvsMenu {
  height:97.75%;
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 15px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:0px;
  padding-right:0px;
 font-size:.9vw;
 margin-top:0px;
margin-bottom:2.25%;
border-right:0px solid white;
}

/* The navigation menu links */
#qvsMenu a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size:1.3em;
  color: red;
  transition: 0.3s;
  display:inline;
}

/* When you mouse over the navigation links, change their color */

#qvsMenu a:link {
  color: white;
  }
  
#qvsMenu a:visited {
  color: white;
  }
  
#qvsMenu a:hover  {
  color: maroon;
  }     

/* Position and style the close button (top right corner) */
#qvsMenu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 1.5em;
  margin-left: 50px;
  color:white;
}

.miniNav {
  height: 95.5%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:0px;
  padding-right:0px;
 font-size:1vw;
 margin:0px;
 }

/* The navigation menu links */
.miniNav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  color: red;
  transition: 0.3s;
  display:inline;
}

.otherSites {
  height: 95.5%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:0px;
  padding-right:0px;
 font-size:1vw;
 margin:0px;
 border-radius:0px 20px 20px 0;
}


.hedit {
  height: 95.5%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:0px;
  padding-right:0px;
 font-size:1vw;
 margin:0px;
 border-radius:0px 20px 20px 0;
}

div#hedit {
    position: fixed;
    right:0;
    top: 25px;
    width: 0;
    background: black;
	color:white;
}

div#hedit iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}




.sidemastery {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 15px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  font-size:.8em;
}


.mainsidemastery {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 15px; /* Place content 60px from the top */
  color:white;
  font-size:1vw;
  transition:0.2s;
  border-left:2px solid white;
}



.closeMast {
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 1.6em;
  margin-top:0px;
  color:white;
}

.mercMenu {
  height: 45%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  bottom: 0; /* Stay at the top */
  left: 25%;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  padding-top: 15px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  font-size:.8em;
  margin-bottom:2.25%
}


.sidemastery a {
  text-decoration: none;
  font-size: 1.2em;
  color: white;
  transition: 0.3s;
}


.sinwin {
max-width:96%;
width:auto;
height:auto;
background-color:black;
color:white;
padding:15px;
border:2px solid white;
border-radius: 20px;
position:fixed;
font-size:1vw;
z-index:1;
}



.mobsinwin {
max-width:95%;
width:auto;
height:auto;
margin-left:2.5%;
background-color:black;
color:white;
padding:15px;
border:2px solid white;
border-radius: 20px;
position:fixed;
font-size:1vw;	
}


.bigsinwin {
max-width:95%;
width:auto;
height:auto;
margin-left:3%;
background-color:black;
color:white;
padding:15px;
border:2px solid white;
border-radius: 20px;
position:relative;
font-size:1vw;
z-index:1;
}

.mobbigsinwin {
max-width:95%;
width:auto;
height:auto;
background-color:black;
color:white;
padding:15px;
margin-left:2.5%;
border:2px solid white;
border-radius: 20px;
position:relative;
font-size:1vw;
}



.global {
  display:none;
  border: 2px solid white;
  height: auto; /* 100% Full-height */
  width: 76.5%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 1%; /* Stay at the top */
  left: 18%;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  color:white;
  padding:25px;
  border-radius: 20px;
}

.helpSlider {
  border-left: 2px solid white;
   border-right: 2px solid white;
  height: 0; /* 100% Full-height */
  width: 60%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  bottom: 0%; /* Stay at the top */
  left: 20%;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:25px;
  padding-right:25px;
  margin-top:25px;
  font-size:.9vw;
  margin-bottom:2.25%;
}

.chatSlider {
  border-left: 2px solid white;
   border-right: 2px solid white;
  height: 0; /* 100% Full-height */
  width: 60%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  bottom: 0%; /* Stay at the top */
  left: 20%;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:auto;
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:25px;
  padding-right:25px;
  margin-top:15px;
  font-size:.9vw;
  margin-bottom:2%;
}

.messageSlider {
  border-left: 2px solid white;
   border-right: 2px solid white;
    border-bottom: 2px solid white;
  height: 0; /* 100% Full-height */
  width: 70%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: -1%; /* Stay at the top */
  left: 20%;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:25px;
  padding-right:25px;
  font-size:.9vw;
  margin-bottom:2.25%;
}





/* animation */
@keyframes flyer {
	0%{left:3px;top:3px;}
	25%{left:0px;top:0px;}
	50%{left:3px;top:3px;}
	75%{left:0px;top:0px;}
	100%{left:3px;top:3px;}
}

.grayback:hover{background-color:slategray;}

#settingsImg {
transition: all .7s ease-in-out 0s;
}

#settingsImg:hover{
transform:rotate(360deg);
top:1%;
}

#ani:hover{
animation: flyer 1s linear 3 alternate;
position:relative;}



.helpSliderMob {
  border-left: 2px solid white;
   border-right: 2px solid white;
  height: 0; /* 100% Full-height */
  width: 70%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  bottom: 0; /* Stay at the top */
  left: 10%;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow:hidden;
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
  padding-left:25px;
  padding-right:25px;
  margin-top:25px;
  font-size:2em;
}

.helpslider .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 2.5em;
  margin-right: 10px;
  color:white;
}

.helpslider a {
  text-decoration: none;
  font-size: 1vw;
  color: white;
  transition: 0.3s;
}


.textareasize {
	font-size:2.5em;
	hidden: true;
	background-color:transparent;
	border: none;
	resize: none;
	-ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none; 
	outline: none;
}
text.set {
	hidden: true;
	background-color:transparent;
	border: none;
	resize: none;
	-ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none; 
	outline: none;
}
	

/* This is for the pwn puzzle button*/
.typebtn {
  background-color: #ccc;
  color: black;
  padding:5px;
  font-size:1.5em;
  width:50px;
}
.typebtn:disabled {
  background-color: gray;
  color: black;
  padding:5px;
  font-size:1.5em;
  width:50px;
}




