html { position: relative; min-height: 100%; } body { margin-bottom: 60px; } a { color: rgba(255, 255, 255, 0.84); } /* navbar */ .navbar-default { background-color: #009587; border-color: #009587; background: #009587; } .navbar-default .navbar-brand { color: white; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { } .navbar-default .navbar-nav > li > a { color: white; } .noscript { background-color: #dd5148; color: white; } /* footer */ .footer { background-color: #009587; border-color: #009587; background: #009587; color: white ; position: absolute; bottom: 0; width: 100%; } .footer-a { color: white; } .footer-a:hover { color: white; text-decoration: underline; } .underline { text-decoration: underline; } .actives { color: white !important; /* text-decoration: underline; */ font-weight: bold; } .grey { color: #737373; }