
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

#hama {
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 0;
    color: black;
}

#hama_wrap {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    color: black;
    max-width: 920px;
    line-height: normal;
}

#hama p {
    font-size: 16px;
}

#hama h2 {
    font-size: 2rem !important;
    line-height: normal;
    text-align: center !important;
}

#hama h3 {
    font-size: 1.5rem !important;
    line-height: normal;
    font-weight: 300;
    text-align: center !important;
}

#hama img {
    width: 100%;
}

#hama .hama_top .hama_black {
    background-color: black;
    margin: 0;
}

#hama .hama_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    color: black;
}

#hama .hama_top .produkt {
    width: 100%;
}

#hama .hama_top .produkt img {
    width: 90%;
}

#hama #hama_wrap .hama_top h2 {
    font-weight: 300;
    padding: 1rem 3rem 0 !important;
    text-align: center;
    margin: 0 !important;

}

#hama #hama_wrap .hama_top h3 {
    font-weight: 300;
    padding: 1rem 2rem !important;
    font-size: 20px !important;

    margin: 0 !important;
}

#hama .hama_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

#hama .hama_content div {
    width: 50%;
}

#hama .revers {
    flex-flow: row-reverse nowrap;
}

#hama #hama_wrap p {
    padding: 1rem 1rem !important;
    font-size: 1.32rem !important;
    font-weight: 300;
    text-align: left;
}

#hama span {
    font-weight: 500;
    color: #e32437;
}

#hama .hama_content h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

#hama .hama_content .produkt {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    flex-direction: column;
}

#hama .hama_content .produkt h3 {
    font-size: 1.6rem !important;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

#hama #hama_wrap .specyfikacja h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1rem 3rem;
    text-align: center;
}

#hama #hama_wrap li {
    font-size: 1.2rem !important;
    text-align: left;
    font-weight: 300;
    padding-left: 2rem;
}

#hama .hama_opis {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    #hama #hama_wrap p {
        font-size: 1.5rem;
    }

    #hama .hama_content div {
        width: 100%;
    }

    #hama .revers {
        flex-wrap: wrap;

    }

    #hama .hama_top .picture,
    #hama .bottom .picture {
        width: 100%;
    }

    #hama .hama_top .produkt,
    #hama .bottom .produkt {
        width: 100%;
        padding: 1rem;
    }

    #hama h2,
    #hama h3 {
        font-weight: 300;
        padding: 0 0.5rem;
    }

    #hama h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {
    #hama .hama_top h2 {
        font-weight: 100;
        padding: 2rem 1rem 0;
    }

    #hama #hama_wrap p {
        font-size: 1.2rem;
    }

    #hama #hama_wrap p {
        padding: 1rem;
    }
}
