html {
  font-size: 14px;
}

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

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

body {
  margin-bottom: 60px;
}

a.bg-header {
    background-image: url('/img/header.png');
    background-size: 36px 36px;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    color: rgba(0,0,0,.9);
    margin-bottom: 0px;
}

a.bg-header > span {
    float: left;
    position: relative;
    font-size: 0.72rem;
    top: -2px;
    color: #A9A9A9;
}
