﻿html {
  font-size: 14px;
}

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

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

footer {
    color: white;
    background-color: #08376b;
}

footer a:link {
    color: white;
    text-decoration:none;
}

    footer a:visited {
        color: white;
        text-decoration: none;
    }

footer a:hover, footer a:active {
    color: white;
    text-decoration:underline;
}