body {
    margin: 0;
    padding: 0;

   background-color: #3e1b23;
   /* background-image: url('images/background.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
  /*  background: url('cesta_k_obrazku.jpg') no-repeat center center fixed;*/
   /* background-size: cover;*/
}

.navbar {
    background-color: rgba(51, 51, 51, 0.9);
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 2;
}


.navbar a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
}



.navbar a:hover {
    background-color: #ddd;
    color: black;
}

.image-container img {
    width: 100%;
    height: auto;

   
}

  .image-text {
   transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 50%;


    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.325rem;
    font-style: normal;
    color: #000000;
    background-color: #dd9292;
    border-radius: 1.125rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #EF2D56;
    -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32); 
    white-space: nowrap; 
    }
    .image-text2 {
        font-size: 2.5rem;
        white-space: nowrap;
    }

    .image-text-Zobrazit {
        transform: translate(-50%, -50%);
    position: absolute;
    top: 150%;
    left: 50%;

    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-style: normal;
    color: #000000;
    background-color: #e6abab;
    border-radius: 1.125rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    padding: 0.5rem 1rem;
    border: 1px solid;
    white-space: nowrap;
    }

    .navbar-services {
        background-color: rgba(51, 51, 51, 0.9);
        text-align: center;
        color: white;
        padding: 10px 0;
        font-size: 40px;
        font-family: 'PT Sans Narrow', sans-serif;
        margin-top: -11px;
    }

    
.row {
    display: flex;
   margin-bottom: 0;
   flex-wrap: wrap;
}

.column {
    flex: 1;
   padding: 1rem 6rem 1rem 6rem;
    text-align: center;
}


.rounded-border {
       
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-style: normal;
    color: #000000;
    background-color: #dd9292;
    border-radius: 1.125rem 1.125rem 0 0;
    -webkit-border-radius: 1.125rem 1.125rem 0 0;
    -moz-border-radius: 1.125rem 1.125rem 0 0;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #EF2D56;
    -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32); 
   /* margin-bottom: 0px; /* Remove the gap between the two bordered elements */
    
}

.rounded-border-bottom {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    background-color: #e6abab; 
    border-radius: 0 0 1.125rem 1.125rem;
    -webkit-border-radius: 0 0 1.125rem 1.125rem;
    -moz-border-radius: 0 0 1.125rem 1.125rem;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #EF2D56;
    -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32); 
    text-justify: distribute;
    text-align: justify;
    text-align-last: center;
}


@media screen and (max-width: 1320px) {
    .image-text {
        font-size: 3rem;
        top: 30%
    }
    .image-text2 {
        font-size: 1.86rem;
        top: 30%
    }
}

@media screen and (max-width: 900px) {
    .image-text {
        font-size: 2rem;
        top: 25%
    }
    .image-text2 {
        font-size: 1.25rem;
        top: 25%
    }
    .column {
        flex: 100%; /* Make columns take full width on smaller screens */
        margin-bottom: 1rem; /* Add some space between stacked columns */
    }
    .kontakt {
        flex-direction: column;
        align-items: center;
    }

    .column_kontakt {
        width: 90%;
    }
  

}

@media screen and (max-width: 650px) {
    .image-text {
        font-size: 1rem;
        top: 15%
    }
    .image-text2 {
        font-size: 0.62rem;
        top: 15%
    }

}

@media screen and (max-width: 300px) {
    .image-text-Zobrazit {
        font-size: 0.625rem;
    }

    .navbar a {
        font-size: 10px;
        
    }
}
.navbar-cenik, .navbar-onas, .navbar-kontakt {
    background-color: rgba(51, 51, 51, 0.9);
        text-align: center;
        color: white;
        padding: 10px 0;
        font-size: 40px;
        font-family: 'PT Sans Narrow', sans-serif;
}

.cena_top, .cena_mid, .cena_bot, .cena_mid2 ,.cena_mid3 {
    display: flex;
    justify-content: space-between;
}


.cena_top {
    border-radius: 1.125rem 1.125rem 0 0;
    -webkit-border-radius: 1.125rem 1.125rem 0 0;
    -moz-border-radius: 1.125rem 1.125rem 0 0;
   border-color: #3e1b23;
    background-color: #dd9292;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
   border-color: #EF2D56;  

}
.cena_mid
{
    border-color: #3e1b23;
    background-color: #e6abab;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
   border-color: #EF2D56;  
}

.cena_mid2
{
   border-color: #3e1b23;
    background-color: #dd9292;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
   border-color: #EF2D56;  
}

.cena_mid3
{

   border-color: #3e1b23;
    background-color: #e6abab;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
   border-color: #EF2D56;  
 /*  -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);*/

}



.cena_polozek
{
    
    margin: 5rem;
font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    color: #000000;

    border-style: none;
    border-width: 0.0625rem;
   border-color: #EF2D56;  
   border-radius: 1.125rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
   -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);

}

.cena_bot {

    border-radius: 0 0 1.125rem 1.125rem;
    -webkit-border-radius: 0 0 1.125rem 1.125rem;
    -moz-border-radius: 0 0 1.125rem 1.125rem;
   border-color: #3e1b23;
    background-color: #dd9292;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
   border-color: #EF2D56;  
  /* -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);*/
}
/*
background-color: #dd9292;
background-color: #e6abab; 
*/
.right-text{
    
    display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 2rem;
}
.o_nas
{
    text-justify: distribute;
    text-align: justify;
    text-align-last: center;
    margin: 0rem;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;

    font-style: normal;
    color: #000000;
    background-color: #dd9292;
    border-radius: 1.125rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #EF2D56;
    -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
   
}

.o_nas {
    display: flex;
    align-items: center; /* Centers items vertically */
}
.o_nas > div {
    flex: 1;
    padding: 5px;
    box-sizing: border-box;
}
.centered-picture2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dobloku {
    text-align: justify;
    text-justify: distribute;
}

.o_nas2 {
    margin: 0;
    padding: 0;
    display: flex;
    margin: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.kontakt {
    margin: 0;
    padding: 0;
    display: flex;
    margin: 5rem;

   
}
.kontakt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.column_kontakt {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
}

.info {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    background-color: #dd9292;
    border-radius: 1.125rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    padding: 0.9375rem 1.75rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #EF2D56;
    -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
}

.picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #dd9292;
    border-radius: 1.125rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #EF2D56;
    -webkit-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
    -moz-box-shadow: -4px 0px 74px 14px rgba(221,49,49,0.32);
}

.centered-picture {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
}
