/* sriracha-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sriracha';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sriracha-v16-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dancing-script-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v29-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* yrsa-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yrsa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yrsa-v25-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yrsa-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yrsa';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/yrsa-v25-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    overflow-x: hidden;
}

body {font-family: 'Sriracha';
    font-size: 20px;
    justify-content: center;
}

img, iframe {
    vertical-align: top;
}



h1, h2, h3, h4, p, ul, ol, li, body {
    margin: 0; padding: 0;
}
*, *::before, *::after /*--všechny prvky--*/ {
box-sizing: border-box;
}
a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.container {
    /*width: 1100px;*/
    
    margin:auto;
}

@media screen and (min-width: 1200px) {
    .container {width: 1100px;}    
}

@media screen and (max-width: 1199px) {
    .container {width: 95%;}    
}


/*--header--*/
.headerMenu {
    background: #3592404d;
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}

.logo {
   text-decoration: none;
   color: white;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 20px;
   font-family: 'Sriracha', cursive;
}

.logoobr {
    width: 50px;
    line-height: normal;
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    margin-right: 30px;
}

.headerMenu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-shadow: 2px 2px 8px rgb(53, 146, 64);
}

.menu li {
    display: inline-block;
}

.menu ul li a, .akce  {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    padding: 30px 10px;
    display: block;
}

.menu ul li a:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Dropdown Button */
.dropdown {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Sriracha';
}

.dropbtn {
    background: #35924000;
    border: none;
    font-family: 'Sriracha';
    font-size: 20px;
    color: #fff;
    display: block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3e8e41;
    min-width: 160px;
    z-index: 1;
    
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #3e8e41;
  text-decoration: none;
  display: block;
  font-size: 14px;
  text-shadow: none;
  font-weight: 500; 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #3e8e41;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/


header {
    background: url("../img/masaz.jpg") center center no-repeat;  
    background-size: cover;
    width: 100%;
    max-width: 2560px;
    
}

.header2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 120px 45px;
    text-shadow: 2px 2px 8px rgb(53, 146, 64);
}

.misto {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 20px;

}
@media screen and (max-width: 1050px) { 
    .headerMenu .container {
        flex-direction: column;
        padding-top: 20px;
    }
    .header2 {
        padding: 30px 10px;
    }
    
}

@media screen and (max-width: 700px) { 
    
    .menu li {
        display:block;
        
    }
    .menu ul li a {
        padding: 3px 3px;       
    }   
    .headerMenu a {
        font-size: 16px;
        
    }
    
}





/*--section hlavní stránka--*/



.sluzbysection {
    padding: 70px 0;
    text-align: center;
}

h1 {
    color: rgb(53, 146, 64);
    padding-bottom: 40px;
    text-align: center;
}

h2 {font-size: 20px;
    color: rgb(53, 146, 64);
    padding-bottom: 40px;

}

.sluzbyObr {
    box-shadow: 5px 5px 10px 5px rgba(53, 146, 64,1);
    border: #fff 1px solid;
    border-radius: 150px;
    
}

 .sluzbyObr:hover {
    box-shadow: 0px 0px 30px 30px rgb(173, 168, 168);
    border-radius: 150px;
    transition: all 0.3s ease-out;
 }

.sluzbyNabidka {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}


.sluzbyBox {
    flex: 0 1 30%;
}
.sluzbyPopis h2 {
    padding: 20px 0;
    display: inline-block;
    height: 100px;
}

