body {
  background-color: #000000;
  color: rgb(0, 255, 55);
}
#landing-section {
  background-image: url("../images/lp-history-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-history {
  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);
}
#section-history {
  width: 85%;
  margin: auto;
}
p {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 2rem;
  text-align: center;
}
#section-members,
#section-robert {
  width: 80%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.member-photo {
  width: 100%;
}
#zkraceni {
  width: 80%;
  margin: auto;
}
/* "members" napis*/
h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-align: center;
}
h3 {
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1rem;
}
h4 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: white;
  margin-top: 1rem;
}
article {
  margin-bottom: 4rem;
}
li {
  font-size: 1.3rem;
  text-align: center;
  color: white;
}
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
@media (min-width: 768px) {
  #landing-section {
    background-image: url("../images/lp-history-tab.jpg");
  }
  #nadpis-history {
    font-size: 3rem;
  }
  #article-popis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  #section-robert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: auto;
    align-items: center;
  }
  #robert-photo {
    width: 20rem;
  }
  #section-members {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
    margin: auto;
    align-items: center;
    margin-top: 3rem;
  }
  .members-cards {
    width: 90%;
    margin: auto;
    margin-top: 0;
  }
  p {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 2rem;
    text-align: center;
  }
  footer {
    margin-top: 6rem;
  }
}

@media (min-width: 1308px) {
  #landing-section {
    background-image: url("../images/lp-history-pc.jpg");
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.4rem;
    margin: 0.4rem;
  }
  #section-robert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin: auto;
    align-items: center;
  }
  #robert-photo {
    width: 25rem;
  }
  #section-members {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
    margin: auto;
    align-items: center;
    margin-top: 3rem;
  }
  .members-cards {
    width: 80%;
    margin: auto;
    margin-top: 0;
  }
}
