.footer{
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #27466F;
    color: #F8F8F9;
}
.lindein{
    background-color: #143258;
    color: #F8F8F9;
    display: flex;
    justify-content: center;
}
.more{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.more li{
    text-align: left;
}
.footer span{
    font-size: 1.5vw;
}
.footer li{
    text-decoration: none;
}
.footer ul{
    margin-top: 10px;
}
.footer li{
    margin-top: 10px;
    text-align: left;
}
.socials li{
    text-align: left;
}
.socials li a{
    display: flex;
    align-items: center;
}
.socials li img{
    margin-right: 20px;
    width: 2vw;
}
.footer a:hover,
.footer a:visited,
.footer a:link,
.footer a:active {
  text-decoration: none;
  color: #F8F8F9;
}
.foot-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.foot-logo img{
    width: 7vw;
    border-radius: 50%;
}

.foot-logo span{
    margin-top: 10px;
    text-align: center;
    font-size: 1.5vw;
}
/* .foot-logo img{
    width: 7vw;
} */
.footer div{
    padding: 0px 2vw;
}
.lindein{
    padding: 20px 0px;
}
.lindein span{
    margin: 0px 10px;
}
.lindein a{
    color: #F8F8F9;
    text-decoration: underline;
}

@media all and (max-width: 900px) {
    .footer span{
        font-size: 3vw;
    }

    .footer{
        padding: 1vw 2vw;
    }

    .footer li{
        font-size: 2.9vw;
    }

    .socials li img{
        width: 4vw;
    }
}