/* Moderní box model - nastavená šířka boxu je včetně paddingu a borderu */
html {
  box-sizing: border-box;
}

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

body {
  max-width: 1600px;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
}

nav {
  text-align: center;
  background-color: #282425;
  border-top: 1px solid #9c8175;
}

nav a {
  display: inline-block;
  padding: 1.2rem 2rem;
  text-decoration: none;
  color: #fff;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

h1 {
  margin: 0;
  padding: 150px 30px;
  background-image: url(obrazky/hlavicka.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 5rem;
  text-align: center;
}

h2 {
  color: #756158;
  font-size: 3rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  line-height: 1.8rem;
}

a {
  color: #756158;
  font-style: italic;
}

section {
  padding: 3rem 15%;
  background-color: #fff1e6;
  overflow: auto;
}

.fotogalerie,
.kontakt {
  background-color: #f9e3d0;
}

.omne img {
  float: left;
  border-radius: 50%;
  width: 200px;
  margin: 0 30px 30px 0;
}

.fotogalerie img {
  width: 32%;
  border: 2px solid #756158;
  border-radius: 5px;
}

.pruvodce img {
  float: right;
  width: 350px;
  border-radius: 0 50px 50px 50px;
  margin-left: 30px;
  margin-bottom: 30px;
}

table {
  text-align: left;
}

.cena {
  text-align: right;
  padding-left: 50px;
}

th,
td {
  border-bottom: 1px solid #756158;
  padding: 10px 0;
}

.kontakt img {
  float: left;
  width: 350px;
  margin: 0 30px 30px 0;
}

footer {
  background-color: #282425;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
}
