* {
    margin: 0;
    padding: 0;
    font-family: 'JetBrains Mono', monospace;

}

html {
    box-sizing: border-box;
    background-color: whitesmoke;
}


nav li, a, button {
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
    background-color: #6B52A8;/*#202020;*/
}

.logo {
    width: 92px;
    cursor: pointer;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}


.nav_links li a:hover {
    color:rgb(165, 165, 165);
}

button {
    padding: 9px 25px;
    margin-left: 15%;
    background-color: #272727/*#515151*/;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: rgba(255,182,193,0.8);
}

#kolor {
    background-color: #6B52A8 ;
    width: 100%;
    height: 32vw;
    position: absolute;
    z-index: -1;
}

#gora {
    margin: 3% 8% 0% 7%;
    display: grid;
    height: auto;
    gap: 0% 4%;
    grid-template-columns: minmax(300px, 52fr) minmax(275px, 48fr);
    grid-template-rows: 2fr 10fr;
    grid-template-areas:
    "a c"
    "b c";
}

#srodek-1 {
    display: grid;
    width: 90%;
    height: auto;
    margin-top: 10%;
    margin-right: 0%;
    gap: 5.5%;
    grid-template-columns: 64fr 36fr;
    grid-template-rows: 1fr 99fr;
    grid-template-areas:
    "a b"
    "a c";
}

#srodek-2 {
    display: grid;
    width: 91%;
    height: auto;
    margin-top: 10%;
    margin-left: 5%;
    gap: 5.5%;
    grid-template-columns: 43fr 57fr;
    grid-template-rows: 1fr 99fr;
    grid-template-areas:
    "b a"
    "c a";
}

#first-view-left {
    grid-area: b;
}

#first-view-right{
    grid-area: c;
}

#first-view-right ul{
    margin-top: 12%;
}

.first-view-right-down{
    list-style-type: none;
}


#srodek-1 div{
    grid-area: c;
}

#srodek-2 div{
    grid-area: c;
    margin-top: 5%;
    padding-left: 10%;
}

#fotograf {
    width: 100%;
    height:auto;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.22),
    0 6.7px 5.3px rgba(0, 0, 0, 0.228),
    0 12.5px 10px rgba(0, 0, 0, 0.235),
    0 22.3px 17.9px rgba(0, 0, 0, 0.042),
    0 41.8px 33.4px rgba(0, 0, 0, 0.05),
    0 100px 80px rgba(0, 0, 0, 0.07);
}

#srodek-1-img{
    grid-area: a;
    width: 100%;
    height:auto;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.02),
  0 6.7px 5.3px rgba(0, 0, 0, 0.028),
  0 12.5px 10px rgba(0, 0, 0, 0.035),
  0 22.3px 17.9px rgba(0, 0, 0, 0.042),
  0 41.8px 33.4px rgba(0, 0, 0, 0.05),
  0 100px 80px rgba(0, 0, 0, 0.07);
}

#srodek-2-img{
    grid-area: a;
    width: 100%;
    height:auto;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.02),
  0 6.7px 5.3px rgba(0, 0, 0, 0.028),
  0 12.5px 10px rgba(0, 0, 0, 0.035),
  0 22.3px 17.9px rgba(0, 0, 0, 0.042),
  0 41.8px 33.4px rgba(0, 0, 0, 0.05),
  0 100px 80px rgba(0, 0, 0, 0.07);
}

h1 {
    font-size:10vw;
    margin-top: 0.5%;
    font-family: 'Bitter', serif;
    line-height : 10vw;

}

h2{
    font-size: 1.3rem;
    color: white;
    margin-bottom: 2vw;
}

h3{
    margin: 8% 0 5% 0;
    text-transform: uppercase;
    color: #A07DBF;
}

#srodek-2 div ul{
    margin-bottom: 10%;
}
/*
#lewy-footer img{
    width: 100px;
}
#lewy-footer{
    justify-self: start;
}
*/
footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    margin-top: 20px;
    background-color: #242429;
    color: #fff;
}
#social-linki{
    color: #515151;
    width: 100px;
    justify-self: end;
}
@media only screen and (max-width: 680px){
    #gora {
        margin: 3% 8% 0% 7%;
        display: grid;
        height: 200vh;
        gap: 0%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 3fr;
        grid-template-areas:
        "a"
        "b";
    }

    #gora p {
        margin-bottom: 30px;
    }
    #first-view-left {
        grid-area: a;
    }
    
    #first-view-right{
        grid-area: b;
    }

    h2{
        font-size: 5vw;
    }

    #kolor {
    height: 10vw;
    }

    #srodek-1 {
        display: grid;
        width: 90%;
        height: auto;
        margin-top: 15%;
        margin-left: 5%;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
        "b"
        "c";
    }
    #srodek-1-img{
        grid-area: b;
        width: 100%;
        height:auto;
    }
    h3{
        margin-top: 0;
    }
    #srodek-2 {
        display: grid;
        width: 90%;
        height: auto;
        margin-left: 5%;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
        "b"
        "c";
    }
    #srodek-2-img{
        grid-area: b;
        width: 100%;
        height:auto;
    }
    #srodek-2 div{
        grid-area: c;
        padding: 0;
    }
}
@media only screen and (max-width: 680px){

    button {
        width: 30%;
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 500px){
    header{
        flex-direction: column-reverse;
    }    
    .nav_links{
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
}