.footer {

    width:100%;
    height:75px;
    background-color:rgba(38,38,38,0.21);
    display:table;
    margin-top:50px;

}

.footer > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    font-size:18px;
    font-weight:300;
    color:rgba(255,255,255,1.0);
    text-align:right;
    padding-right:30px;

}

.footer > .verticalAlign a:hover {
    text-decoration:underline;
}

@media screen and (max-width:500px) {

    .footer > .verticalAlign {
        text-align:center;
        padding-right:0px;
    }

}