//@import "style.less";
@import "colors.less";

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 2rem !important;
}

footer{
    width: 100%;
    padding-top: 10rem;
    background-color: var(--secondary);
    .emailLink:hover, .emailLink:focus {
        color: var(--primary);
    }
    div{
        div{
            .footer-menu{
                ul{
                    list-style: none;
                    li{
                        a{
                            color: @white;
                            &:hover, &:focus{
                                color: var(--primary);
                            }
                        }
                    }
                }
            }
            div{
                span a{
                    color: @white;
                }
                p{
                    a:hover{
                        span{
                            color: @white;
                        }
                    }
                }
            }
        }
    }
}
.social_footer{
    a{
        margin: 0 .5rem;
        span{
            color: var(--primary);
            font-size: 2.4rem;
        }
    }
}
.logo_footer{
    a{
        max-width: 15rem;
        display: inline-block;
        picture{
            width: 100%;
            &::after {
                content: none;
            }
            img{
                width: 100%;
            }
        }
    }
}

.footer_partners{
    padding-left: 3rem;
    padding-bottom: 5px;
}