.logo {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.logo-bigscreen {
  display: none;
}

.undertitle {
  margin: 25px auto;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .logo-smallscreen {
    display: none;
  }
  .logo-bigscreen {
    display: block;
  }
}
.footer_text {
  text-align: center;
  color: #050e10;
}

footer {
  background-color: #D28F1C;
  padding: 5px 0;
}

.link {
  color: #1D535E;
}

.link:hover,
.link:focus {
  color: #d1a11b;
}

.kontakt_kontejner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kontakt_card {
  display: inline-block;
  background-color: #0E292F;
  border: 2px solid #0E292F;
  border-radius: 20px;
  padding: 50px;
  margin: 20px 0;
  text-align: center;
  min-width: 100%;
}

.kontakt_item {
  display: flex;
  justify-content: left;
  align-items: center;
}

.kontakt_ikona {
  display: inline-block;
  max-width: 50px;
  padding: 10px;
}

.kontakt_sockybox {
  display: flex;
  justify-content: center;
}

.kontakt_socky {
  list-style: none;
  padding: 0;
}

.nadpis-kontakt {
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .kontakt_kontejner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
  }
  .kontakt_card {
    max-width: 100%;
  }
}
.okapele_fotka {
  max-width: 100%;
  padding: 20px;
  display: none;
}

@media screen and (min-width: 1000px) {
  .okapele_konteiner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .okapele_fotka {
    display: block;
  }
}
.okapele_clen {
  border: 1px solid #0E292F;
  background-color: #0E292F;
  border-radius: 5px;
  padding: 5px;
}

.okapele_clenstvo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 20px;
}

.okapele_clenotext {
  text-align: center;
}

.okapele_clenofotka {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .okapele_clenstvo {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .okapele_clenstvo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.novinky_booklet {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 0;
}

@media screen and (min-width: 700px) {
  .novinky_booklet {
    max-width: 60%;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .novinky_kontejner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .novinky_booklet {
    max-width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1100px) {
  .novinky_kontejner {
    grid-template-columns: 1fr 1fr;
  }
}
.fotky_kontejner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fotky_image {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}

.fotky_image:hover,
.fotky_image:focus {
  transform: translate(-1px, -1px);
}

.fotky_image:active {
  transform: translate(0, 0);
}

@media screen and (min-width: 1000px) {
  .fotky_kontejner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
body {
  font-family: Urbanist, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.okapele_clenotext-smaller {
  font-size: 14px;
}

.nadpis {
  font-family: Poiret One, Arial, Helvetica, sans-serif;
  font-size: 30px;
  padding-bottom: 10px;
}

.line_height-2 {
  line-height: 2;
}

.cursive {
  font-style: oblique;
}

.font_light {
  font-weight: 400;
}

.font_bold {
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 18px;
  }
  .okapele_clenotext-smaller {
    font-size: 14px;
  }
  .nadpis {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 20px;
  }
  .okapele_clenotext-smaller {
    font-size: 16px;
  }
}
.menu-klasik {
  display: none;
}

.menu-ham {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: sticky;
  top: 0;
  background-color: #1D535E;
  z-index: 100;
}

.menu_socky {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 10px;
  margin: 0;
  flex: 1;
}

.menu_hambox {
  padding-left: 10px;
}

.menu_hamburger {
  height: 40px;
  width: 40px;
  margin-right: auto;
  position: relative;
}

.menu-off-screen {
  background-color: #1D535E;
  height: 100vh;
  width: 100%;
  max-width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  transition: 0.3s ease;
}

.menu_sekce-ham {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  list-style: none;
  padding-right: 30px;
  padding-top: 30px;
}

.menu-off-screen.active {
  left: 0;
}

.menu_hamburger span {
  height: 5px;
  width: 100%;
  background-color: #050e10;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}

.menu_hamburger span:nth-child(1) {
  top: 25%;
}

.menu_hamburger span:nth-child(3) {
  top: 75%;
}

.menu_hamburger.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.menu_hamburger.active span:nth-child(2) {
  opacity: 0;
}

.menu_hamburger.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.menu_hamburger.hover span {
  background-color: #d1a11b;
}

.menu_link {
  display: inline-block;
  text-decoration: none;
  color: #050e10;
}

.menu_link:hover,
.menu_link:focus {
  color: #d1a11b;
}

.menu_item {
  display: inline-block;
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
}

.menu_item-ham {
  font-size: 20px;
  margin: 0;
  padding: 10px;
}

.menu_ikona {
  display: inline-block;
  max-width: 30px;
  transition: 0.3s ease;
}

.menu_ikona:hover,
.menu_ikona:focus {
  transform: translate(-1px, -1px);
}

.menu_ikona:active {
  transform: translate(0, 0);
}

@media screen and (min-width: 1000px) {
  .menu-ham {
    display: none;
  }
  .menu-klasik {
    background-color: #1D535E;
    display: grid;
    grid-template-columns: 4fr 1fr;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .menu_sekce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    flex: 1;
  }
}
.koncerty_koncert {
  border: 1px solid #0E292F;
  background-color: #0E292F;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 410px) {
  .koncerty_kontejner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 30px;
    max-width: 100vw;
  }
  .koncerty_koncert {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .koncerty_kontejner {
    gap: 20px;
  }
  .koncerty_koncert {
    padding: 20px;
  }
}
@media screen and (min-width: 700px) {
  .koncerty_kontejner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, ::before, ::after {
  box-sizing: inherit;
}

body {
  background-color: #050e10;
  color: #d1ebf0;
  width: 100vw;
  margin: 0 auto;
  max-width: 1800px;
}

.body_kontejner {
  margin: 0 auto;
  padding: 20px;
  max-width: 1400px;
}

section {
  padding: 30px 0;
}

@media screen and (min-width: 1000px) {
  .body_kontejner {
    padding: 20px 50px;
  }
}/*# sourceMappingURL=style.css.map */