body {
    width: 100%;
    font-family: 'Comic Sans MS', Georgia, serif;
    background:
        conic-gradient(from 90deg at 2px 2px, #ffffff 90deg, #f0f0f0 0) 0 0 / 50px 50px;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

.bold {
    font-weight: bolder;
}

main {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
}


#row1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
}

.col1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

    min-width: 100px;
    max-width: 320px;
}

#col1-czy {
    margin-top: 15px;
    font-size: 2em;
    color: #73ae78;
}

#col1-text {
    font-size: 1.3em;
    color: #6ba2c9;
    align-self: flex-start;
}

p {
    margin: 5px;
    filter: drop-shadow(1px 1px 0.3px #333)
}

.color-text {
    font-size: 3.5em;
    background: linear-gradient(90deg, #ff1e56, #f9c942, #1e90ff, #009701);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#imie {
    white-space: nowrap;
    font-size: 2em;
    color: #818181;
    /* letter-spacing: 0.1em; */
}

#tel {
    font-size: 2em;
    color: #818181;
}

#email {
    font-size: 1.5em;
    color: #818181;
}

#adres-div {
    background-color: #99eeffc2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);

    margin: 10px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#adres {
    font-size: 1.2em;
    color: #818181;
}

#row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;

    color: white;
    gap: 1em;
}

.col2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

    flex: 1;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);

    margin-top: 10px;
    min-width: 250px;
    padding: 10px;
    margin: 0 2px;
    border-radius: 5px;
}

.col2-top {
    font-size: 2.2em;
    white-space: nowrap
}

.col2-line {
    border-bottom: 2px dotted white;
    width: 100%;

}

.col2-text {
    font-size: 1.2em;
}

#czytajwiecej {
    display: none;
}

#czytajwiecejBtn {
    font-size: 1.6em;
}



ul li {
    margin-bottom: 15px;
}

.portrait {
    width: 100%;
    margin-top: 5px;
}

.portrait img {
    max-width: 100%;
    border-radius: 5px;
}

.logo {
    width: 100%;
    margin-top: 5px;
}

.logo img {
    max-width: 100%;
    border-radius: 5px;
    mix-blend-mode: darken;
}

#witaj {
    background-color: #b30e0e;
}

#mojekursy {
    background-color: #0049ff;
}

#oferta {
    background-color: #7800ff;
}

#omnie {
    background-color: #cc4dc1;
}


.social {
    padding: 16px;
    font-size: 30px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

footer {
    background-color: #99eeffc2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 1);
    margin-top: 10px;
    margin: 10px 2px 2px 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}


@media only screen and (max-width: 600px) {
    .col1 {
        max-width: none;
    }

    #row2 {
        display: flex;
        flex-direction: column;
        color: white;
        align-items: center;
    }

    .col2 {
        max-width: none;
    }
}