body {
    margin: 0;
    /*font-family: 'Noto Serif Thai', serif;*/
    /*font-family: Josefin Sans Flex,Josefin-Sans-Flex-Fallback,Apple Color Emoji,Noto Color Emoji,sans-serif;*/
    font-family: 'Metropolis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #faf7ef;
    color: #2b2b2b;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    text-align: center;
    /*background-color: #512c0f;*/
    /*background-color: #462205;*/
    background-color: #67452E;
    width: 100%;
}

h1 {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 400;
}

#sr-navbar {
    background-color: #ffffff;
}

#sr-navbar-container {
    padding-left: 40px;
    padding-right: 40px;
}

.logo {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.info {
    max-width: 600px;
    text-align: center;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: rgba(0,0,0,.7);
}

.info h2 {
    margin-top: 1rem;
    font-size: 2.6rem;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
    padding-bottom: 0.5rem;
    color: rgba(0,0,0,.8);
}

.info h3 {
    margin-top: 1rem;
    font-size: 1.7rem;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.info h4 {
    font-size: 1.4rem;
    font-weight: 300;
}

.ml-auto {
  margin-left: auto !important;
}

.navbar-brand {
    color: #d9bf77;
}

.navbar-brand .flaticon-lotus {
    color: #d9bf77;
    font-size: 26px;
}

.nav-link {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 1 !important;
}

.nav-link:hover {
    color: #d9bf77;
}

.packages ul {
    list-style-type: none; /* Zruší výchozí odrážky */
    padding: 0; /* Odstraní výchozí odsazení */
}

.packages content: ">"; /* Přidá symbol ">" před každý <li> */
    margin-right: 8px; /* Přidá mezeru mezi symbolem a textem */
}

.packages .info h2 {
    border-bottom: 1px solid #555;
}

.packages .info h3 {
    border-bottom: 1px solid #777;
}

.pricelist {
    background-color: #fff;
}

.pricelist-massage {
    margin-top: 50px;
    margin-bottom: 20px;
}

.pricelist {
    width: 100%;
    background-color: #fff;
    display: flex;                /* Nastaví kontejner jako flexbox */
    flex-direction: column;
    justify-content: center;     /* Horizontálně zarovná položky na střed */
    align-items: center;
    padding-bottom: 2rem;
}

.packages {
    width: 100%;
    background-color: #f7c7cf;
    display: flex;                /* Nastaví kontejner jako flexbox */
    flex-direction: column;
    justify-content: center;     /* Horizontálně zarovná položky na střed */
    align-items: center;
    padding-bottom: 2rem;
}

.reservation {
    width: 100%;
    background-color: #faf7ef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.contactlist {
    width: 100%;
    background-color: white;
    display: flex;                /* Nastaví kontejner jako flexbox */
    flex-direction: column;
    justify-content: center;     /* Horizontálně zarovná položky na střed */
    align-items: center;
    padding-bottom: 2rem;
}

.responsive-logo {
    width: 800px;
    height: auto;
}

.sr-img-title {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.sr-order-btn {
    font-size: 1.7rem;
    margin-top: 50px;
    width: 350px;
    height: 100px;
    border-width: 2px;           /* silnější ohraničení */
    transition: background-color 0.15s ease, color 0.15s ease, filter 0.15s ease;
    padding: 0; /* zajistí přesné centrování obsahu */

    background-color: #d9bf77;
    border-color: #d9bf77;
    color: #67452E;
}

/* při najetí lehce ztmavne */
.sr-order-btn:hover,
.sr-order-btn:focus {
    background-color: #67452E;
    border-color: #67452E;
    color: #d9bf77;
}

@media (max-width: 768px) {
    .responsive-logo {
        width: 350px;
    }
}

/*
.back-btn {
    font-size: 30px;
}
*/
