Hello
1. It would be better to move the triangle shape to the right. Your logo if moved to the left will appear outside of the viewport on smaller screens. To do so try adding the following to the Custom CSS field of your templates parameters...
.logo_container::before {
right: -140px;
}
2. To amend try adding the following to the Custom CSS field of your templates parameters...
.hornav > ul > li > a {
font-size 14px;
}
Ciarán