* {
    margin: 0;
    padding: 0;
    box-sizing:border-box
}

/********* header *********/
@font-face {
    font-family: "avenir";
    src: url(Avenir\ Next\ Condensed.ttf.ttf);
}

header {
    background: url("img/home-img.jpg");
    background-size: cover;
    height: 100vh
    
    
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

#logo img {
    width: 70px;
    position:absolute;
    top: 8%
}

.uvod p {
line-height: 170%;
text-align: left;


}


.srdicko {
  color: #5A756F;
  font-weight: bold;
}

.lenka img {
  width: 313px;
  opacity: 90%;
  float: right;
  }

.objednavak1 {
color: #5A756F;
text-decoration: none;
font-weight: bold;
}

.seznam-masazi {
color: #5A756F;
text-decoration: none;
font-weight: bold;
}

.separator {
border: none;
border-top: 2px solid #5A756F;
margin: 20px 0;

}

/*navigacemobil*/
/*konec navigace*/


  * {
    font-family: "avenir";
    letter-spacing: 2px;
    box-sizing: border-box;
  }
  
  .newlogo img { 
    width: 70px;
    margin-top: 10px
  }

  .top-nav {
    display: flex;
    position: fixed;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.7);
    border-bottom: 2px solid #81794B; 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #CACACA;
    font-size: 30px;
    height: 90px;
    padding: 1em;
    z-index: 50
  }

.top-nav ul li a {
    color: #CACACA;
    font-size: 30px;
    text-decoration: none;
    font-family: "avenir";
    letter-spacing: 2px;

    
    }

.top-nav ul li a:link,
.top-nav ul li a:visited {
    color: #CACACA;
    font-size: 32px;
    text-decoration: none;
    border-bottom: 1px solid transparent;

    
}

.top-nav ul li a:hover,
.top-nav ul li a:active {
    transition: border-bottom 0.5s;
    border-bottom: 1px solid #81794B;

}

  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;


  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 819px) {
    .menu-button-container {
      display: flex;
    }
    .menu {
      position: absolute;
      top: 0;
      margin-top: 90px;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
      z-index: 50
    }
    #menu-toggle ~ .menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
      border: 1px solid #333;
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222;
    }
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
  }

  header {
    border-bottom: 2px solid #81794B
}
.header-logo img {
    width: 250px;
    opacity: 90%;
    position:absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%,-50%);
}

main {
    background-color: #D7D8D3;
}
/* galerie studia */
.photo-segment img {
    width: 100%;

    
}

.nabídka {
  font-size: 17px;

}

.název {
  color:#5A756F;
  font-weight: bold;
}

.název2 {
  color:#81794B;
  font-weight: bold;
}

.upozorneni {
  color:#662B2B;
  font-weight: bold;
}

p {
margin: 10px 0;
padding: 0;
line-height: 1,5;
}

.heading-main h2 {
    text-align: center;
     margin-top: 20px;
     font-size: 30px;
     font-family: "avenir";
     letter-spacing: 2px;
     color: #5A756F;
 }
 
 .heading-main h2:after {
     content: ""; 
     display: block;
     width: 150px;
     border-bottom: 2px solid #5A756F;
     margin: 8px auto;
     text-align: center;
 }

 .heading-main2 h2 {
    text-align: center;
     margin-top: 20px;
     font-size: 35px;
     font-family: "avenir";
     letter-spacing: 2px;
     color: #81794B;
 }
 
 .heading-main2 h2:after {
     content: ""; 
     display: block;
     width: 150px;
     border-bottom: 2px solid #81794B;
     margin: 8px auto;
 }
.text-cenik img {
width: 100%;

}

/*************tabulka cenik*****************/

table{

 width: 60%; 
 border-collapse: collapse;
 border-spacing: 0;
 border-radius: 12px 12px 0 0;
 overflow: hidden;
margin: 0 auto;

}
td , th{
 padding: 15px 20px;
 text-align: center;
 

}
th{
 background-color: #5A756F;
 color: #fafafa;
 font-family: "avenir";
 font-weight: 200;
 text-transform: uppercase;

}
tr{
 width: 100%;
 background-color: #fafafa;
 font-family: "avenir";
}
tr:nth-child(even){
 background-color: #eeeeee; 
}
/**************konec tabulky***************/



 .kontakty {
            text-align: center;
            font-family: "avenir";
            letter-spacing: 2px;
            font-size: 20px;
            border-top: 2px solid #81794B;
            border-bottom: 2px solid #5A756F;
        }

        .kontakty {
            background-color: #CACACA;
        }

.kontakt {

font-family: "avenir";
letter-spacing: 2px;
font-size: 20px;

}

.adresa {
    font-size: larger;
  }

  .pokus {
  background-color: #CACACA;
}

footer {
    background-color: #5A756F;
    border-top: 2px solid #5A756F;
    text-align: center;
    font-family: "avenir";
    letter-spacing: 2px;
}

/***** Contact form *****/
.contact-form {
    width: 100%;



    

}

.contact-form input {
    width: 100%;
    margin: 5px 0px;
    padding: 7px;
    border: 1px solid #000;
    border-radius: 5px;   
}

.contact-form [type="submit"] {
    width: 30%;
    margin: 5px 0px;
    padding: 7px;
    border: 1px solid #000;
    border-radius: 5px;   
}

.contact-form textarea {
    width: 100%;
    margin: 5px 0px;
    padding: 7px;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color:#D7D8D3;
    font-family: "avenir";
    font-size: 15px;
}

input[type="text"] {
    background-color:#D7D8D3;
     font-family: "avenir";
     letter-spacing: 2px;
 }

 input[type="mail"] {
    background-color:#D7D8D3;
     font-family: "avenir";
     letter-spacing: 2px;
    }

    input[type="date"] {
        background-color:#D7D8D3;
         font-family: "avenir";
         letter-spacing: 2px;
        }

        input[type="time"] {
            background-color:#D7D8D3;
             font-family: "avenir";
             letter-spacing: 2px;
            }

input[type="submit"] {
   background-color: #81794B;
    font-size: 20px;
    color: #D7D8D3;
    font-family: "avenir";
    letter-spacing: 2px;
}

input[type="submit"]:hover {
    background-color: #2D2E2D;
    transition: background-color 0.5s;
    color:#D7D8D3;
}

/* form result */
.form-result {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 20px;
}

.success {
background-color: #81794B;
}

.error {
background-color: #662b2b;
}

.zapati {
    background-color: #2D2E2D;
    font-family: "avenir";
    letter-spacing: 2px;
    text-align: center;
    color: #CACACA;
    }

  footer a {
color: #CACACA;
    }