.sluzbyPopis p {
    font-family: "Yrsa", serif;
    font-size: 20px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

@media screen and (max-width: 1100px){
    .sluzbysection {
        padding: 20px 0;

    }
    .sluzbyObr {
        width: 15vw;
        height: 15vw;
    }
    .sluzbysection h1 {
        padding-bottom: 5px;
    }
    .sluzbyPopis p {
        font-size: 18px;
        border-top: 1px solid #ccc;
        padding-top: 5px;
    }
} 

@media screen and (max-width: 700px){
    .sluzbyObr {
        display: none;
    }
}

@media screen and (max-width: 680px){
    .sluzbyObr {
        width: 18vw;
        height: 18vw;
    }
    .sluzbyNabidka {
        gap: 15px;
    }
    .sluzbysection h1 {
        align-content: center;
    }

}
@media screen and (max-width: 650px){
    
    .sluzbyNabidka {
        gap: 20px;
    }

}

@media screen and (max-width: 600px){
    
    .sluzbyNabidka {
        gap: 25px;
    }
    .sluzbyPopis p {
        font-size: 14px;
    }

}

@media screen and (max-width: 550px){
    
    .sluzbyNabidka {
        gap: 30px;
    }
    .sluzbyPopis h2 {
        font-size: 22px;
    }
    .sluzbyPopis p {
        font-size: 16px;
    }

}
@media screen and (max-width: 600px){
    .sluzbyObr {
        display: none;
    }

    .sluzbysection {
        text-align: center;
    }
    
    .sluzbyNabidka {
        flex-direction:column;
        justify-content: center;
        padding: 2px;
    }
    .sluzbyPopis h2 {
        font-size: 30px;
        padding: 0px;
        height: 0px
    }
    .sluzbyPopis p {
        font-size: 20px;
        padding: 0px;
        border-top: 0;
    }
    
}

.cenik {
    background: #359240;
    color:rgba(255, 255, 255, 1);
    text-align: center;
    padding: 70px 0;
    max-width: 2560px;
}

.cenik h1 {
    color:rgba(255, 255, 255, 1);
}

.cenik b {
    color:darkred;
    }

@media screen and (max-width: 1100px){
    .cenik {
        padding: 5px;
        width: 100%;
    }

}





.omne {
    text-align: center;
    padding: 70px 0;


}

.omne p {
    font-family: "Yrsa", serif;
    font-size: 20px;

}
.omne .img {
    border-radius: 150px;

}
/*--footer--*/


footer .pata {
    background: #359240;
    border-bottom: 3px solid rgba(255, 255, 255);
    max-width: 2560px;
}



footer p {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 10px;
    display: block;
}

footer .pata .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-shadow: 2px 2px 8px rgb(17, 146, 38);
}

footer .pata a {
    color: #fff;
    text-decoration: none;
    }
footer .pata .container p a:hover {
    background: rgba(17, 146, 38, 0.3);
    box-shadow: 0px 0px 30px 30px rgb(17, 146, 38);
    text-shadow: 2px 2px 8px rgba(17, 146, 38, 0.3)
}
footer .pata .container span {padding-right: 5px;
padding-top: 20px;
    }

footer i, section i {
    padding-right: 10px;
    }

/*--Služby--*/

.sekceSluzby {
    font-family: "Yrsa", serif;
}

.sekceSluzby .container {
    padding: 30px;  
}

.sekceSluzby ul {
    padding-bottom: 0px
}

.sekceSluzby li {   
    list-style: none;
    padding: 10px;
}

.sekceSluzby li a {
    
    text-decoration: none;
    text-transform: uppercase; 
    color: rgb(17, 146, 38);
    text-shadow: 2px 2px 8px rgb(217, 227, 218);
    padding: 5px;
    
}

.sekceSluzby li a:hover {
    background: rgba(33, 238, 67, 0.1);
    border-radius: 5px;
    padding: 5px;
    font-size: 31px;
}

.sekceSluzby ul li a i {
    padding-right: 10px;    
}

.sekceSluzby li ol {
    padding-top: 10px;
}

.kontraindikace {
    font-family: "Yrsa", serif;
    font-size: 20px;
    padding: 30px;    
    border-radius: 20px;
    box-shadow: 0px 0px 10px 10px rgb(204, 211, 205);
}

.kontraindikace h3, .kontraindikace i {
    color: rgb(17, 146, 38);
}


/**--kontakt--**/ 

.kontakt {
    padding: 30px;
    font-family: "Yrsa", serif;
    font-size: 20px;

}

.kontakt .container span {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 0;
    
}
.kontakt a {
    color: black;
}



.kontakt a:hover {
    text-decoration: underline;
    
}

.kontakt .zavolam {
    box-shadow: 0px 0px 3px 3px rgb(173, 168, 168);
    border-radius: 10px;
    padding: 3px;
}

