:root{
    --yellow: #3c7f52;
    --orangeback: #d7e5da;
    --orangewhite: #fcfce5;
    --green: #11341d;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Bahnschrift';
    scroll-behavior: smooth;
    text-decoration: none;
}
html{
    overflow-x: hidden;
}
body{
    background: url(../img/w1.png);
    justify-content: center;
    /*background: url(../img/tlo.png);*/
    background-size: contain;
    overflow-x: hidden;
}
.reg{
    background-image: none;
    background: #1e7742;
    border-radius: 10px;
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 8px 12px;
    text-align: left;
}
.nawigacja{
   

    justify-content: center;
    list-style: none;
}
.nawigacja ul {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}
.nawigacja ul li{
    padding: 8px 8px;
}
.nawigacja ul li a{
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    padding: 2px 12px;
}
.nawigacja ul li::after
{
    content: '';
    width: 20%;
    height: 1px;
    background: #1e7742	/*var(--green)*/;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nawigacja ul li:hover::after
{
    width: 100%;
   
}
.info1{
    background: var(--orangeback);
    height: 70px;
    justify-content: left;
    text-align: left;
    padding: 10px;
    width: 50%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 1px -5px 1px var(--yellow);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #f99d79;
    transition: .3s;
}
.info1:hover, 
.info2:hover, 
.info3:hover, 
.cena:hover{
transform: scale(1.1);
}
.info1 h4, .info2 h4, .info3 h4{
    font-size: 24px;
    color: var(--yellow);
    font-weight: 500;
}
.info1 h2, .info2 h2, .info3 h2{
    font-size: 22px;
    color: var(--yellow);
    font-weight: 400;
    text-align: right;
    
}
.info2{
    background: var(--orangeback);
    height: 70px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 50%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 1px -5px 1px var(--yellow);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #292929;
    transition: .3s;
}
.info3{
    background: var(--orangeback);
    height: 70px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 50%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 1px -5px 1px var(--yellow);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #292929;
    transition: .3s;
}
.cena{
    background: var(--orangeback);
    height: 59px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 50%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 1px -5px 1px var(--yellow);;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #292929;
    transition: .3s;
}
.kontakt{
    justify-content: space-evenly;
    background: url(img/probne2.png);
}
.cennik{
    height: 100vh;
    
}
.cena h4{
    font-size: 24px;
    color: var(--yellow);
    font-weight: 500;
}
.cena h2{
    font-size: 22px;
    color: var(--yellow);
    font-weight: 400;
    text-align: right;
}
header{
    background: url(../img/salon2cz.png);
    background-size: cover;
    background-position: top 50%;
    
    min-height: 100vh;
}
.reg h1{
    text-align: center;
}
h1{
    text-align: center;
    padding: 50px;
    font-size: 26px;
    color: #837054;
    text-shadow:2px 1px 1px#fff;
}
.reg h4{
    text-align:left;
    display: block;
    padding: 12px;
    margin-right: auto;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    white-space: 10px;
}
.cena p{
    text-align: center;
}


.logo2{
    margin-right: auto;
    display: flex;
    margin-left: auto;
}
.logo{
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.logo button{
   
    margin-top: -5%;
    transition: .3s;
    margin-right: auto;
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    width: 180px;
    color: #000;
    font-size: 12px;
    padding: 12px 0;
    background: rgba(225, 225, 225, .5);
    border: 0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    padding: 8px 15px;
    background: #826040;
    border-radius: 30px;
    color: #fff;
}
button:hover{
    transform: scale(1.1);
}
.logo button a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-shadow:2px 1px 1px#b4a695;
}
.bottom ul {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}
.bottom ul li{
    padding: 8px 8px;
}
.bottom ul li a{
    display: inline-block;
    
    color: #fff;
    text-decoration: none;
    padding: 2px 12px;
}
.bottom ul li::after
{
    content: '';
    width: 20%;
    height: 1px;
    background: 	var(--green);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.bottom ul li:hover::after
{
    width: 100%;
   
}
.bottom 
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
    min-height: 10vh;
    list-style: none;
    flex: 1;
    margin: 0 auto;
}
.footer-links
{
    flex: 1;
    text-align: right;
    
}
.footer-links ul li 
{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.footer-links ul li a
{
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    text-decoration: none;
    font-size: 18px;
}
.footer-links ul li::after
{
    content: '';
    width: 0%;
    height: 2px;
    background: 	#fff;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.footer-links ul li:hover::after
{
    width: 100%;
}
@media(max-width:1024px){
    .bottom{
        margin-top: 100px;
    }
    .info3, .info2, .info1, .cena{
        width: 90%;
    }

}
@media(max-width: 720px){
    .reg{
        width: 100%;
    }
    .info3, .info2, .info1, .cena{
        width: 90%;
    }
}
@media(min-width:1340px) and (min-height: 650px){
    .bottom{
        margin-top: 200px;
    }
}
@media(max-width: 1000px) and (min-width: 800px){
    .info3, .info2, .info1, .cena{
        width: 90%;
    }
    
}
@media(max-width:640px) and (min-width:501px){
    .bottom{
        margin-top:200px;
    }
    .info1 h4, .info2 h4, .info3 h4{
        font-size: 18px;
        color: var(--yellow);
        font-weight: 500;
    }
    .info1 h2, .info2 h2, .info3 h2{
        font-size: 20px;
        color: var(--yellow);
        font-weight: 500;
    }
    .info1, .info2, .info3, .cena{
        width:100%
    }
    header{
        background: url(../img/salon2cz.png);
        background-size: cover;
        background-position: center;
        min-width: 102vw;
        min-height: 102vh;
    }
    html{
        overflow-x: hidden;
    }
}
@media(max-width:500px){
    body{
           
        width: 100vw;
        overflow-x: hidden;
    }
    html{
        overflow-x: hidden;
    }
    .reg{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    header{
        background: url(../img/salon2cz.png);
        background-size: cover;
        background-position: center;
        min-width: 100vw;
        min-height: 100vh;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    .nawigacja ul li a{
        font-size: 14px;
        flex-direction: column;
        display: flex;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .bottom ul li a{
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
    .info3, .info2, .info1, .cena{
        width: 90%;
    }
    .reg h4{
        text-align: left;
        
    }
    .bottom{
        margin-top: 100px;
    }
}
@media(max-width:420px) and (min-width:300px){
    body{
           
        width: 100vw;
        overflow-x: hidden;
    }
    html{
        overflow-x: hidden;
    }
    header{
        background: url(../img/salon2cz.png);
        background-size: cover;
        background-position: center;
        min-width: 100vw;
        min-height: 100vh;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    .nawigacja ul li a{
        font-size: 16px;
        flex-direction: column;
        display: flex;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .bottom{
        margin-top: 200px;
    }
    .reg h4{
        text-align: left;
        font-size: 17px;
    }
    .logo img{
        width: 350px;
    }
    .info1 h4, .info2 h4, .info3 h4{
        font-size: 16px;
        color: var(--yellow);
        font-weight: 500;
    }
    .info1 h2, .info2 h2, .info3 h2{
        font-size: 18px;
        color: var(--yellow);
        font-weight: 500;
    }
}
@media(max-width:350px){
    .reg h4{
        text-align: left;
        font-size: 15px;
    }
    .bottom{
        margin-top: 250px;
    }
    html{
        overflow-x: hidden;
    }
    .reg{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .reg h1{
        text-align: center;
    }
    body{
           
        width: 100vw;
        overflow-x: hidden;
    }
    .info3, .info2, .info1, .cena{
        width: 80%;
    }
    header{
        background: url(../img/salon2cz.png);
        background-size: cover;
        background-position: center;
        min-width: 100vw;
       min-height: 100vh;
    }
    .logo img{
        width: 280px;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    .nawigacja ul li a{
        font-size: 14px;
        flex-direction: column;
        display: flex;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    
    .bottom ul li a{
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
    .info1 h4, .info2 h4, .info3 h4{
        font-size: 16px;
        color: var(--yellow);
        font-weight: 500;
    }
    .info1 h2, .info2 h2, .info3 h2{
        font-size: 18px;
        color: var(--yellow);
        font-weight: 500;
    }
}
@media(max-width: 400px){
    .bottom{
        margin-top: 380px;
    }
}
@media(max-width:320px){
    .reg h4{
        text-align: left;
        font-size: 15px;
    }
    .bottom{
        margin-top: 400px;
    }
    body{
           margin-left: auto;
           margin-right: auto;
        width: 100vw;
        overflow-x: hidden;
        min-height: 100vh;
    }
    .info3, .info2, .info1, .cena{
        width: 100%;
        overflow-x: hidden;
    }
    html{
        overflow-x: hidden;
    }
    header{
        background: url(../img/salon2cz.png);
        background-size: cover;
        background-position: center;
        min-width: 105vw;
       min-height: 120vh;
    }
    .logo img{
        width: 280px;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    .nawigacja ul li a{
        font-size: 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    
    .bottom ul li a{
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    }
    .info1 h4, .info2 h4, .info3 h4{
        font-size: 16px;
        color: var(--yellow);
        font-weight: 500;
    }
    .info1 h2, .info2 h2, .info3 h2{
        font-size: 18px;
        color: var(--yellow);
        font-weight: 500;
    }
    
}
@media(max-width:290px){
    .reg h4{
        text-align: left;
        font-size: 15px;
    }
    .info3, .info2, .info1, .cena{
        width: 100%;
    }
    
    .bottom{
        margin-top: 270px;
    }
    body{
           
        width: 100vw;
        overflow-x: auto;
    }
    html{
        overflow-x: hidden;
    }
    .reg{
        width: 95%;
    }
    header{
        background: url(../img/salon2cz.png);
        background-size: cover;
        background-position: center;
        min-width: 105vw;
       min-height: 120vh;
    }
    .logo img{
        width: 280px;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    .nawigacja ul li a{
        font-size: 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .nawigacja img{
        display: none;
    }
    .bottom img{
        display: none;
    }
    
    .bottom ul li a{
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
    .info1 h4, .info2 h4, .info3 h4{
        font-size: 16px;
        color: var(--yellow);
        font-weight: 500;
    }
    .info1 h2, .info2 h2, .info3 h2{
        font-size: 18px;
        color: var(--yellow);
        font-weight: 500;
    }
}