:root {
    --primary-color: #ffffff;
    --secondary-color: rgb(255, 230, 0);
    --navbaradd: rgba(255, 230, 0, 0.7);
    --lightyellow: rgb(206, 206, 206);
    --third-color: rgba(230, 230, 230, 0.5);
    --footer: rgb(122, 122, 122);
    --footerbottom: rgb(92, 92, 92);
    --black: #222;
    --grey: rgb(190, 190, 190);
    --darkgrey: rgb(90, 90, 90);
    --background-box: #f9f9f9;
  }
body {
    height: 100%;
    background-color: var(--primary-color);
    overflow-y: scroll; 
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}
* {
    font-family:'Verdana';
    margin: 0px;
    padding: 0px;
    box-sizing: border-box ;
}

/*NAVBAR*/
nav{
    height: 75px;
    background-color: var(--secondary-color);
    box-shadow: 00px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.nav-links a{
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black);
}
.nav-links li {
    height: 75px;
    float: left;
    padding: 25px 25px;
    z-index: 3;
    list-style: none;
}
.logo{
    float: right;
    width: 350px;
    transition: all 0.3s ease-in 0s;
}
.navbar-button{
    transition: all 0.3s;
}
.navbar-button:hover{
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
    box-shadow: 00px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.you-are-here{
    transition: all 0.3s;
    font-weight: 800;
    border-bottom: 1px solid var(--secondary-color);
}
.you-are-here:hover{
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.navbar-add{
    min-width: 150px;
    width: 150px;
    background-color: var(--navbaradd);
    border-bottom-right-radius: 50px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.navbar-add a{
    list-style: none;
    text-decoration: none;
}
/*KONTRAST*/

.contrast{
    color: var(--primary-color);
    margin: 25px 25px 25px 25px;
}
.high-contrast{
    background-color: black !important;
    color: var(--secondary-color) !important;
}
.high-contrast .logo{
    display: none;
}
.navbar-high-contrast {
    background-color: black !important;
    color: var(--secondary-color) !important;
    border-bottom: 1px solid var(--secondary-color);
}
.navbar-high-contrast .nav-links a {
    color: var(--secondary-color) !important;
}
.navbar-high-contrast .you-are-here:hover{
    background-color: var(--secondary-color);
    color: var(--black);
    transition: all 0.3s;
    box-shadow: 00px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.navbar-high-contrast .navbar-button:hover{
    background-color: var(--secondary-color);
    color: var(--black);
    transition: all 0.3s;
    box-shadow: 00px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.high-contrast .header {
    color: var(--secondary-color) !important;
    border-bottom: 1px solid var(--secondary-color);
}
.high-contrast .header a{
    color: var(--secondary-color) !important;
}
.high-contrast .read-more {
    color: var(--secondary-color) !important;
    border-bottom: 1px solid var(--secondary-color);
}
.high-contrast .navbar-add {
    background-color: var(--secondary-color) !important;
    color: black !important;
}
.high-contrast .footer {
    border: 1px solid var(--secondary-color);
    background-color: black !important;
    color: var(--secondary-color) !important;
}
.high-contrast .footer-bottom {
    border: 1px solid var(--secondary-color);
    background-color: black !important;
    color: var(--secondary-color) !important;
}
.high-contrast .linki a{
    color: var(--secondary-color) !important;
}
.high-contrast .email p{
    color: var(--secondary-color) !important;
}
.high-contrast .burger div{
    background-color: var(--secondary-color) !important;
}
.high-contrast .tekst{
    background-color: black !important;
    color: var(--secondary-color);
}
.high-contrast .button-item{
    border: 1px solid var(--secondary-color);
    background-color: black !important;
    color: var(--secondary-color);
}
.high-contrast .button-item li{
    color: var(--secondary-color);
}
.high-contrast .button-item p{
    color: var(--secondary-color);
}
/*WIEKSZA CZCIONKA*/

.large-font{
    font-size: 1.5em;
    transition: all 0.1s ease 0s;
}
.large-font .nav-links a{
    font-size: 20px;
    transition: all 0.1s ease 0s;
}
.large-font .header{
    font-size: 1.5em;
    transition: all 0.1s ease 0s;
}
.large-font .linki a{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}
.large-font .email p{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}
.large-font .email p{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}
.large-font .tekst{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}
.large-font .button-item{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}
.large-font  .button-item li{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}
.large-font .button-item p{
    font-size: 1.1em;
    transition: all 0.1s ease 0s;
}

/*sekcja zwijana*/

.burger {
    display: none;
    position: absolute;
    top: 20px; 
    left: 50%;
    transform: translateX(-50%); 
    z-index: 20;
}
.burger div {
    width: 40px;
    height: 5px;
    margin: 5px 0; 
    background-color: var(--black);
}
@media screen and (max-width:768px) {
    .nav-links {
        width: 100vw;

    }
}
@media screen and (max-width:1300px) {
    .logo {
        min-width: 150px;
        width: 150px;
        z-index: 10;
        transition: all 0.3s ease-in 0s;
    }
    .nav-links {
        padding-top: 75px;
        background-color: var(--secondary-color);
        display: flex;
        position: absolute;
        flex-direction: column;
        text-align: center;
        width: 100vw;
        transform: translate(100%);
        transition: transform 0.3s ease-in;
    }
    .high-contrast .nav-links{
        background-color: black;
    }
    .nav-links li{
        transform: translateX(-50%); 
        left: 50%;
        width: 100vw;
        border-bottom: 1px solid var(--black);
    }
    .burger {
        display: block;
    }
    .footer .footer-content .links{
        display: none;
    }
    .footer .footer-content .contact-form{
        display: none;
    }
    .you-are-here{
        font-weight: 900;
        border-bottom: 0px solid var(--black);
    }

}

.nav-active {
    transform: translateX(0%);
}

@keyframes navLinkFade {
    from{
opacity: 0;
transform: translateX(50px);
    }
    to {
opacity: 1;
transform: translateX(0px);
    }
}


/*MAIN*/

.main-section {
    padding: 25px 0;
    margin: 0 auto;
    max-width: 1300px;
}


/*HEADER*/

.header {
    font-weight: 800;
    font-size: 20px;
    color: var(--black);
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid var(--grey);
}

.header a{
    text-decoration: none;
    color: var(--black);
    transition: 0.3s;
}
.header a:hover{
    text-decoration: none;
    color: var(--secondary-color);
    transition: 0.3s;
}

/* OKIENKO */

.okienko {
    padding: 50px 0 150px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button-item {
    background-color: var(--background-box);
    padding: 40px 20px;
    margin: 10px;
    border-radius: 15px;
    text-align: center;
    width: calc(33% - 20px);
    border: 1px solid var(--grey);
    transition: all 0.3s ease 0s;
}

.button-item:hover{
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.button-item a {
    text-decoration: none;
    color: var(--black);
}

.button-item li {
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.button-item p {
    font-size: 14px;
    color: var(--grey);
    font-weight: 500;
}

/* Responsive layout */
@media (max-width: 768px) {
    .button-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .button-item {
        width: calc(100% - 20px);
    }
}
/*KONKAKTY.HTML*/

.kontakt{
    font-size: 20px;
    min-width: 60vw;
    padding: 25px 0 25px 0;
}
.kontakt li{
    list-style: none;
    justify-content: center;
    text-align: center;
    padding-bottom: 25px;
}
.kontakt a{
    text-decoration: none;
    padding-bottom: 25px;
}
.kontakt-bold{
    color: var(--black);
    text-decoration: none;
    padding-bottom: 5px;
    font-weight: 900;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap; 
}
.kontakt-thin{
    font-size: 14px;
    color: var(--grey);
    text-decoration: none;
    padding-bottom: 5px;
    font-weight: 500;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap; 
}
.sendemail{
    color: var(--black);
    font-size: 28px;
    transition: all 0.3s ease 0s;
}
.sendemail:hover{
    font-size: 28px;
    border-bottom: 1px solid var(--secondary-color);
    transition: all 0.3s ease 0s;
}
@media (max-width: 600px) {
    .tekst {
        font-size: 16px;
        padding: 15px;
    }
}
/*FOOTER*/

.footer {
    position: absolute;
    width: 100vw;
    background-color: var(--footer);
    color: var(--primary-color);
    box-shadow: 00px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 1vw 25px 1vw;
}
.footer-section{
    flex: 1;
    padding-left: 1vw;
    border-left: 1px solid var(--grey);
}
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        padding-left: 0;
        border-left: none;
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
    }
}
/*HEADER-FOOTER*/

.about-logo{
    font-size: 16px;
    padding-bottom: 25px;
}
.yellow-about-logo{
    color: var(--secondary-color);
}

@media (min-width: 768px) {
    .about-logo {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .about-logo {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .about-logo {
        font-size: 20px;
    }
}
/*CATEGORIES-FOOTER*/

.linki a{
    list-style-type: none;
    text-decoration: none;
    font-size: 16px;
    padding-top: 20px;
    color: var(--primary-color);
}
.linki li{
    padding-bottom: 10px;
    transition: all 0.1s;
}
.linki a li:hover{
    margin-left: 5px;
    color: var(--secondary-color);
    transition: all 0.1s;
}

/*EMAIL*/

.email{
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin-left: -1vw;
    transition: all 0.1s;
}
.email:hover{
    transition: all 0.1s;
}
.email p{
    font-size: 20px;
    transition: all 0.1s;
    text-decoration: none;
    color: var(--primary-color);
}
.email p:hover{
    transition: all 0.1s;
    color: var(--secondary-color);
}

/*FB*/

.img-contact {
    width: 70px;
    transition: all 0.1s;
}
.img-contact:hover{
    width: 75px;
    transition: all 0.3s;
}
.logofacebook {
    list-style-type: none;
}

/*BOTTOM*/

.footer .footer-bottom {
    background-color: var(--footerbottom);
    color: var(--grey);
    height: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    padding-top: 10px;
}