@charset "UTF-8";
.main-body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  letter-spacing: 0.5px;
}

.second-body {
  margin: 0;
  padding: 0;
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.content-header__cv {
  color: whitesmoke;
  font-size: 30px;
  padding: 10px;
  margin: 0;
  font-weight: 200;
  font-family: "Elms Sans", sans-serif;
}

.content-header__name1 {
  color: whitesmoke;
  padding: 10px 10px 10px 10px;
  margin: 30px 0 0 0;
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  padding-right: 50%;
}
@media screen and (min-width: 800px) {
  .content-header__name1 {
    font-size: 60px;
    padding-left: 8%;
    text-align: left;
    padding-right: 0;
  }
}

.content-header__name2 {
  color: whitesmoke;
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 0;
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  text-align: center;
  padding-left: 0;
}
@media screen and (min-width: 800px) {
  .content-header__name2 {
    font-size: 120px;
  }
}

.background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* důležité – video bude ZA textem */
  -o-object-fit: cover;
     object-fit: cover; /* vyplní celé okno bez deformace */
}

.content-header {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 200px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 200px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.content-header__text {
  padding-bottom: 50px;
}
@media screen and (min-width: 800px) {
  .content-header {
    height: 600px;
    width: 700px;
    top: 320px;
  }
}

.content-header__link {
  background-color: rgb(225, 187, 89);
  color: black;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 800px) {
  .content-header__link {
    font-size: 26px;
  }
}

@media screen and (min-width: 800px) {
  .second-body {
    font-size: 20px;
    line-height: 1.2;
  }
}

.lista {
  display: flex;
  justify-content: space-between;
  background-color: white;
  align-items: first baseline;
  margin-bottom: 0;
}
.lista__name {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  padding-left: 10px;
  font-size: 25px;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  .lista__name {
    font-size: 50px;
    padding-left: 30px;
  }
}
.lista__back {
  padding-right: 10px;
}
.lista__link {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  padding-left: 15px;
  background-image: url(/images/arrow-right-310628_640.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right;
  padding-right: 25px;
}
@media screen and (min-width: 800px) {
  .lista__link {
    font-size: 22px;
    background-size: 50px;
    padding-right: 60px;
    background-position: right;
  }
}

.menu {
  background-color: #081d69;
  margin: 0;
  background-attachment: scroll;
}
.menu__content {
  margin: 0;
  padding: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  list-style: none;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .menu__content {
    font-size: 20px;
  }
}
.menu__link-box {
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .menu__link-box {
    padding: 0 25px;
  }
}
.menu__link {
  text-decoration: none;
  color: whitesmoke;
}

.mainbox {
  padding: 0 20px;
  max-width: 600px;
  margin: 30px auto;
}
@media screen and (min-width: 600px) {
  .mainbox {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 900px) {
  .mainbox {
    max-width: 1200px;
    gap: 40px;
  }
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .contact {
    justify-content: flex-start;
  }
}
.contact__infobox {
  text-align: center;
  line-height: 30px;
}
.contact__header {
  padding: 20px;
}

.photo {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.photo__box {
  align-items: center;
  justify-content: center;
}
.photo__img {
  height: 400px;
}
.photo__img2 {
  width: 300px;
}
@media screen and (min-width: 600px) {
  .photo__img2 {
    width: 550px;
  }
}
@media screen and (min-width: 800px) {
  .photo__img2 {
    width: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .photo__img2 {
    width: 1000px;
  }
}

.photo {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.photo__box {
  align-items: center;
  justify-content: center;
}
.photo__img {
  height: 400px;
}
.photo__img2 {
  width: 300px;
}
@media screen and (min-width: 600px) {
  .photo__img2 {
    width: 550px;
  }
}
@media screen and (min-width: 800px) {
  .photo__img2 {
    width: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .photo__img2 {
    width: 1000px;
  }
}
.photo__header {
  color: rgb(163, 135, 66);
}
.photo__caption {
  margin: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 500px;
}

.photo1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .photo1 {
    grid-column: 1/3;
  }
}
.photo1__box {
  align-items: center;
  justify-content: center;
}
.photo1__img {
  width: 300px;
}
@media screen and (min-width: 600px) {
  .photo1__img {
    width: 550px;
  }
}
@media screen and (min-width: 800px) {
  .photo1__img {
    width: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .photo1__img {
    width: 800px;
  }
}
.photo1__header {
  color: rgb(163, 135, 66);
}
.photo1__caption {
  margin: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 500px;
}

.druhysloupec {
  padding-left: 5px;
}

.table__box {
  padding-bottom: 25px;
  padding-left: 10px;
}

@media screen and (min-width: 600px) {
  .knowledge {
    grid-column: 1/3;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .knowledge {
    grid-column: 1/2;
    margin: 0;
  }
}

.interests__img1 {
  float: right;
  width: 200px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .interests__img1 {
    padding: 0 20px 10px 20px;
  }
}
.interests__img2 {
  float: left;
  height: 250px;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .interests {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1000px) {
  .interests {
    grid-column: 2/3;
  }
}

.mywork {
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .mywork {
    grid-column: 1/3;
  }
}

.footer {
  background-color: #081d69;
}
.footer__text {
  margin: 0;
  color: whitesmoke;
  text-align: center;
  padding: 10px;
}/*# sourceMappingURL=style.css.map */