@media screen and (max-width: 1080px) {
    *{
        margin: 0;
        padding: 0;
    }
    
    body {
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 67%, rgba(0,212,255,1) 100%);
        width: 100vw;
        min-height: 100vh;
    }
    #wrapper {
        display: grid;
        height: fit-content;
    }
    #odnosnik {
        width: 100%;
        height: 125px;
        display: grid;
        align-items: center;
    }
    a#odnosnik_link {
        color: #fc053a;
        font-family: "Caveat", serif;
        text-decoration: none;
        font-size: 25px;
    }
   
    a#odnosnik_link:hover {
        color: #b42d4f;
    }
    
    #menugornoboczne {
        width: 100%;
        height: fit-content;
        display: grid;
        color: rgb(127, 255, 212);
        align-content: center; 
        justify-content: center;
        row-gap: 10px;
        margin-bottom: 7px;
    }
    #napismenu  {
        font-family: "Rubik Vinyl", serif;
        text-align: center;
        font-size: 28px;
        width: 100%;
        height: 50px;
    }
    #elementyaktywnemenu {
        width: 100vw;
        height: fit-content;
        display: flex;
        justify-content: center;
        column-gap: 8%;
        margin-bottom: 20px;
       
    }
    .zagniezdzonewmenu {
        width: fit-content;
        text-align: center;
    }
    a.menu_link {
        text-decoration: none;
        color: rgb(127, 255, 212);
        font-family: "big shoulders stencil", serif;
        font-size: 16px;
    }
    .menu_link:hover {
        color: rgb(5, 201, 201);
    }
    #main {
        width: 100%;
        display: grid;
        height: fit-content;
        
    }
    img#fotozachod {
        width: 94%;
        border-radius: 8px;
        justify-self: center;
    }
    #footer {
        font-family: Arial, Helvetica, sans-serif;
        color: aliceblue;
        font-size: 12px;
        width: 100vw;
        text-align: center;
        margin-top: 60px;
        
    }
}


@media screen and (min-width: 1081px) {
    *{
        margin: 0;
        padding: 0;
    }
    
    body {
        background-image: url("../img/tlo2.jpg"); 
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
        width: 100vw;
        height: 100vh;
    }
    #wrapper {
        display: grid;
         height: 100vh;
    }
    #odnosnik {
        width: 100%;
        height: 125px;
        display: grid;
        align-items: center;
    }
    a#odnosnik_link {
        color: #fc053a;
        font-family: "Caveat", serif;
        text-decoration: none;
        font-size: 25px;
    }
   
    a#odnosnik_link:hover {
        color: #b42d4f;
    }
    
    #menugornoboczne {
        width: 100%;
        height: fit-content;
        display: grid;
        color: rgb(127, 255, 212);
        justify-content: center;
        padding-bottom: 140px;
    }
    #napismenu  {
        font-family: "Rubik Vinyl", serif;
        text-align: center;
        font-size: 46px;
        margin-left: 5vw;
        width: fit-content;
        height: 70px;
    }
    #elementyaktywnemenu {
        width: fit-content;
        height: fit-content;
        margin-left: 5vw;
        margin-top: 8vh;
        display: grid;      
        row-gap: 2.5vw;
       
    }
    .zagniezdzonewmenu {
        width: fit-content;
        text-align: center;
    }
    a.menu_link {
        text-decoration: none;
        color: rgb(127, 255, 212);
        font-family: "big shoulders stencil", serif;
        font-size: 24px;
    }
    .menu_link:hover {
        color: rgb(5, 201, 201);
    }
    #main {
        display: none;      
    }     
    #footer {
        font-family: Arial, Helvetica, sans-serif;
        color: aliceblue;
        font-size: 12px;
        width: fit-content;
        align-content: last baseline;
        justify-self: center;
        margin-left: 30%;
        margin-bottom: 12px;
        height: fit-content;
    }
}








@media screen and (min-width: 1367px) {
    *{
        margin: 0;
        padding: 0;
    }
    
    body {
        background-image: url("../img/tlo2.jpg"); 
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
        width: 100vw;
        height: 100vh;
    }
    #wrapper {
        display: grid;
         height: 100vh;
    }
    #odnosnik {
        width: 100%;
        height: 125px;
        display: grid;
        align-items: center;
    }
    a#odnosnik_link {
        color: #fc053a;
        font-family: "Caveat", serif;
        text-decoration: none;
        font-size: 25px;
    }
   
    a#odnosnik_link:hover {
        color: #b42d4f;
    }
    
    #menugornoboczne {
        width: 100%;
        height: fit-content;
        display: grid;
        color: rgb(127, 255, 212);
        justify-content: center;
        padding-bottom: 140px;
    }
    #napismenu  {
        font-family: "Rubik Vinyl", serif;
        text-align: center;
        font-size: 55px;
        margin-left: 5vw;
        width: fit-content;
        height: 70px;
    }
    #elementyaktywnemenu {
        width: fit-content;
        height: fit-content;
        margin-left: 5vw;
        margin-top: 8vh;
        display: grid;      
        row-gap: 2.5vw;
       
    }
    .zagniezdzonewmenu {
        width: fit-content;
        text-align: center;
    }
    a.menu_link {
        text-decoration: none;
        color: rgb(127, 255, 212);
        font-family: "big shoulders stencil", serif;
        font-size: 27px;
    }
    .menu_link:hover {
        color: rgb(5, 201, 201);
    }
    #main {
        display: none;      
    }     
    #footer {
        font-family: Arial, Helvetica, sans-serif;
        color: aliceblue;
        font-size: 13px;
        width: fit-content;
        align-content: last baseline;
        justify-self: center;
        margin-left: 30%;
        margin-bottom: 12px;
        height: fit-content;
    }
}

       /* border: #fc053a solid 1px; */
