Hi
It seems code of hove links in navbar (in style.css file) should be change:
[line 361]
.menu_area nav ul li > a:hover {
color: #fb397d;
}
The above code doesn't work. I think that the below is correct:
.menu_area #nav .nav-link:hover {
color: #fb397d;
}
I should created a pull request but I couldn't, so I submit a new issue.