@font-face {
  font-family: "Sneaky";
  src: url("Sneaky-LOCAL.eot");
  src: url("Sneaky-LOCAL.eot?#iefix") format("embedded-opentype"), url("Sneaky-LOCAL.woff2") format("woff2"), url("Sneaky-LOCAL.woff") format("woff"), url("Sneaky-LOCAL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rhymes";
  src: url("Rhymes-RegularText.eot");
  src: url("Rhymes-RegularText.eot?#iefix") format("embedded-opentype"), url("Rhymes-RegularText.woff2") format("woff2"), url("Rhymes-RegularText.woff") format("woff"), url("Rhymes-RegularText.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-1 {
  font-family: "Sneaky" !important;
}

.font-2 {
  font-family: "Rhymes" !important;
  letter-spacing: 0.13px;
}

.container-fluid {
  max-width: 2500px;
}

html, body {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  background: #FFFEF8;
}
@media all and (min-width: 400px) {
  html, body {
    font-size: 20px;
  }
}
@media all and (min-width: 769px) {
  html, body {
    font-size: 29px;
  }
}

body {
  font-family: "Sneaky";
}
body.menu-opened #o-vystave, body.menu-opened #o-umelci {
  transition: all 200ms;
  margin-top: 30rem;
}
@media all and (max-width: 768px) {
  body.menu-opened #o-vystave, body.menu-opened #o-umelci {
    margin-top: 42rem;
  }
}

.button, .button2 {
  display: block;
  margin: 1rem;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms;
  border: 1px solid #000;
  border-radius: 10px;
  letter-spacing: 2.6px;
  padding: 6px 12px;
}
.button:hover, .button2:hover {
  transition: all 200ms;
  cursor: pointer;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.button2 {
  border-radius: 10px;
  letter-spacing: 6px;
  padding: 9px 23px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 0.9rem;
}

p {
  font-size: 1rem;
  letter-spacing: 0.26px;
}

img {
  max-width: 100%;
}

header {
  padding: 6rem 0 3rem 0;
}

h1 {
  font-size: 1.9rem;
  letter-spacing: 5px;
  font-weight: normal;
}

h2 {
  font-size: 1.5rem;
  letter-spacing: 4px;
  font-weight: normal;
}

h3 {
  font-size: 1rem;
  letter-spacing: 2.6px;
  text-align: center;
  font-weight: normal;
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
#menu .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu .nav-container .navbar-brand {
  font-size: 1.92rem;
  color: #000;
  padding: 1rem;
  letter-spacing: 8px;
}
@media all and (max-width: 480px) {
  #menu .nav-container .navbar-brand {
    font-size: 1.5rem;
  }
}
#menu nav {
  display: none;
  justify-content: space-between;
  align-items: center;
}
#menu nav ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menu nav ul li {
  display: inline-block;
  position: relative;
  font-size: 1.92rem;
}
@media all and (max-width: 480px) {
  #menu nav ul li {
    font-size: 1.5rem;
  }
}
#menu nav ul li a {
  color: #000;
  text-decoration: none;
  transition: all 200ms;
  display: inline-block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 8px;
}
#menu nav ul li a:hover {
  transition: all 200ms;
}
#menu nav ul li::after {
  content: url(/assets/images/vlnka_cerna.png);
  vertical-align: top;
  height: 0;
  position: absolute;
  right: -45px;
  top: 3px;
}
@media all and (max-width: 900px) {
  #menu nav ul li::after {
    display: none;
  }
}
#menu nav ul li:last-child::after {
  display: none;
}
@media all and (max-width: 900px) {
  #menu nav ul li {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
  }
}
#menu nav ul.menu2 li a {
  padding-right: 15px;
  padding-left: 15px;
  text-transform: none;
}

