.new-button {
  border-radius: 5px;
  background-color: red;
  padding: 5px 8px !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 12px !important;
  margin-right: 30px;
  margin-left: 60px;
  left: -120px;
}

.domus-img {
  display: block;
  height: 35px !important;
  width: auto !important;
}

.header-button {
  background-color: transparent !important;
  cursor: pointer;
}

.mobile-custom-nav {
  padding: 10px 30px;
  background-color: white;
  border-radius: 10px;
  width: 200px;
  margin: 0 auto 40px auto;
  cursor: pointer;
}

.mobile-custom-nav .new-button {
  position: relative;
  top: -13px;
  margin-left: 0;
  margin-right: 0;
  left: 0;
}
