.main_body {
  background-image: url("../images/uvodni_foto.jpg");
  background-size: 1200px;
}

.main_logo_img {
  display: block;
  width: 300px;
  margin: auto;
}

.main_menu {
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0;
  justify-content: space-between;
}

.main_menu_link {
  text-decoration: none;
  color: black;
  line-height: 2;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 10px;
}

.main_o_mne,
.main_spolecenske_odevy,
.main_historicke_kostymy,
.main_jak_pracuji,
.main_kontakt {
  --c: #8cbdbf;
  background-image: conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, rgba(0, 0, 0, 0) 0), conic-gradient(from -135deg at 2.2em 50%, rgba(0, 0, 0, 0) 90deg, var(--c) 0);
  background-position: 0 0, 100% 0;
  background-size: 0% 200%;
  background-repeat: no-repeat;
  transition: background-size 0.8s, background-position 0s;
}

.main_o_mne:hover,
.main_spolecenske_odevy:hover,
.main_historicke_kostymy:hover,
.main_jak_pracuji:hover,
.main_kontakt:hover {
  background-size: calc(70% + 0.6em) 200%;
  background-position: 0 100%, 100% 100%;
}

.main_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 820px) {
  .main_menu {
    flex-direction: row;
    justify-content: space-around;
    width: 700px;
    height: auto;
  }
}
@media screen and (min-width: 1100px) {
  .main_logo_img {
    width: 500px;
  }
  .main_menu_link {
    font-size: 20px;
    padding: 4px 12px;
  }
  .main_menu {
    width: 900px;
  }
}
.headline_1,
.headline_2,
.text {
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
}

.headline_1 {
  font-size: 26px;
  margin: 20px 0;
}

.headline_2 {
  font-size: 20px;
  margin: 60px 0 20px;
}

.text {
  font-size: 18px;
  width: 90%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 820px) {
  .headline_1 {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1100px) {
  .headline_1 {
    margin: 50px 0;
  }
  .headline_2 {
    margin: 60px 0 30px;
  }
}
.logo {
  padding: 6% 0 4%;
  margin-bottom: 15px;
  background-image: url("/images/uvodni_foto.jpg");
  background-size: cover;
  text-align: center;
  border-bottom: 1px solid #d9ecec;
}

.logo_img {
  width: 70%;
}

.checkbox {
  position: absolute;
  left: -9999px;
}

.toggler {
  font-family: "Roboto Flex", sans-serif;
  margin: 10px;
  font-size: 18px;
}

.menu {
  font-family: "Roboto Flex", sans-serif;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: #d9ecec;
  display: none;
}

.menu_li {
  border-bottom: 1px solid white;
}

.menu_link {
  text-decoration: none;
  display: block;
  padding: 10px 30px;
  color: black;
  font-size: 18px;
}

.second_o_mne,
.second_spolecenske_odevy,
.second_historicke_kostymy,
.second_jak_pracuji,
.second_kontakt {
  --c: #8cbdbf;
  background-image: conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, rgba(0, 0, 0, 0) 0), conic-gradient(from -135deg at 2.6em 50%, rgba(0, 0, 0, 0) 90deg, var(--c) 0);
  background-position: 0 0, 100% 0;
  background-size: 0% 200%;
  background-repeat: no-repeat;
  transition: background-size 1s, background-position 0s;
}

.second_o_mne:hover,
.second_spolecenske_odevy:hover,
.second_historicke_kostymy:hover,
.second_jak_pracuji:hover,
.second_kontakt:hover {
  background-size: calc(70% + 0.6em) 200%;
  background-position: 0 100%, 100% 100%;
  color: rgb(255, 255, 255);
}

.checkbox:checked ~ .menu {
  display: block;
}

@media screen and (min-width: 820px) {
  .toggler {
    display: none;
  }
  .menu {
    display: flex;
    width: 75%;
    justify-content: space-around;
    margin: auto;
  }
  .logo_img {
    width: 50%;
  }
  .logo {
    padding: 4% 0 5%;
    margin: 0;
    border-bottom: none;
    position: relative;
  }
  .menu_li {
    border-bottom: none;
  }
  .nav {
    background-color: #d9ecec;
    opacity: 0.75;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .menu_link {
    font-size: 14px;
    padding: 10px 20px;
  }
  .second_o_mne,
.second_spolecenske_odevy,
.second_historicke_kostymy,
.second_jak_pracuji,
.second_kontakt {
    transition: background-size 0.8s;
  }
}
@media screen and (min-width: 1100px) {
  .logo_img {
    width: 30%;
  }
  .logo {
    padding: 4% 0 5%;
  }
  .menu {
    width: 60%;
  }
}
.footer {
  background-color: #d9ecec;
  font-family: "Roboto Flex", sans-serif;
  padding: 15px;
}

.footer_link {
  list-style: none;
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding: 2px 8px;
}

.link_facebook,
.link_instagram {
  --c: #8cbdbf;
  background-image: conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, rgba(0, 0, 0, 0) 0), conic-gradient(from -135deg at 2.6em 50%, rgba(0, 0, 0, 0) 90deg, var(--c) 0);
  background-position: 0 0, 100% 0;
  background-size: 0% 200%;
  background-repeat: no-repeat;
  transition: background-size 0.8s, background-position 0s;
}

.link_facebook:hover,
.link_instagram:hover {
  background-size: calc(70% + 0.6em) 200%;
  background-position: 0 100%, 100% 100%;
  color: rgb(255, 255, 255);
}

.footer_flex {
  display: flex;
  justify-content: space-evenly;
}

.footer_text {
  margin: 0;
  color: white;
}

.footer_text_name {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 12px;
  color: #9d9d9d;
}

@media screen and (min-width: 820px) {
  .footer_link {
    font-size: 14px;
  }
  .footer_flex {
    width: 30%;
    margin: auto;
  }
}
body {
  margin: 0;
  box-sizing: border-box;
}

.flex_images {
  display: flex;
  flex-direction: column;
  margin: 5px;
}

.foto {
  width: 90%;
  padding: 2.5px 5px;
  margin: auto;
}

.foto_omne,
.foto_prace {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.foto_david,
.foto_prace_1 {
  width: 60%;
}

.section_1::after,
.section_2::after,
.david_kontakt::after {
  display: block;
  content: "";
  background-color: #d9ecec;
  height: 1px;
  width: 80%;
  margin: auto;
  margin-top: 60px;
}

.box_kontakt {
  margin: 100px 100px 200px;
}

.david_kontakt,
.livia_kontakt {
  position: relative;
}

@media screen and (min-width: 820px) {
  .foto {
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .flex_images {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .foto {
    width: 28%;
  }
  .flex_omne {
    width: 80%;
    display: flex;
    margin: auto;
  }
  .text_omne {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .flex_prace {
    width: 90%;
    display: flex;
    margin: auto;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .text_prace {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section_1,
.section_2,
.section_3 {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */