/* 
    Created on : 2.11.2016, 9:16:26
    Author     : jan.kolar
*/
/*************************************************************/ /* www.jankolar.com */
*, *:before, *:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  line-height: 100%;
  position: relative;
  font-family: "Montez", "Palatino Linotype", "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1rem;
  color: #fff;
}

p {
  margin-bottom: 0.75rem;
  line-height: 150%;
  text-align: left;
}
p a {
  color: #fc0;
  text-decoration: underline;
}
p em {
  font-style: italic;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

h1, h2, h3 {
  margin: 1.5rem 0 1rem 0;
  font-size: 30px;
  color: #fc0;
}
h1.fancy, h2.fancy, h3.fancy {
  font-size: 40px;
}

html {
  background: url(../img/bg.jpg) repeat-x #241b16;
}

body {
  margin: 0 auto 0 auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: auto;
  max-width: 1280px;
  height: auto;
}

.header h1 {
  font-family: "Montez", "Palatino Linotype", "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  line-height: 150%;
}

ul.menu {
  margin: 0 0 0.75rem 0;
}
ul.menu li {
  margin-right: 2px;
  margin-bottom: 2px;
  display: inline-block;
  list-style: none;
}
ul.menu li a {
  display: block;
  padding: 0.35rem 0.65rem;
  background-color: rgba(0, 0, 0, 0.25);
}
ul.menu li a, ul.menu li a * {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #fc0;
  text-decoration: none;
}
ul.menu li a svg, ul.menu li a * svg {
  padding-right: 0.35rem;
}
ul.menu li a:hover, ul.menu li a *:hover {
  text-decoration: underline;
}

ul.index-page {
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}
ul.index-page li {
  list-style: disc outside;
  line-height: 100%;
}
ul.index-page li a {
  display: block;
  padding: 0.25rem;
  padding-left: 0;
}
ul.index-page li a:hover {
  color: #fc0;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}

.img {
  width: 100%;
  height: auto;
}

/*************************************************************/ /* www.jankolar.com */
.footer {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer p a:hover {
  color: #fc0;
}/*# sourceMappingURL=style.css.map */