.modra {
    color: blue;
}

.fialova {
    color: purple;

}

.mapa {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
   
}

.mapa iframe {
    width: 400px;
    height: 220px;
    border-radius: 20px;
    
}

.mapa img {
     border-radius: 20px;
     padding: 5px;
}


.mapa iframe:hover {
    box-shadow: 0px 0px 30px 30px rgb(173, 168, 168);
    transition: all 0.3s ease-out;
    
}

@media screen and (max-width: 1130px){
    .mapa {
         
        flex-direction: column;
        align-items: center;
        
            
    }
    .mapa iframe, .mapa img {
        width: 600px;
        height: 440px;
    }
   
}

@media screen and (max-width: 1050px){
    .kontakt .container span {
         
        flex-direction: column;
        align-items: center;
        padding: 5px 0;
            
    }
   
}

@media screen and (max-width: 710px){
    
    .mapa iframe, .mapa img {
        width: 400px;
        height: 220px;
    }
   
}

@media screen and (max-width: 470px){
    
    .mapa iframe, .mapa img {
        width: 300px;
        height: 170px;
    }
   
}

/**--Ceník neboli cenik2--**/

.cenik2 {
    font-family: "Yrsa";
}


.cenik a {
    color: #fff; 
}

.cenik2 h1 {
    padding: 20px 0;
}

.cenik a:hover {
    color: #ccc ; 
}

.tabulka {
    display:flex;
    justify-content: space-between;
    width: 80%;
    padding: 20px 20px 50px 20px;

}

.tabulkaCenik {
    box-shadow: 2px 2px 8px rgb(53, 146, 64);
    border: 1px solid #ccc;
}
.tabulkaCenik td {
    padding: 0 25px;
}

.tabulkaRadekPrvni tr {
    text-decoration: underline;
    border-bottom: 5px;
}
.tabulkaText p {
    padding: 5px 15px;
}

.tabulkaText img {
    padding: 10px;
}

.storno p {
    padding: 20px 0;
}



@media screen and (max-width: 950px){
    .tabulka {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 750px){
    .tabulka {
        display: block;
        justify-items: center;
        
    }
    .tabulka p {
        padding: 10px;
    }
}


/**-- Masáže, MLM, Reflexka, Biodynamika, Access bars--**/

.odstavec h1 {
    text-align: center;
    font-size: 40px;
    color: #359240;
    padding: 20px 0;
    text-shadow: 2px 2px 8px rgb(195, 224, 195);
    
}

.podnazev {
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    color: #359240;
    
    
}
.vlnovka {
    text-align: center;
    font-size: 50px;
    color: #359240;
    padding: 0;
    text-shadow: 3px 3px 8px rgb(54, 127, 45);
    
}

.odstavec {
    font-family: "Yrsa", serif;
    padding: 20px 0;
}

.odstavec p {
    padding: 20px 0;
}

.odstavec li {
    display: block;
    padding: 5px 20px;
}

.odstavec h3 {
    font-size: 30px;
    color: rgb(53, 146, 64);
    padding-top: 10px;
}

.odstavec li i, ol i {
    color: rgb(53, 146, 64);
}

.odstavec h2 {
    font-size: 35px;
    color: rgb(53, 146, 64);
    padding: 0;
}

/*--Masáže--**/
.odstavec a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(17, 146, 38);
    text-shadow: 2px 2px 8px rgb(217, 227, 218);
    padding: 3px;
}

.odstavec a:hover {
    background: rgba(33, 238, 67, 0.1);
    border-radius: 5px;
    padding: 3px;
    font-size: 21px;
    text-decoration: underline;
}

@media screen and (min-width: 2560px) {
    header,
    .cenik,
    footer .pata {
        margin:auto;
        border-radius: 13px;
    }
}

@media screen and (max-width: 960px) {
    footer .pata {
        font-size: 16px;
    }
}

@media screen and (max-width: 780px) {
    footer .pata .container {
        flex-direction: column;
        font-size: 16px;
    }

    footer p {
        padding: 5px;
    }
}

