body, html { min-height: 100%; height: 100%; } body { background: #2A2A2A; color: #FFF; height: 100%; } footer { text-align: center; margin: 1rem; color: #AAA; } .langSwitcher { display: inline-block; margin: 2rem 0 0 2rem; font-size: 0; background: #444; border: 5px solid #444; border-radius: 5px; } .langSwitcher a { font-size: 2rem; //color: #FFF; color: transparent; //display: inline-block; //background: $color-international-orange; //padding: 5px; box-shadow: none; //text-transform: capitalize; //border-right: 3px solid #444; border-radius: 3px; margin-right: 5px; } .langSwitcher a.activeLang { //background: darken($color-international-orange, 15); box-shadow: inset 0 50px 0 rgba(0, 0, 0, 0.35); } .langSwitcher a:first-child{ //border-radius: 3px 0 0 3px; } .langSwitcher a:last-child{ //border-radius: 0 3px 3px 0; //border-right: none; margin-right: 0; }