 a.project-phone{
    text-decoration: none;
  }
  a.project-phone:hover{
    text-decoration: underline;
  }
  .top-navigation-contacts > a{
    text-decoration: none;
  }
  .top-navigation-contacts > a:hover{
    text-decoration: underline;
  }
/* Default (desktop) */
	.top-navigation-bar {
	  border-bottom: none !important;
	  background-color: #eb4e1b !important;
	}
/* When mobile menu is active (body has the class) */
	body.top-menu-trigger-visible .top-navigation-bar {
	  background-color: #e0dbda !important;
	  border-bottom: none !important; /* optional, just to keep consistent */
	}
  .top-navigation-contacts {
    background-color: #eb4e1b !important;
    flex: 1 1 80% !important;
  }
  .top-nav-button.top-nav-button-account.secondary{color: white !important;}
  .container.navigation-wrapper{
    background-color: #ebe8e7 !important;
  }
  .project-phone {
    color: white !important;
  }
  .top-nav-button.top-nav-button-login.primary.login.toggle-window{
    color: white !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
  }
  .top-nav-button-login {
    display: inline-block;
    padding: 8px 16px;
    background-color: #3f2212;
    color: white;
    border: 2px solid #3f2212;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s ease;
  }
  .top-nav-button-login:hover {
    background-color: #5a2e0c;
  }