fixed navigation problem

Hi Aigars,
I’m sorry to bother you again, but I have tried everything that I could think off before asking you.
I wanted to create fixed navigation so I followed your insturctions from here:
https://colorlibsupport.com/t/sticky-navigation/
It works good but there is a slight problem. On the home page - the main content area starts much lower down the page than on all the other pages. I have tried every possible selector to get them to be on the same level on all the pages, but nothing is working. I fix the distance on home page, it breaks on other pages. I fix it on other pages, it breaks on home page. ( I have previously deleted front-page.php in order to get the title to display on the home page) Please help!!!
http://www.acuthecary.com

fixed!
added this

.home .main-content-area {
margin-top: 0px;
}