#colophon{ background: darken(#8D99AE, 6%); padding: 1rem 0rem; margin-top: 2rem; .menu{ text-align: right; ul ul{ display: none; } ul{ list-style: none; margin: 0px; padding: 0px; } li{ display: inline; } a{ color:#fff ; padding: 5px 10px; font-weight: 600; &:hover{ text-decoration: none; } } ul ul{ display: none; } } } p.mr-2{ color: #fff; } a.text-center.mb-2{ color:$sidebar-links; font-weight: 700; text-transform: uppercase; } .scroll-to-top { position: sticky; top: 88vh; cursor: pointer; width: 40px; height: auto; margin-left: 2rem; margin-bottom: 1rem !important; z-index: 9999; } #menu-footer-menu{ list-style: none; a{ padding: 1.5rem .5rem; color: $light-color!important; } } // styling additional footer menu #colophon .menu { display:flex; justify-content: flex-end; } .copyright{ color: #fff; font-weight: 500; } .mr-2{ display: flex; justify-content: center; align-items: center; } a.text-center.ml-1{ font-weight: 600; }