/* version3 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  /* font-family: 'Playfair Display', serif; */
  font-family: 'Crete Round', serif;
  font-weight:lighter;
  color: #3a3a3a;
  /* background-color: #da1313; */
}

:root {
  --kolor1: #eeeeee;
  --kolor2: #363636;
  --kolor3: #5db62a;
}
a {
  color: var(--kolor1);
  transition: 0.3s;
}

h2, h3 {
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
}
p1 {
  font-size: 1.0rem;
  line-height: 1.6;
}
p{
  line-height: 3;
}
img {
  border: 0px #e7e7e7 solid;
  border-radius: 0px;
  padding: 0px;
}

/* border: 5px solid #e7e7e7; */
.title img,
.ramka img {
  border: none;
}

/* header start   */

header {
  position: relative;
  text-align: center;
  background-color: var(--kolor2);
  top: 0px;
}
header nav ul {
  display: inline-block;
}
header nav ul li {
  float: left;
  list-style: none;
  padding: 15px 6px;
}
header nav ul li a {
  font-size: 1.1rem;
  text-decoration: none;
  padding: 12px;
  color: var(--kolor1);
}
header nav ul li a:hover,
header nav ul li a:focus {
  color: var(--kolor3);
  transition-duration: 400ms;
}

/* header koniec */

/* title start */
section.title {
  min-height: 550px;
  background-image: url(/img/photos/grass2.jpg)!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0px 0;
  color: var(--kolor1);
  text-align: center;
}
section.title div.opacity {
  background-color: #000000a9;
  height: 550px;
}
section.title div.container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.title div.container h1 {
  color: var(--kolor3);
  font-size: 2.5rem;
}
section.title div.container p {
  font-size: 1.5rem;
  padding: 20px 0 20px 0;
  line-height: 30px;
}



/* title koniec */
div.descriptionphotos img {
  width: 143px;
  text-align: center;
  align-items: center;
}




.container-row {
  display: flex;
  flex-wrap: nowrap;
  /* margin: 0 auto 0 auto ; */
  flex-direction:row;
  justify-content: center;
  /* width: 70%; */
  /* margin: 0 20% 0 20%; */
}
.descriptionphotos{
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px;
  border: 5px solid #e7e7e7;
  text-align: center;
  align-items: center;
  margin: 10px;
}

@media screen and (max-width: 768px){
  .container-row{
    flex-wrap: wrap;
  }

  .descriptionphotos{
    flex-basis: 100%;
  }
}
.chest{
  flex-basis: 50%;
  display: flex;
  padding: 20px 0 20px 0;
  border: 5px solid #e7e7e7;
  text-align: center;
  align-items: center;
  margin: 10px;
}
.descriptionphotos p {
  text-align: justify;
  align-items: center;
  font: size 1.1rem;;
  /* padding: 30px; */
}
.description-title {
  margin-bottom: 1em;
}

.galeria {
  /* margin: 0 20% 0 20%; */
  /* width: 70%; */
  /* display: flex;
    flex-direction: column;
    justify-content: center; */
  text-align: center;
}
.gallery img{
  width: 163px;
  /* text-align: center; */
}
/* ramka///////////////////// */
.ramka {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; */
  text-align: left;
  background-color: var(--kolor2);
  font-size: 1.1rem;
  padding: 80px 10%;
}
@media screen and (max-width: 768px){
  .ramka{
    flex-wrap: wrap;
  }
  .ramka div{ 
    flex-basis: 100%;
    margin: 1em 0 !important;
  }
}
.ramka div:nth-of-type(3) {
  text-align: right;
}
.ramka div:nth-of-type(2),
.ramka div:nth-of-type(3) {
  margin-left: 30px;
}
.ramka div:nth-of-type(3) img {
  margin-left: 20px;
}
.ramka h4 {
  margin-bottom: 20px;
  color: var(--kolor3);
}
section.ramka a,
.ramka p {
  display: block;
  text-decoration: none;
  color: var(--kolor1);
  transition: 0.3s;
  line-height: 30px;
}
.ramka a:hover,
.ramka a:focus {
  color: var(--kolor3);
  margin-left: 20px;
}

.attractions {
  color: var(--kolor2);
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  border: 5px solid #e7e7e7;
  /* margin: 10px; */
  margin-right: 10px;
}
.attractionslist{
  display: flex;
  flex-direction: row;
  padding: 20px 20px 20px 50px;
  flex-wrap: nowrap;
  font-size: 1.0rem;
  /* margin: 10px; */
  width: 100%;
  

}

@media screen and (max-width: 1180px){
  .attractionslist{
    flex-wrap: wrap;
    
  }
}
.rooms {
  color: var(--kolor2);
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  border: 5px solid #e7e7e7;
  /* margin: 10px; */
  font-size: 1.2rem;


}
.roomslist{
  display: flex;
  padding: 20px;
  font-size: 1.0rem;
  margin: 10px;
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 1180px){
  .roomslist{
    flex-wrap: wrap;
  }
}
.rooms img{
  border: none;
}
.rooms li{
  /* list-style: ; */
  padding: 10px  0 0 0;
}
.roomlistspace{
  padding-left: 1em;
}
.roomlist-item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1180px){
  .roomlistspace{
    padding-left: 0;
  }
}
.pattern{
  text-align: left;
  padding-left: 30px;
  border: none;
}
.pattern img{
  border: none;
  width: 240px;
}



@media screen and (max-width: 768px){
  .div.centrum{
    width: 100% !important;

  }
  .div.centrum2{
    width: 100% !important;

  }
  .pattern img{
    width: 220px;
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (min-width: 1180px){
  .div.centrum{
    width: 75%;
    display: flex;
  flex-direction: column;
  }
  .div.centrum2{
    width: 75%;
    /* margin: 0 auto 0 auto; */
    
    background-color: #f8f8f8;
  }
  .pattern img{
    width: 420px;
    padding: 40px;
  }
}

