.sectionCircle {
    display: block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #05aeb6;
}

.sectionTitleBox {
    border: none;
    font-size: 3.0em;
    line-height: 2.0;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.sectionTitle {
    margin-left: 10px;
}

.sectionTitleBox a {
    color: #333333;
}

#rozrywka .sectionTitleBox a {
    color: #F955C9;
}

#rozrywka {
    padding: 20px 0 10px 0;
    border-top: 3px solid #F955C9;
    border-bottom: 3px solid #F955C9;
    margin-bottom: 15px;
}

#rozrywka .sectionCircle {
    background: white url(/niezalezna/css/img/rozrywka_star.png) center center no-repeat;
}

@media only screen and (max-width: 420px) {
    body {
        font-size: 6px;
    }
    
    .weatherIcon, .hamburger, .bmenuSvg {
        width: 20px !important;
        height: 20px !important;
    }
    #header .logo {
        width: 120px !important;
    }
}

@media only screen and (max-width: 528px) and (min-width: 421px) {
    body {
        font-size: 7px;
    }
    .weatherIcon, .hamburger, .bmenuSvg {
        width: 20px !important;
        height: 20px !important;
    }
    #header .logo {
        width: 120px !important;
    }
}