section#o-vystave {
  transition: all 200ms;
  margin-top: 7rem;
  position: relative;
  text-align: center;
}
section#o-vystave #promo_image {
  padding: 0;
  overflow: visible;
  padding-top: 0rem;
}
section#o-vystave #promo_image img {
  width: 500px;
  height: auto;
  max-width: none;
  margin-left: -108px;
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
section#o-vystave .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section#o-vystave > .container-fluid {
  z-index: 1;
}
section#o-vystave .promo-cont {
  display: flex;
  justify-content: center;
}
section#o-vystave .promo-cont h1 {
  z-index: 2;
  position: relative;
}
section#o-vystave .promo-cont h1 br {
  margin-bottom: 1rem;
}
@media all and (min-width: 1200px) {
  section#o-vystave .promo-cont h1 br {
    margin-bottom: 0.25rem;
  }
}
section#o-vystave .promo-cont #image1 {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media all and (min-width: 1200px) {
  section#o-vystave .promo-cont #image1 {
    margin-top: -1rem;
  }
}
section#o-vystave .promo-cont .desc {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 4rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
section#o-vystave .promo-cont .desc p {
  z-index: 1;
  position: relative;
}
section#o-vystave .promo-cont #image2_cont {
  display: flex;
  align-items: flex-end;
}
section#o-vystave .promo-cont #image2_cont #image2 {
  margin-bottom: 22px;
  margin-right: 1rem;
}
section#o-vystave .promo-cont #image2_cont #image2_desc {
  font-size: 0.75rem;
  max-width: 500px;
}
@media all and (max-width: 768px) {
  section#o-vystave .promo-cont #image2_cont {
    flex-direction: column;
  }
  section#o-vystave .promo-cont #image2_cont #image2 {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  section#o-vystave .promo-cont #image2_cont #image2_desc {
    font-size: 1rem;
  }
}
section#umelci {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
section#umelci .umelci-list a {
  text-transform: uppercase;
}
section#umelci .umelec {
  margin-bottom: 2rem;
  position: relative;
}
section#umelci .umelec h4 {
  font-weight: 700;
  color: #000;
  font-size: 1.9rem;
  text-transform: uppercase;
  max-width: 180px;
  margin-bottom: 2rem;
  text-align: center;
}
section#umelci .umelec .image {
  position: absolute;
  top: -40px;
  right: 35px;
  height: auto;
}
@media all and (max-width: 900px) {
  section#umelci .umelec .image {
    width: 100px;
    top: -30px;
    right: 30px;
  }
}
section#umelci .umelec p {
  color: #000;
  margin-right: 2rem;
}
@media all and (max-width: 900px) {
  section#umelci .umelec p {
    margin-right: 0;
  }
}
section#umelci .umelec a {
  color: #000;
}
section#umelci .umelec:nth-child(3n) p {
  margin-right: 0;
}
section#umelci .umelec .works {
  margin-bottom: 3rem;
}
section#umelci .umelec .works .thumbs img {
  vertical-align: top;
  width: 100px;
  height: auto;
  margin: 2px;
}
section#umelci .umelec .works .thumbs img:hover {
  cursor: pointer;
}
section#video {
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
}
section#video video {
  max-width: 800px;
}
section#program > .container-fluid {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section#program h3 {
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
  text-transform: uppercase;
}
section#program a {
  color: #000;
}
section#program .program-2 .item {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
section#program .program-2 .item .datum, section#program .program-2 .item .title, section#program .program-2 .item .title2 {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
section#program .program-2 .item .title2 {
  font-size: 1.8rem;
}
section#program .program-2 .item .desc {
  margin-top: 1rem;
  font-weight: 400;
}
section#organizator_cont {
  color: #000;
}
section#organizator_cont > .container-fluid {
  max-width: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section#organizator_cont > .container-fluid h2 {
  margin-bottom: 2rem;
}
@media all and (min-width: 1201px) {
  section#organizator_cont > .container-fluid h2 {
    font-size: 1.2rem;
  }
}
section#organizator_cont > .container-fluid .col-xl-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
section#organizator_cont > .container-fluid .col-xl-3 p {
  font-size: 0.7rem;
}
@media all and (max-width: 1500px) {
  section#organizator_cont > .container-fluid .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
}
section#organizatori .organizator .image {
  margin-bottom: 3rem;
  min-height: 116px;
}
section#organizatori a {
  color: #000;
}
section#kontakt_cont {
  color: #000;
  padding-bottom: 1rem;
}
section#kontakt_cont .loga {
  text-align: center;
}
section#kontakt_cont .loga img {
  max-height: 4rem;
  margin: 1rem;
}
section#kontakt_cont .contact-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#kontakt_cont .contact-cont p {
  margin-bottom: 2rem;
}
section#o-umelci {
  margin-top: 1.75rem;
}
section#o-umelci .back-to-homepage {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
section#o-umelci .back-to-homepage div {
  color: #000;
  font-size: 1.9rem;
  letter-spacing: 8px;
}
section#o-umelci .back-to-homepage div:hover {
  cursor: pointer;
}
section#o-umelci .body {
  text-align: center;
}
section#o-umelci .body img {
  max-height: 90vh;
  max-width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hover-opacity {
  transition: all 200ms;
  opacity: 1;
}
.hover-opacity:hover {
  transition: all 200ms;
  opacity: 0.9;
  cursor: pointer;
  text-decoration: none;
}

.modal-header {
  padding: 0;
}
.modal-header .close {
  margin: 0;
  border-radius: 100%;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  z-index: 1;
}
.modal-header .close span {
  font-size: 2rem;
  top: -2px;
  position: absolute;
  right: 9px;
}
.modal-header .close:hover {
  cursor: pointer;
}

.modal {
  padding-right: 0;
}
.modal .modal-dialog {
  max-width: none;
  margin: 2rem;
  text-align: center;
}
.modal .modal-dialog h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.modal .modal-dialog p {
  text-align: left;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media all and (max-width: 768px) {
  .modal .modal-dialog p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .modal .modal-dialog {
    margin: 1rem;
  }
}
@media all and (max-width: 400px) {
  .modal .modal-dialog {
    margin: 0.25rem;
  }
}

.menu-toggle {
  display: block;
  cursor: pointer;
  letter-spacing: 8px;
}

.menu-toggle {
  padding-right: 1rem;
  cursor: pointer;
  font-size: 1.9rem;
}
@media all and (max-width: 480px) {
  .menu-toggle {
    font-size: 1.5rem;
  }
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: #000;
  margin: 6px auto;
  backface-visibility: hidden;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.mt-10 {
  margin-top: 10rem;
}

/*# sourceMappingURL=styles.css.map */
