@import 'variables'; [hidden] { display: none !important; } html { font-family: Open Sans, sans-serif; font-size: 13px; background-color: $color-grey-light; } #header { background-color: $color-white; position: relative; @include border-shadow(bottom); border: solid $color-white; border-width: 1px 0; } #logo { margin: 1.4em; } html, body { height: 100%; } #subContainer { display: flex; min-height: 100%; } #mainContainer { flex: 1 1 0px; } h1,h2,h3,h4,h5,h6{ color: $color-black; }