/* --------------------------DESKTOP------------------------ */
@media only screen and (min-width: 768px) {
    body {
        background-image: url(kolo.png);
        background-color: black;
        background-size: 100vw;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        background-position-y: top;
        flex-direction: column;
        align-items: center;
        color: white;
        font-family: 'Comfortaa', monospace;
    }
    
    nav {
        width: 80vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        font-size: 2vw;
    }
    
    nav img {
        width: 15vw;
    }
    
    nav a {
        color: white;
        text-decoration: none;
        margin: 1vw;
    }
    
    main {
        width: 80vw;
    }
    
    #zapraszamy {
        margin-top: 10vh;
        height: 70vh;
    }
    #zapraszamy p {
        margin: 0;
        font-size: 6vh;
    }
    
    #zajmujemysie p {
        font-size: 3vw;
    }
    
    #zajmujemysie ul {
        font-size: 2vw;
    }
    
    
    #wypelnijformularz {
        display: flex;
        flex-direction: row;
    }
    #wypelnijformularz #tekst {
        margin: 5vw;
    }
    #wypelnijformularz #tekst p {
        margin: 0;
        font-size: 3vw;
    }
    
    #formularz{
        padding: 35px;
        border-style: solid;
        border-radius:  15px;
        border-color: white;
        border-width: 1px;
        width: 48vw;
    }
    
    
    #kontakt img {
        height: 4vw;
    }
    
    #footer-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .kontener {
        display: flex;
        flex-direction: row;
        width: auto;
    }
    
    #formularz span{
        display: flex;
        flex-direction: column;
        margin: 10px;
        justify-content:flex-end;
    }
    
    
    #footer-container div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    #footer-container div p {
        margin: 0;
        padding: 0;
    }
    
    input, textarea {
        color: white;
        border-radius: 10px;
        background-color: black;
        border-color: white;
        padding: 5px;
    }
    
    button {
        color: white;
        border-radius: 10px;
        background-color: black;
        border-color: white;
        padding: 5px;
        font-size: 1.5vw;
    }
    
    .trzyinputy span {
        width: auto;
    }
}
/* -------- Telefon ---------*/
@media only screen and (max-width: 768px) {
    body {
        background-image: url(kolo.png);
        background-color: black;
        background-size: 100vw;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        background-position-y: top;
        flex-direction: column;
        align-items: center;
        width: auto;
        justify-content: center;
        color: white;
        font-family: 'Comfortaa', monospace;
    }
    
    nav {
        width: 80vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        font-size: 3.5vw;
    }
    
    nav img {
        width: 25vw;
    }
    
    nav a {
        color: white;
        text-decoration: none;
        margin: 1vw;
    }
    
    #zapraszamy {
        margin: 5vw;
    }
    #zapraszamy p {
        margin: 0;
        font-size: 5vw;
    }
    #zaczynamy {
        font-size: 3vw !important;
    }
    #zajmujemysie {
        margin-top: 5vh;
    }
    #zajmujemysie p {
        font-size: 4vw;
    }
    
    #zajmujemysie ul {
        font-size: 3.5vw;
        padding-left: 10%;
    }
    
    
    #wypelnijformularz {
        display: flex;
        flex-direction: column;
    }
    #wypelnijformularz #tekst {
        margin: 5vw;
    }
    #wypelnijformularz #tekst p {
        margin: 0;
        font-size: 5vw;
    }
    
    #formularz{
        margin-top: 5vh;
        border-style: solid;
        border-radius:  15px;
        border-color: white;
        border-width: 1px;
        padding: 2vw;
    }
    
    #kontakt {
        margin-top: 10vh;
    }
    #kontakt img {
        height: 4vw;
    }
    
    #footer-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 5vw;
    }

    #footer-container div {
        margin: 1vw;
    }
    
    .kontener {
        display: flex;
        flex-direction: column;
        width: auto;
    }
    
    #formularz span{
        display: flex;
        flex-direction: column;
        margin: 1vw;
        justify-content:flex-end;
    }
    
    
    #footer-container div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    #footer-container div p {
        margin: 0;
        padding: 0;
    }
    
    input, textarea {
        color: white;
        border-radius: 10px;
        background-color: black;
        border-color: white;
        padding: 5px;
        width: auto;
    }
    
    button {
        color: white;
        border-radius: 10px;
        background-color: black;
        border-color: white;
        padding: 2vw;
        margin: 2vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 5vw;
        width: 40vw;
    }
    
    .trzyinputy span {
        width: auto;
    }
}