html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
  padding-bottom: 80px;
}

.navbar {
    background-color: #003760 !important;
    height: 80px;
    border: 1px solid transparent !important;
}

.logo-bg {
    background: url(/images/bg-cop-logo-blue.png);
    background-repeat: no-repeat;
    background-position: 80% -80px;    
}

footer {    
    height: 80px;
    bottom: 0px;
    width: 100%;
    background-color: #5a5b5d;
    font-family: 'Roboto Condensed';
    color: #b3b5b8;
}

footer,
footer a,
footer a:visited,
footer p {
  color: #b3b5b8;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}