html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}


footer {
    text-align: center;
    padding: 50px 0;
    background-color: #0047bb;
    font-size: 15px;
    font-weight: 700;
}

    footer a {
        color: white !important;
        text-decoration: none !important;
    }

        footer a:hover {
            color: white !important;
            text-decoration: underline !important;
        }
