.footer-logo{
    margin:80px 0;
    grid-column: span 12;
    text-align: center;
}

.footer-logo>p{
    margin-top:15px;
    font-family: 'Merriweather', serif;
    font-size: 27px;
    color: #EB1E25;
}

.footer-navigacija, .menu-footer-container{
    grid-column: span 12;
    border-top: 5px solid #d9d9d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menu-footer-container>ul{
    display: flex;
    justify-content: space-between;
}

.menu-footer-container>ul>li{
    display:flex;
    justify-content: space-between;
}

.menu-footer-container>ul>li>a{
    padding:10px 10px;
    font-size: 14px;
}

.footer-navigacija>a:hover, .menu-footer-container>ul>li>a:hover{
    color:#EB1E25;
}

#sport-footer{
    color:#4F9504 !important;
}

#promo-footer{
    color:#E1B64E !important;
}

#posljednji-pozdrav-footer{
    color:#555555;
}

#prozor-arrowa{
    display: inline-block;
    position: fixed;
    background-color: #EB1E25;
    bottom:5px;
    right:5px;
    opacity:0;
    transition:opacity 0.3s ease-out;
    cursor: pointer;
    border-radius: 10px;
}

#prozor-arrowa img{
    display: block;
    margin:0 auto;
    padding:10px;
    transform: rotate(180deg);
}

.prozor-sport{
    background-color:#4F9504 !important;
}

.prozor-promo{
    background-color: #E1B64E !important;
}

.prozor-pp{
    background-color: #555555 !important;
}

