

/* Sekcja główna */


main img {
    width: 100%;
}

/* Teksty i logo */
.text {
    margin: auto;
    width: 50%;
    font-size: 16px;
    
    
}


.text img#logo {
    width: 400px;

}
.logo_box{
    display: flex;
    justify-content: center;
    margin:60px 0;
}

.text .alt_text {
    color: rgb(81, 74, 74);
    font-size: 16px;
    text-align: center;
}
.img_box{
    display: flex;
    justify-content: center;
    margin: 50px;
    
}
.rf_img{
    
    width: 350px;
    
}
.II-nagroda-lightfair img, .I-nagroda-its img{
    width: 50vh;
    border-radius: 10px;
}

/* --- MEDIA QUERIES --- */

/* Tablety */
@media (max-width: 1024px) {
    
.rf_img{
    
    width: 320px;
    
}
.II-nagroda-lightfair img, .I-nagroda-its img{
    width: 50vh;
}
}

/* Telefony */
@media (max-width: 600px) {
    
.text .alt_text {
    
    font-size: 14px;
    
}
.rf_img{
    
    width: 200px;
    
}
.II-nagroda-lightfair img, .I-nagroda-its img{
    width: 20vh;
}
}
@media (max-width: 350px) {
    
.text .alt_text {
    
    font-size: 13px;
    
}
.rf_img{
    
    width: 180px;
    
}
.II-nagroda-lightfair img, .I-nagroda-its img{
    width: 14vh;
}
}
