@import 'main.css';
/* FOOTER */

footer {
    padding-top:40px;
    padding-bottom:60px;
    padding-left: 40px;
    padding-right: 40px;
    background: var(--dark-gray);
    text-transform: uppercase;
}

.container-footer {
    position: relative;
    max-width: 1000px;
    text-transform: uppercase;
}

.container-footer .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.container-footer .nav-item {
    padding: 0;
}

.navbar-brand-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand-footer img {
    width: 100%;
    max-width: 100px;
    display: block;
}

.navbar-brand-footer:hover {
    opacity: 0.85;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .navbar-nav li a {
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .navbar-nav li a:hover {
    color: var(--white);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer a:hover {
    fill: rgba(31, 85, 255, 1);
    color: rgba(31, 85, 255, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 560px) {
    footer {
        padding: 50px 15px;
    }
    .container-footer .navbar-nav {
        flex-direction: column!important;
    }

    .container-footer .navbar {
        padding-bottom: 20px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }
}
#tapad_url {
    display: none;
}