:root{--page-title-display:none;}/* Start custom CSS */.underline-n a:hover{
    text-decoration: none !important;
}
#onepage-navigation a{
    position: relative;
}
#onepage-navigation a:hover::before{
    content:'';
    position: absolute;
    bottom: -16px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}/* End custom CSS */