.footer {
    background-color: #242424;
    color: #fff;
    padding: 20px 0 20px 0;
    border-top: 1px solid #444;
    margin-top: 20px;
}

.footer i{
    margin-right: 5px;
    color: #f1c40f;
}

.footer a{
    color: #fff;
    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 50%;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-left{
    width: 100%;
}

.footer-left, .footer-center, .footer-right {
    width: auto;
}

.footer-left h4, .footer-center h4, .footer-right h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.footer-left p, .footer-center ul, .footer-right p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.footer-center ul {
    list-style: none;
    padding: 0;
}

.footer-center ul li a, .footer-right p a {
    color: #fff;
    text-decoration: none;
}

.footer-center ul li a:hover, .footer-right p a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer66right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
}

/* Responsivnost */
@media (max-width: 600px) {
    .footer {
        background-color: #242424;
        color: #fff;
        padding: 0px 0 20px 0;
        border-top: 1px solid #444;
        margin-top: 0px;
    }
    
    .footer i{
        margin-right: 5px;
        color: #f1c40f;
    }
    
    .footer a{
        color: #fff;
        text-decoration: none;
    }
    
    .footer a:hover{
        text-decoration: none;
    }
    
    .footer-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .footer66right{
        justify-content: space-between;
        width: 80%;
    }

    .footer-wrapper{
        flex-direction: column;
    }
    
    .footer-left, .footer-center, .footer-right {
        width: auto;
    }
    
    .footer-left h4, .footer-center h4, .footer-right h4 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .footer-left p, .footer-center ul, .footer-right p {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    
    .footer-center ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-center ul li a, .footer-right p a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-center ul li a:hover, .footer-right p a:hover {
        text-decoration: none;
    }
    
    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        font-size: 0.9rem;
        border-top: 1px solid #444;
        padding-top: 20px;
    }

    .footer-bottom p{
        margin: 4px 0;
    }
    
    .footer-bottom a {
        color: #fff;
        text-decoration: underline;
    }
    
    .footer-bottom a:hover {
        text-decoration: none;
    }
}

@media (min-width: 601px) and (max-width: 1000px) {

     .footer {
        background-color: #242424;
        color: #fff;
        padding: 0px 0 20px 0;
        border-top: 1px solid #444;
        margin-top: 20px;
    }
    
    .footer i{
        margin-right: 5px;
        color: #f1c40f;
    }
    
    .footer a{
        color: #fff;
        text-decoration: none;
    }
    
    .footer a:hover{
        text-decoration: none;
    }
    
    .footer-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .footer66right{
        justify-content: space-between;
        width: 50%;
    }

    .footer-wrapper{
        flex-direction: row;
    }
    
    .footer-left, .footer-center, .footer-right {
        width: auto;
    }

    .footer-left{
        width: 40%;
    }
    
    .footer-left h4, .footer-center h4, .footer-right h4 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .footer-left p, .footer-center ul, .footer-right p {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    
    .footer-center ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-center ul li a, .footer-right p a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-center ul li a:hover, .footer-right p a:hover {
        text-decoration: none;
    }
    
    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        font-size: 0.9rem;
        border-top: 1px solid #444;
        padding-top: 20px;
    }
    
    .footer-bottom a {
        color: #fff;
        text-decoration: underline;
    }
    
    .footer-bottom a:hover {
        text-decoration: none;
    }

}

@media (min-width: 1001px) and (max-width: 1500px) {

    .footer {
        background-color: #242424;
        color: #fff;
        padding: 0px 0 20px 0;
        border-top: 1px solid #444;
        margin-top: 20px;
    }
    
    .footer i{
        margin-right: 5px;
        color: #f1c40f;
    }
    
    .footer a{
        color: #fff;
        text-decoration: none;
    }
    
    .footer a:hover{
        text-decoration: none;
    }
    
    .footer-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 80%;
        margin: 20px auto 0 auto;
        padding: 0 20px;
    }

    .footer66right{
        justify-content: space-between;
        width: 50%;
    }

    .footer-wrapper{
        flex-direction: row;
    }
    
    .footer-left, .footer-center, .footer-right {
        width: auto;
    }

    .footer-left{
        width: 40%;
    }
    
    .footer-left h4, .footer-center h4, .footer-right h4 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .footer-left p, .footer-center ul, .footer-right p {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    
    .footer-center ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-center ul li a, .footer-right p a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-center ul li a:hover, .footer-right p a:hover {
        text-decoration: none;
    }
    
    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        font-size: 0.9rem;
        border-top: 1px solid #444;
        padding-top: 20px;
    }
    
    .footer-bottom a {
        color: #fff;
        text-decoration: underline;
    }
    
    .footer-bottom a:hover {
        text-decoration: none;
    }

}