/* Color pallete: */
/* black  */
/* rgb(22, 156, 8) */
/* rgb(16, 122, 5) */
/* rgb(32,194,14) */

@keyframes splashbob {
    50%{transform: scale(1.2);}
}
.glow1{
  text-shadow: 0 0 30px rgb(32,194,14);
}
body {
  background-image: url("background.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  height: 100%;
}
.mainContainer{
    /* border: solid black 2px; */
    margin: 0px;
    padding: 0px;
    height: 500px;
    border-radius: 40px;
    background-color: black;
    opacity: 90%;
    /* filter: blur(4px); */
    box-shadow: 0 0 30px rgb(32,194,14);
}
.titleContainer{
  /* border: solid black 2px; */
  margin: 0px;
  padding: 10px;
  width: fit-content;
  /* height: 250px; */
  border-radius: 40px;
  background-color: black;
  opacity: 90%;
  box-shadow: 0 0 30px rgb(32,194,14);
  color: rgb(32,194,14);
}
.navbar{
    /* border: solid black 2px; */
    
    margin: 0px ;
    padding: 10px;
    text-align: center;
    width: auto;
    position: fixed;
    left: -100px;
    background-color: rgb(121, 0, 0);
    border-radius: 0% 20px 20px 0%;
    transition: all 1s;
    color: rgb(121, 0, 0);

}
.navbar:hover{
    left: -2px;
    color: black;
}
.navbarTop{
    margin-top: auto;
    box-shadow: 0 0 30px rgb(32,194,14);
    height: 40px; ;
    opacity: 90%;
    max-width: fit-content;
    margin: 0px ;
    /* margin-bottom: 10px; */
    padding: 10px;
    text-align: center;
    width: auto;
    border-radius: 20px;
    background-color: black ;
    color: black;
}
.header{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 0px;
    font-size: 4em;
    margin: 0px;
    color: rgb(32,194,14);
    text-shadow: 0 0 30px rgb(32,194,14);
}
.header2{
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin:0px;
  font-size: 2em;
  color: rgb(32,194,14);
  text-shadow: 0 0 30px rgb(32,194,14);
}
.splashtext{
    text-align: center;
    margin-top: 0px;
    font-family: 'Comic Sans MS';
    font-size: 1em;
    animation: splashbob 3s infinite both linear;
    
}
.refText{
    text-align: center;
    margin-top: 0px;
    font-family: 'Comic Sans MS';
    font-size: 1em;
    animation: splashbob 3s infinite both linear;
    
}
.navlink{
    display: inline;
    margin-left: 0px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(32,194,14);
    text-shadow: 0 0 30px rgb(32,194,14);
}
.navlinkTop{
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    color: rgb(32,194,14);
    text-shadow: 0 0 30px rgb(32,194,14);
}
.navlink:hover{
    color: white;
}
.centerX {
    margin: 0;
    position: absolute;
    
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.centerY {
    margin: 0;
    position: absolute;
    top: 50%;
    
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.centerFlex{
    display: flex;
    justify-content: center;
}
.centerFlexY{
  display: flex;
  align-items: center;
}    
.headcontainer{
    /* border: solid black 2px; */
    padding: 0px;
    
}
.titleSetContainer{
    text-align: center;
    
}
#titleSetInput{
  border-radius: 5px;
  border-style: none;
  margin-right: 10px;
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
}
#titleSetButton{
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
  border-radius: 5px;
  background-color: rgb(22, 156, 8);
  
}
#titleSetButton:hover{
  background-color: rgb(16, 122, 5);
}

#favSetInput{
  border-radius: 5px;
  border-style: none;
  margin-right: 10px;
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
}
#favSetButton{
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
  border-radius: 5px;
  background-color: rgb(22, 156, 8);
}
#favSetButton:hover{
  background-color: rgb(16, 122, 5);
}
.myInput{
  
  border-radius: 5px;
  border-style: none;
  margin-right: 10px;
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
  
}
.myButton{
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
  border-radius: 5px;
  background-color: rgb(22, 156, 8);
  /* opacity: 100%; */
  
  
}
.myButton:hover{
  background-color: rgb(16, 122, 5);
  
}
.myP{
  font-size: 1.3em;
  font-family: arial;
  color: rgb(32,194,14);
  /* text-shadow: 0 10px 30px rgb(32,194,14); */
}
#presetLabel{
  font-size: 1.3em;
  font-family: arial;
}
.presetButton{
  font-size: 1em;
}
#gameFrame{
  border: none;
  margin: 0px;
  padding: 0px;
}
.actualNav{
  position: sticky;
  top: -40px;
  margin: auto;
  margin-bottom: -20px;
  text-align: center !important;
  /* max-width: 520px; */
  transition: all 0.5s;
  
  
}
.actualNav:hover{
  top: 0px;
}
.longMain{
  height: 100%;
}
.withBorder{
  border-style: solid;
  border-color: black;
  margin-bottom: 0px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gameButton{
  font-size: 1.2em;
  border-style: solid;
  border-color: black;
  border-radius: 5px;
  background-color: rgb(22, 156, 8);
  margin: 0.25%;    
}
.gameButton:hover{
  background-color: rgb(16, 122, 5);
}
#searchInput{
  border-radius: 5px;
  border-style: none;
  margin-right: 10px;
  font-size: 1.3em;
  border-style: solid;
  border-color: black;
}
#statDiv{
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
#abCloakCB{
  
  width: 20px;
  height: 20px;
  
  
} 
#abCloakLabel{
  font-size: 1.3em;
  font-family: arial;
  margin-left: 1px;
  margin-top: auto;
  color: rgb(32,194,14);
  text-shadow: 0 0 30px rgb(32,194,14);
  margin-bottom: auto;
}
.commitDiv{
  color:rgb(32,194,14);
  font-family: arial;
  margin: 20px;
}
.todoP{
  color:rgb(32,194,14);
  font-size: 1.5em;
  font-family: arial;

}
