@import url('https://fonts.googleapis.com/css?family=Playfair:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic');

body {
    margin: 0;
    padding: 0;
    font-family:"Playfair";
    color: #333;
    background-color: #fdf8f9;
  }

.podnadpis{
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans";
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

  a:hover{
    opacity: 0.8;
  }

  /* Navbar */
  .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #A7445C;
    padding: 10px;
    flex-direction: column;
    font-size: 14px;
    z-index: 999;
    position:fixed;
    font-family: "Noto Sans";
  }
      
  .logo {
    font-weight: bold;
    font-size: 24px;
    color: #fdf8f9;
    padding-bottom: 0px;
  }
      
  .navbar ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
      
  .navbar ul li {
    margin-right: 10px;
  }
      
  .navbar ul li a {
    text-decoration: none;
    color: #fdf8f9;
    padding: 5px;
  }
      
  @media (max-width: 600px) {
    .navbar {
      flex-direction: column;
      align-items: flex-start;
  }
        
  .navbar ul {
    margin-top: 3px;
  }
        
  .navbar ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  }
  
  
  /* Header */
  .headline {
    position: relative;
    height: 400px;
    color: #fdf8f9;
    text-align: center;
    background: url('img/istockphoto-820923564-612x612.jpg') no-repeat center center;
    background-size: cover;
    font-family: "Noto Sans";
  }
  .headline:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
  }
  .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    animation: fade-in 0.75s 0.25s ease-in forwards;
  }
  .inner h1 {
    margin: 0;
    font-size: 4em;
    line-height: 1.2em;
  }
  .inner p {
    margin: 0;
    font-size: 1.4em;
    font-style: italic;
    font-family: serif;
  }
  
  section {
    width: 100%;
    margin: 25px auto;
    padding: 20px;
    max-width: 800px;
    font-size: 1.2em;
    line-height: 1.6em;
    box-sizing: border-box;
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100;
    }
  }
  
  p{
    font-size: medium;
    text-align: center;
  }

  section {
    width: 100%;
    margin: 25px auto;
    padding: 20px;
    max-width: 800px;
    font-size: 1.2em;
    line-height: 1.6em;
    box-sizing: border-box;
  }

  hr {
    width: 90%;
    background-color: lightslategray;
  }

  h5{
    text-align: center;
    color: #A7445C;
    font-size: 1.2rem;
    font-family: "Noto Sans";
    padding-bottom: 0;
  }

  .text{
    margin: 25px auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
    font-size: 0.9em;
    box-sizing: border-box;
    text-align: center;
    font-family: "Noto Sans";
    padding-bottom: 20px;
  }


  * {
    box-sizing: border-box;
}


.footer{
  background:#A7445C;
  padding:30px 0px;
  font-family: "Playfair";
  text-align:center;
  }
  
  .footer .row{
  width:100%;
  margin:1% 0%;
  padding:0.6% 0%;
  color:#fdf8f9;
  font-size:0.8em;
  }
  
  .footer .row a{
  text-decoration:none;
  color:#fdf8f9;
  }
  
  .footer .row a:hover{
  color:#fff;
  }
  
  .footer .row ul{
  width:100%;
  }
  
  .footer .row ul li{
  display:inline-block;
  margin:0px 30px;
  }
  
  .footer .row a i{
  font-size:2em;
  margin:0% 1%;
  }
  
  @media (max-width:720px){
  .footer{
  text-align:left;
  padding:5%;
  }
  .footer .row ul li{
  display:block;
  margin:10px 0px;
  text-align:left;
  }
  .footer .row a i{
  margin:0% 3%;
  }
  }

  .paticka{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:#fdf8f9;
    width:100%;
    display:inline-block;
    margin:0px 30px;
    font-size:2em;
    margin:0% 1%;
    font-size: 12px;
    text-align: center;
  }
  


  
  body {
    background: #fdf8f9;
    font-family: "Playfair";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  button {
    overflow: visible;
    font-family: "Noto Sans";
  }
  
  button, select {
    text-transform: none;
  }
  
  button, input, select, textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
  }
    
  #container {
    max-width: 768px;
    margin: 60px auto;
    position: relative;
  }
  
  form {
    padding: 37.5px;
    margin: 50px 0;
  }
  
  .underline {
    border-bottom: solid 2px #A7445C;
    margin: -0.512em auto;
    width: 80px;
  }

  .email {
    float: right;
    width: 45%;
  }
  
  input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #A7445C;
    color: #A7445C;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
  }
  
  .message {
    float: none;
  }
  
  .name {
    float: left;
    width: 45%;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  .subject {
    width: 100%;
  }
  
  .telephone {
    width: 100%;
  }
  
  textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  
  ::-webkit-input-placeholder {
    color: #A7445C;
  }
  
  #form_button {
    background: none;
    border: solid 2px #A7445C;
    color: #A7445C;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  #form_button:hover {
    background: #fdf8f9;
    opacity: 50%;
  }
  
  @media screen and (max-width: 768px) {
    #container {
      margin: 20px auto;
      width: 95%;
    }
  }
  
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 26px;
    }
    
    .underline {
      width: 68px;
    }
    
    #form_button {
      padding: 15px 25px;
    }
  }
  
  @media screen and (max-width: 420px) {
    h1 {
      font-size: 18px;
    }
    
    
    .underline {
      width: 53px;
    }
    
    input[type='text'], [type='email'], select, textarea {
      font-size: 0.875em;
    }
  }

  #hodiny{
    font-family: "Noto Sans";
    color: #fdf8f9;
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
  }