html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    img {
        width: 100%;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 60px;
}

.footer .copyright {
    padding-top: 30px; 
    color: #012970;
}