html {
  font-size: 14px;
}
body {
    font-family: 'Ubuntu', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
#company-name {
    display: inline;
    font-size: 21px;
    text-align: right;
    letter-spacing: -1px;
}

    #company-name .small {
        font-size: 0.6em;
    }

.footer-link, .footer-menu, .f-menu a {
    font-family: 'Ubuntu', sans-serif;
}

    .footer-link h2 {
        font-weight: 500;
    }

    .footer-link a, .f-menu a {
        font-weight: 400;
        text-decoration: none;
        color: #333;
        display: block;
        margin: 5px 0;
    }

.f-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
}