header {
    background-color: rgb(255, 250, 221);
    height: 120px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 100;
}

#fakenaglowek {
    width: 100%;
    height: 120px;
}

header img {
    height: auto;
    width: 120px;
    margin-left: 70px;
}

#prawyheader {
    margin-right: 100px;
}

header a {
    margin-right: 70px;
    font-size: 1.2em;
    transition: color 0.2s ease-out;
    text-decoration: none;
    color: black;
    position: relative;
    display: inline-block;
}

header a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #fce253;
    transition: width 0.3s ease;
}

header a:hover::after {
    width: 100%;
}

header a:hover {
    color: #fce253;
    cursor: pointer;
}


body {
    font-family: 'Calibri';
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    font-size: 1.2em;

    
}

footer {
    bottom: 0;
    background-color: rgb(30, 30, 30);
    color: white;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 200px;
    align-content: space-between;
}

#stopka1 {
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#stopka2 {
    background-color: black;
    height: 20%;
    width: 100%;
    padding: 10px;
    align-content: center;
    bottom: 0;
}

footer ul {
    list-style: none;
    line-height: 30px;
}

/*---------------------------------------*/

section p {
    font-size: 1.2em;
}

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#sekcja1 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    background-color: #fffae5;
    border-radius: 30px;
    height: auto;
    margin-bottom: 120px;
    padding: 20px;
    font-size: 1.1em;
}

#sekcja1 p {
    margin: 10px;
    color: rgb(34, 34, 34);
}

.sekcja {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 40%;
    border-radius: 30px;
    height: auto;
    margin-bottom: 60px;
    justify-content: center;
    font-size: 1.15em;
}

.sekcja p {
    margin: 10px;
    color: rgb(66, 66, 66);
}

#sekcja2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 80px;
}

.sekcja a {
    display: flex;
    justify-content: center;
    align-items: center;  
    width: 25%;
    height: 60px;
    background-color: #e4d54d;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-decoration: none;
    color: black;
    font-size: 0.95em;
    margin-top: 10px;
}

.sekcja a:hover {
    background-color: rgb(99, 99, 99);
    color: white;
    box-shadow: 0px 0px 10px black;
    transition: all 0.3s ease-in-out;
}

#napisglowny {
    width: 100%;
    height: 310px;
    background-image: url('zdjecia/pracownia1.webp');
    background-size: 100%;
    background-position: 0 -730px;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: darken;
    text-align: center;
    text-shadow: 0px 0px 6px black;
    font-size: 1.8em;
    color: white;
}

#napisglowny hr {
    margin: 0 auto;
    padding: 0;
    height: 3px;
    margin-top: -40px;
    width: 13%;
    background-color: #ccbb22;
    z-index: 1;
    border: 0;
}

#napisglowny p:nth-of-type(2) {
    color: rgb(238, 238, 238);
    font-size: 0.95em;
    
}

#sekcjapracownia {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    background-color: #fffae5;
    border-radius: 30px;
    height: auto;
    margin-bottom: 50px;
    padding: 10px;
    font-size: 1.1em;
    text-align: center;
}

#sekcjapracownia p {
    margin: 10px;
    color: rgb(34, 34, 34);
    width: 100%;
}

#zdjeciapracowni {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 150px;
}

#zdjeciapracowni img {
    height: auto;
    width: 25%;
    border-radius: 20px;
    border: 1px gray solid;
}

.kreska {
    margin: 0 auto;
    padding: 0;
    height: 2px;
    margin-top: -60px;
    width: 80%;
    background-color: #e6d226;
    z-index: 1;
    border: 0;
    margin-bottom: 150px;
}
