html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: Calibri;
  background: #141414;
  color: rgb(224, 224, 224);
}

fieldset {
  border: #5b9241 2px solid;
  background: black;
  border-radius: 10px;
}

a {
  color: #5b9241;
  text-decoration: none;
  font-weight: 1000;
}

.open-screen {
  background: black;
  width: 150px;
  height: 150px;
  font-size: 30px;
  border: #5b9241 2px solid;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s;
}

.open-screen:hover {
  border:#90c564 2px solid;
  color: #90c564;
}

@font-face {
  font-family: Montserrat;
  src: url("img/Montserrat-SemiBold.otf");
}

@font-face {
  font-family: KG;
  src: url("img/KGWhattheTeacherWants.ttf");
}

@font-face {
  font-family: ELM;
  src: url("img/ElegantLux-Mager2.otf");
}

@font-face {
  font-family: SW;
  src: url(Starjedi.ttf);
}

.screen {
  font:Verdana, Geneva, sans-serif;
  font-size:18px;
  text-align:left;
  background-color:#0F0;
  height:50px;
  display: table;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}

.songs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.songs-list li {
  cursor: pointer;
}

.songs-list li:hover {
  cursor: pointer;
  background: #5b9241;
}

.song-verses {
  cursor: pointer;
}

.song-verses:hover {
  background: #5b9241;
}

.song-verses::first-letter {
  initial-letter: 2;
}

.song-schedule:hover {
  background: #90c564;
}

.screen-text {
  position: relative;
  top: 50%; /* 29%? 39%? classic: 50% starter: 30% (do 5 linijek) */
  transform: translateY(-50%);
  text-align: center;
  font-size: 60px;
  line-height: 120px;
}

#lyrics .screen-logo {
  max-width: 100px;
}

.screen-text-Montserrat { font-family: Montserrat }
.screen-text-ELM { font-family: ELM }
.screen-text-KG { font-family: KG }

.screen-text-bl { color: black; text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white; }
.screen-text-bl span { background: none; }

.screen-text-wh { color: white; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; }
.screen-text-wh span { background: none; }

.screen-text-blBG { color: black; text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white; }
.screen-text-blBG span { background: white; }

.screen-text-whBG { color: white; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; }
.screen-text-whBG span { background: black; }

#shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

#media-controls > button {
  background: #5b9241;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px;
  margin: 1px;
  cursor: pointer;

  &:hover {
    background: #90c564;
  }
}
