/* nejsme vcerejsi, pouzivame moderni box model */
*, :after, :before {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}


/*
BARVY
pozadi     #f5f5f5
Jedeme retro cernobile, dnes barvy nepotrebujeme.
*/

body {
  margin: auto;
  padding: 0;
  background-color: #f5f5f5;
  font-family: 'Merriweather', serif;
  font-size: 1em;
  line-height: 1.6;
}

/* HLAVICKA */

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0,0,0, 0.1)), url(images/island-hlavicka.jpg);
  height: 450px;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
footer {
  font-size: 0.7em;
}


h1 {
  color: white;
  margin: 0;
  font-size: 95px;
  text-align: center;
  padding-top: 60px;
  font-family: 'Raleway', serif;
}

.author {
  opacity: 70%;
  font-style: italic;
}

.summary{
  color: white;
  padding-left: 280px;
  padding-right: 280px;
  text-align: center;
  font-weight: 500;
}

/* MENU */

.menu {
  float: left;
  width: 200px;
}

ul {
  list-style-type: none;
  text-decoration: none;
  padding-right: 100px;
  padding-left: 50px;
}

a {
  text-decoration: none;
  color: grey;
  font-size: 0.9em;
}

/* OBSAH */
.container {
  display: flex;
  flex-direction: row;
}

.container > div {
  background-color: #f1f1f1;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#center-column {
  display: block;
  flex: 0 0 960px;
  flex-basis: 960px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  margin-top: -50px;
  z-index: 1;
  object-fit: contain;
}
#center-column>{


}
.offset-left {
  margin-left: 200px;
}
.offset-right {
  margin-right: 200px;
}


.intro img,
.why img,
.must-see img,

.first {
  padding-top: 30px;
}

.text-content {
  padding: 20px;
  text-align: justify;
}
/* FOTOGALERIE */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}
.gallery > .photo  {
  margin: 0;

  line-height: 0%;
}

.desc {
  display: none;
  margin: auto;
}
/* PATICKA */
