@font-face {
  font-family: "mujfont";
  src: url("/web/20221201002152im_/http://bohumilmatejovsky.cz/wp-content/themes/font/DKTrashtype.ttf");
}
/*********** global styles *********/
body {
  background-image: url("../assets/backgroundWritings.png");
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgba(232, 177, 125, 0.51);
}
.container {
  margin: 90px auto 0 auto;
  color: black;
  background: radial-gradient(ellipse at top center, #e8b17d 13%, #e09752 100%);
  max-width: 1100px;
}
.navbar {
  position: fixed;
  top: 0;
  max-width: 1100px;
  z-index: 999;
}
span.anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}
.italic {
  font-style: italic;
}
strong {
  font-weight: normal;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
.copyright {
  color: white;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.texthide {
  text-indent: -1000px;
  overflow: hidden;
}
/***************  top navigation  ****************/
.navbar {
  margin: 0;
  width: 100%;
  background-color: #e8b17d;
  border-bottom: 1px solid black;
}
.navbar .brand {
  width: 490px;
  height: 90px;
  background: url("../assets/logo.png") center no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0 10px;
  text-indent: -1500px;
  overflow: hidden;
}
.navbar .brand h1 {
  display: none;
}
.navbar .brand .brand__main {
  margin: 10px 0;
  font-weight: bold;
  display: block;
  line-height: 40px;
}
.navbar .brand .sub {
  font-size: 0.5em;
  line-height: 10px;
  font-weight: bold;
}
.navbar .nav li {
  padding: 0;
  display: inline-block;
}
.navbar .nav li a {
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-shadow: none;
  display: inline-block;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
.navbar .nav li a:hover {
  background-color: white;
  text-decoration: none;
}
.navbar .nav li ul.sub-menu {
  display: none;
  border-top: 2px solid white;
  position: absolute;
  margin: 0;
  z-index: 999;
  left: 0;
}
.navbar .nav li ul.sub-menu li {
  font-size: 0.8em;
  border-bottom: 2px solid white;
  background: #e8b17d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar .nav li ul.sub-menu li a {
  display: block;
  padding: 6px;
}
.navbar .nav li ul.sub-menu li:hover {
  background-color: white;
}
.navbar .nav li:hover ul.sub-menu {
  display: block;
}
.navbar .nav li:hover ul.sub-menu li {
  display: block;
}
.current-menu-item,
.current-menu-parent {
  background-color: white !important;
}
/***************  bottom - footer  ****************/
footer {
  margin: 40px 20px 20px 20px;
  text-align: left;
  clear: both;
}
footer nav {
  text-align: center;
}
footer ul {
  margin: 0 0 15px 0;
  list-style-type: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 0;
  /*
        li:last-child {
            float: none;
        } */
}
footer ul li {
  display: inline-block;
  font-size: 1.2rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
footer ul li a {
  font-weight: bold;
  padding: 10px;
  display: inline-block;
}
footer ul li a:hover {
  text-decoration: none;
  color: black;
}
footer ul li:hover {
  background-color: white;
}
/**************    index page / titulni strana     ***************/
#bohumil {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.presentation {
  margin-top: 40px;
  height: 510px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.presentation .presentation__info {
  font-weight: bold;
  text-align: right;
  position: relative;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
.presentation .presentation__info a {
  text-decoration: none;
}
.presentation .presentation__info h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 3em;
  padding: 10px 50px 10px 20px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
}
.presentation .presentation__info p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  padding: 5px 50px 5px 0;
}
.presentation .presentation__info:hover {
  background-color: #e8b17d;
}
.pohadky-o-zvirateh {
  background-image: url("../assets/pohadky-o-zviratech-obalka-velka.jpg");
  border-right: 4px solid #e8b17d;
  border-left: 4px solid #e8b17d;
}
.stafeta-zviratek {
  background-image: url("../assets/stafeta-obalka.png");
}
.potkani {
  background-image: url("../assets/dungeon2.jpg");
}
.potkani .presentation__info--potkani {
  margin-bottom: 420px;
  transition: margin-bottom 0.7s;
  -webkit-transition: margin-bottom 0.7s;
  -moz-transition: margin-bottom 0.7s;
  -o-transition: margin-bottom 0.7s;
}
.potkani .presentation__info--potkani:hover {
  margin-bottom: 335px;
}
.potkani #vasil {
  float: right;
}
.cuna {
  background-image: url("../assets/cuna.jpg");
}
.cuna .presentation__info {
  background-color: rgba(255, 255, 255, 0.8);
}
.cuna .copyright {
  color: black;
}
.jezek {
  background-image: url("../assets/jezekTheme.jpg");
  background-position: right;
}
.patron {
  background-image: url("../assets/manuscript.jpg");
}
.poprask {
  background-image: url("../assets/poprask.jpg");
}
.poprask #curtain--left,
.poprask #curtain--right {
  height: 510px;
  width: 290px;
  position: absolute;
}
.poprask #curtain--left {
  left: 0;
}
.poprask #curtain--right {
  right: 0;
}
.poprask .presentation__info {
  background-color: rgba(255, 255, 255, 0.2);
}
.poprask .presentation__info h2,
.poprask .presentation__info p {
  color: white;
}
.poprask .presentation__info:hover h2,
.poprask .presentation__info:hover p {
  color: black;
}
.do-bela {
  background-image: url("../assets/manuscript.jpg");
}
/***********  page / stránka "Dílo"  ************/
h1.page_title {
  font-size: 2.5em;
  text-align: center;
  margin: 20px 0 0 0;
}
h1.page_title .symbol {
  margin-top: 10px;
}
section.genre > * {
  padding: 0 50px;
}
section.genre a {
  color: black;
  font-weight: bold;
}
section.genre h2 {
  padding: 10px 40px 10px 50px;
  margin: 0;
}
section.genre h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}
section.genre > a:hover,
section.genre > a:focus {
  text-decoration: none;
}
section.genre > a:hover h2,
section.genre > a:focus h2 {
  background-color: #FFD8B3;
}
section.genre .genre__art {
  clear: both;
}
section.genre .mini {
  height: 65px;
  margin-left: 10px;
  padding-bottom: 10px;
  float: right;
  background-image: url("../assets/spriteMini.jpg");
  background-repeat: no-repeat;
}
section.genre #mini__potkani {
  width: 43px;
  background-position: 0 0;
}
section.genre #mini__cuna {
  width: 44px;
  background-position: -280px 0;
}
section.genre #mini__jezek {
  width: 68px;
  background-position: -44px 0;
}
section.genre #mini__poprask {
  width: 71px;
  background-position: -114px 0;
}
section.genre #mini__kamen {
  width: 46px;
  background-position: -231px 0;
}
/***********  other pages with art / stránky s díly podle žánrů  ************/
section.piece {
  clear: both;
  text-align: justify;
  margin: 50px 60px 30px 50px;
  border-top: 2px solid white;
}
section.piece h2 {
  margin-top: 20px;
}
section.piece h3 {
  font-weight: bold;
}
section.piece a {
  color: black;
  font-weight: bold;
}
section.piece article {
  margin: 20px 50px;
  padding: 0 20px;
  border-left: 2px solid white;
}
section.piece .piece__photo {
  float: right;
  margin: 25px;
  background-image: url("../assets/spriteBig.jpg");
  background-repeat: no-repeat;
  padding: 0;
}
section.piece .piece__photo-img {
  float: right;
  margin: 25px;
}
section.piece .piece__sample {
  font-weight: bold;
}
section.piece .piece__sample:hover {
  text-decoration: underline;
  cursor: pointer;
}
section.piece #big__nepatri {
  width: 203px;
  height: 300px;
  background-position: -564px -453px;
}
section.piece #big__cuna {
  width: 206px;
  height: 300px;
  background-position: -202px 0;
}
section.piece #big__potkani {
  width: 199px;
  height: 300px;
  background-position: 0 0;
}
section.piece #big__jezek {
  width: 320px;
  height: 300px;
  background-position: -411px 0;
}
section.piece #big__poprask {
  margin-top: 5px;
  width: 285px;
  height: 249px;
  background-position: -262px -551px;
  position: relative;
}
section.piece #big__bobr {
  width: 200px;
}
/***********  About / stránka "O autorovi"  *************/
.phase {
  margin: 35px 70px;
  text-align: justify;
}
.phase a {
  font-weight: bold;
}
.phase .phase__photo {
  float: right;
  margin: 15px;
  background-image: url("../assets/spriteBig.jpg");
  background-repeat: no-repeat;
  padding: 0;
}
.phase #batole {
  margin-top: 0;
  margin-right: 60px;
  float: right;
  width: 130px;
  height: 150px;
  background-position: -562px -301px;
}
.phase #pionyr {
  margin-right: 25px;
  float: left;
  width: 259px;
  height: 375px;
  background-position: 0 -301px;
}
.phase #v_kavarne {
  margin-left: 40px;
  float: right;
  width: 300px;
  height: 248px;
  background-position: -261px -301px;
}
/***********  Aktuality  **************/
.news {
  margin: 80px 60px;
  border-top: 2px solid white;
}
.news a {
  font-weight: bold;
}
.news .symbol {
  float: left;
  margin: 15px 35px 20px 0;
}
/***********  media query *************/
@media screen and (max-width: 1200px) {
  .navbar {
    width: 940px;
  }
}
@media screen and (max-width: 979px) {
  .navbar {
    max-width: 724px;
  }
  h1.page_title {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body,
  .container {
    padding: 0;
    max-width: 767px;
  }
  .container {
    margin-top: 130px;
  }
  .navbar {
    width: 100%;
    max-width: 767px;
  }
  h1.page_title {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 510px) {
  .sub {
    display: none;
  }
  .navbar .brand {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 0;
  }
  .navbar .nav li a {
    font-size: 1.3em;
  }
  section.piece {
    margin: 50px 20px 30px 20px;
  }
  .presentation {
    margin-top: 40px;
    height: 510px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }
  .presentation .presentation__info h2,
  .presentation .presentation__info p {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*# sourceMappingURL=themeStyle.css.map */
/*
     FILE ARCHIVED ON 00:21:52 Dec 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:04:22 Aug 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.48
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 53.331
  LoadShardBlock: 245.993 (3)
  PetaboxLoader3.datanode: 223.079 (4)
  PetaboxLoader3.resolve: 369.299 (2)
  load_resource: 412.633
*/