#footer{
    width:100%;
    height:auto;
    background:#fff;
    min-height:150px;
    clear:both;
    position:relative;
}

#box{
    width:40%;
    margin:auto;
    padding-top:50px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

#footerLinks{
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    justify-content: center;
    margin:0 20px 0 5px;
}

.footerItem{
    padding:5px;
}

.footerItem p{
    margin:0;
    padding:0;
    font-family: Oswald,sans-serif;
    font-size:20px;
}

.footerItem a{
    text-decoration:none;
    color:#a4a4a4;
    font-family: 'Barlow Condensed',sans-serif;
}

.footerItem a:hover{
    color:#ff4764;
}