.footer{
    height: 200px;
    background-color: #584435;
    padding: 1.28% 6%;
}

.footer .row{
    justify-content: space-between;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.footer .navbar{
    position: relative;
    z-index: 10;
}

.linkArea .nav-link p{
    color: #fff;
}

.footer .navbar .logo img{
    width: auto;
    height: 7.5vh;
}

.footer .contactlink{
    margin: 2.5% 0%;
}

.footer .contactlink a{
    color: #fff;
}

@media screen and (max-width:768px){
    .footer{
        height: auto;
        padding-top: 5%;
        padding-bottom: 15%;
    }
    .footer .row{
        flex-direction: column;
    }

    #FooterNavbar{
        flex-direction: column;
        margin-bottom: 5%;
    }

    #FooterNavbar .linkArea{
        flex-direction: column;
    }
}