body {
  background-color: #000000;
  color: rgb(0, 255, 55);
}
#landing-section {
  background-image: url("../images/lp-live-telefon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  text-align: center;
}
#nadpis-live {
  text-align: center;
  font-size: 2rem;
  padding-top: 4rem;
  text-shadow:
    0px 0px 7px rgb(0, 0, 0),
    0px 0px 7px rgb(0, 0, 0),
    0px 0px 7px rgb(0, 0, 0),
    0px 0px 7px rgb(0, 0, 0);
}
#live-shows {
  width: 80%;
  margin: auto;
  text-align: center;
  font-weight: 600;
}
#history {
  margin-top: 2rem;
  color: white;
  margin-bottom: 10rem;
}

/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/

@media (min-width: 1008px) {
  #landing-section {
    background-image: url("../images/lp-live-pc.jpg");
  }
  #live-shows {
    margin-top: 2rem;
  }
  #nadpis-live {
    font-size: 4rem;
  }
}
