.menu_background{
  background-image: url('../img/menu/background.png');
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.menu {

  background-image: url('../img/menu/nav.png');
  max-width: 900px;
  background-color: #255064;
  background-size: cover;
  background-repeat: no-repeat;
  /*padding: 10px 0;*/

  margin: 0 auto;
}

.logo {
  height: 25Px;
  cursor: pointer;
}

.company_name{
    background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
/*
.logo {
  position: absolute;
  left: 0;
  height: 35px; 
  cursor: pointer;
  margin: 10px;
}
*/

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
.nav-wrapper {
  width: 800px;
  overflow: hidden; 
}

.nav-buttons {
  width: 600px;
  float: right;
  
}
}

.nav-buttons .btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.nav-buttons .btn:hover {
  color: rgb(23, 43, 61);
  /*text-decoration: underline;*/
  text-decoration-color: rgb(23, 43, 61);
  text-decoration-thickness: 2px;
}