/* BANNER */ .strong-banner { background-color : $main_bold_color; height: 40px; a { color: $main_white_color; } } .soft-banner { background-color : $main_soft_color; height: 60px; } header { //NAVIGATION .navigation { display: flex; flex-direction: row; justify-content: center; &.main-nav { justify-content: space-between; } ul { &, &.navigation { list-style-type: none; } } li { margin: 10px; display: inline-block; } } //MAIN TITLE h1 { margin: 5px 0px 0px 0px; font-size: 25px; } }