body {
  background: none repeat scroll 0 0 #fff;
}
h1  {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 130px;
  line-height: 0.9; 
  color: #EEE4D3;   
  margin-bottom: 50px;
}
h1 em {
  font-weight: 400;
  font-style: italic; 
}

h2  {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  margin: 0 0 50px 0; 
}

h3  {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px; 
}

p, li, a  {
  font-family: "Poppins", serif;
  line-height: 1.3;
  font-weight: 300;
  font-size: 18px; 
}
p  {
  margin-bottom: 20px; 
}

#sluzby h4 {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 23px;
  padding: 30px 0;
  background: #faf7f2;
  border: 1px solid #e9e1ce;
  border-radius: 0 0 8px 8px;
  text-align: center;
  color: #271c02;
  margin: -1px 0 70px 0;
}
#sluzby img {
  border-radius: 8px 8px 0 0;
}
.cta.cta-stred {
  margin-top: 10px;
  width: 100%;
}
.gold {
}
.cta.cta-stred a {
  margin: 0 auto;
  display: table;
}
#sluzby h2  { 
  text-align: center;
}  
header {
  position: absolute;
  width: 100%;
  padding: 44px 0;
}
section {
  padding: 100px 0;
}
header img {
  width: 133px;
}
header p {
  color: #EEE4D3;
  text-align: right;
  font-weight: 300;
  font-size: 16px; 
}
header p .rozdelovnik{
  margin: 0 10px;
}
header a {
  color: #EEE4D3!important;
  text-decoration: underline!important;
  font-weight: 300;
  font-size: 16px; 
}
#uvod {
  background-image: url(../img/aezoku-hlavicka.jpg);
  background-size: cover;
  background-position: center;
  padding: 352px 0 90px;
}
#uvod p  {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3; 
  color: #EEE4D3; 
}
.cta {
  margin-top: 50px;
  display: block; 
}  
.cta a {
  padding: 16px 32px;
  font-size: 15px;
  border-radius: 50px;
  margin-right: 20px;
  transform: scale(1);
  display: inline-block;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.cta a:hover {
  transform: scale(1.05);
}

.cta a.red {
  background: #FF6B5E;
  color: #271C02!important
}
.cta a.gold-stroke {
  border: 1px solid #EEE4D3;
  color: #EEE4D3!important
}

.cta a.gold {
  background: #EEE4D3;
  color: #271C02!important
}
.cta a.dark-stroke {
  border: 1px solid #271C02;
  color: #271C02!important
}

.symbol {
  margin-bottom: 30px;
}

footer {
  padding:3.5rem 0 6rem;
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center;
}
footer p, footer a, footer h3 {
  color: #EEE4D3!important;
  line-height: 1.7;
}
footer h3 {
  margin-bottom: 40px;
}
.social {
  float: left;
  margin: 10px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .right {
    float:none;
  }
  header p {
    text-align: left;
    margin-top: 30px; 
  }
  .cta {
    margin: 50px 0;
  }
  .cta a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  section {
    padding: 60px 0;
  }
  #uvod {
    background-image: url(../img/aezoku-hlavicka.jpg);
    background-size: cover;
    background-position: center;
    padding: 190px 0 60px;
  }
  
  h1 {
    font-size: 70px;
  } 
  h1 br {
    display: none;
  } 
  footer {
    padding:3.5rem 0 8rem;
  }
}