html { font-size: 17px; height: 100%; @media screen and (min-width: $large) { font-size: 1.4vw; } } body { background-color: #0095b6; color: $white; font-family: $sans; font-weight: 400; font-size: ms(0); line-height: ms(0) * 1.3; min-height: 100%; } .hidden { display: none; } a, a:link, a:visited { color: $black; text-decoration: none; &:hover { cursor: default; } }