#welcome {
    height: calc(100vh - 71px);
    padding: 0 !important;
}

#background {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 71px);
    position: absolute;
    top: -64px;
}

#welcome > span > img {
    height: 500px;
    max-width: 100%;
}

#welcome .img-text {
    position: absolute;
    left: 0;
    top: 71px;
    object-fit: cover;
    height: calc(100vh - 71px);
    width: 100%;
    color: var(--text) !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

#welcome .img-text h3 {
    font-size: 3em;
}

#welcome .img-text h1 {
    font-size: 6em;
}


#welcome br {
    display: block;
    margin-top: -35px;
}
#harmonogram div {
    margin-top: 55px;
}

#harmonogram ul {
    margin-left: 25px;
    list-style-type: none;
}

#harmonogram li {
    margin-top: 25px;
    font-size: 1.5em;
}

#dolacz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

#dolacz h2 {
    font-size: 2.2em;
}

#map {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#map h2 {
    margin-bottom: 25px;
}

.scroll-show {
    position: relative;
    left: -20px;
    opacity: 0;
    transition: 2s;
}

.scroll-show-min {
    opacity: 0;
    transition: 1s;
    scale: 0.9;
}

.scroll-show-opacity {
    opacity: 0;
    transition: opacity 3s;
}

#opis p {
    font-size: 1.7em;
    font-family: Goldman;
}

#opis {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#opis > div {
    min-width: 400px;
    max-width: 50%;
}

#opis > div > img {
    width: 100%;
    
}

#nagrody p, #nagrody ul {
    font-size: 1.4em;
    margin-left: -25px;
}

#nagrody ul {
    margin-left: 25px;
}

#nagrody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


#jury > div {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 130px;
}

#jury > div > div {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

#jury > div > div > p {
   font-size: 1.8em;
}

#jury > div > div > img {
	height: 400px;
	width: 400px;
    filter: saturate(0) contrast(150%);
}

#sponsorzy > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#sponsorzy > div > img {
    width: 15%;
    height: auto;
    margin-top: 25px;
    min-width: 200px;
}

#nagrody > div {
    max-width: 50%;
    min-width: 400px;
}

#nagrody img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: inset 4px -15px 69px 100px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 4px -15px 69px 100px rgba(0, 0, 0, 1);
    box-shadow: inset 4px -15px 69px 100px rgba(0, 0, 0, 1);
}

#map > div {
    margin-bottom: 25px;
}

#logo {
    width: 500px;
    max-width: 80%;
    position: absolute;
    top: 116px;
    left: 50%;
    transform: translateX(-50%);

}

.hue {
    filter: hue-rotate(110deg);
}

#media > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#media > div > a {
    width: 15%;
    height: auto;
    margin-top: 25px;
    min-width: 200px;
}

#media > div > a > img {
    width: 100%;
}
