﻿#footer {
    width: 100%;
    height: 120px;
    text-align: center;
    color: #808080;
    padding-top: 69px;
    display:inline-block;
}

.footLink {
    cursor: pointer;
    display: inline-block;
    color: #808080;
    text-decoration: underline;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

    .footLink:hover {
        color: #2a68bf;
    }
