body {
  overflow: hidden;
  color: #000;
  background-color: #add8e6;
}

.text {
  color:white; 
  font-size:20px;
}

.slidersmall {
  overflow: hidden;
  width: 50%;
}
span{
  z-index: 1;
}
.table{
  margin-left: auto;
  margin-right: auto;
}

#copyright {
  bottom: 0;
  font-size: x-small;
}

p {
  color: whitesmoke;
  zoom: 1.2;
}

button {
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid whitesmoke;
  background-color: transparent;
  color: whitesmoke;
  font-size: 1.5em;
}
.hr1{
width: 10%;
border: none;
border-top: dotted;
color: white;
border-width: 10px;

}
/*MENIU*/
.overlay {
  height: 125%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*ANIMATED TEXT BEFORE START OF LEVEL*/
.animated-box {
  font-weight:bold;
  text-align:center;
  -webkit-animation:fontbulger 2s infinite;
  -moz-animation:fontbulger 2s infinite;
  -o-animation:fontbulger 2s infinite;
  animation:fontbulger 2s infinite;
}

@-webkit-keyframes fontbulger  {
  0%, 100% {
     font-size:40px;
  }
  
  50% {
     font-size:60px;
  }

}

@-moz-keyframes fontbulger  {
  0%, 100% {
     font-size:40px;
  }
  
  50% {
     font-size:60px;
  }

}

@-o-keyframes fontbulger  {
  0%, 100% {
     font-size:40px;
  }
  
  50% {
     font-size:60px;
  }

}

@keyframes fontbulger  {
  0%, 100% {
     font-size:40px;
  }
  
  50% {
     font-size:60px;
  }

}
