body {
    padding: 0px;
    margin: 0px;
    font-family: 'Signika', sans-serif;
    
}
/*TODO 
1. Pokazac wersje ogrodnicza bez .navbar-bottom i z mniejszym logo
*/

nav{
    background-image: url(header-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
}

nav img{
    width: 350px;
    height: auto;
}

nav a{
     font-size: 19px;
    font-weight: bold;
}


.navbar-bottom{
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, #afd503, white 50%);
}

.greenBar{
    
    padding:0.5rem 0.8rem;
    background-color: #55b506;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size:2.2rem;
    word-spacing: 4px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.greenBar p{
    margin: 0px;
}

.barIcon{
    position: relative;
    border-radius: 50%;
    background-color: white;
    color:green;
    width:3rem;
    height: 3rem;
    
}
.barIcon i{
    font-size: 1.5rem;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top:50%;
    z-index: 1;
}

#cennik p{
    line-height: 35px;
    word-spacing: 4px;
    margin-left: 17px;
    color: #484848;
}

footer{
    border-top: 0.1px solid black;
    background: linear-gradient(to bottom, #f5f5f5, white 30%);
/*    background-color: green;*/
/*    background-color: #55b506;*/
}

footer p{
    line-height: 16px;
    margin: 0px 0px 0px 0px;
}


.pierwiastki{
    width: 100%;
    height: 5rem;
    margin-bottom:30px;
    margin-top:20px;
}
.pierwiastki div:first-child{
    width: 5rem;
    height: 5rem;
    position: relative;
}
.pierwiastki div:last-child{
    height: 5rem;
    width: 70%;
    position: relative;
    left:5rem;
    bottom:5rem;
    padding-top: 1rem;
    padding-left: 0.5rem;
}
.pierwiastki i{
    font-size: 4rem;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top:50%;
    z-index: 1;
}

.pierwiastki p{
    margin: 0px;
    font-size: 12px;
}

@media (min-width: 991px) {
    #logo-small{
        width: 0px;
    }
}

@media (max-width: 990px) {
    #logo-big{
        width: 0px;
    }
}

@media (max-width: 500px) {
    .greenBar{
    font-size:17px;
    }
}

@media (max-width: 459px) {
    nav img{
        width: 250px;
    }
}

@media (max-width: 359px) {
    nav img{
        width: 200px;
    }
}
@media (max-width: 309px) {
    nav img{
        width: 170px;
    }
}
