.home-content {
  position: absolute;
  bottom: 0.5vw;
  right: 5vw;
}

@media (min-width: 576px) {
  #logo {
    display: block;
  }
  #text-logo {
    display: none;
  }
  .footer-contect a img {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  #logo {
    display: none;
  }
  #text-logo {
    display: block;
    position: fixed;
    top: 1rem;
    left: 1rem;
  }
}

.home-content h3 {
  font-family: omnes-pro;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  word-spacing: 5px;
  font-size: 1.5vw;
}

.home-content h1 {
  font-size: 4vw;
  font-style: normal;
  font-family: "Century Schoolbook", sans-serif;
  text-align: left;
}

.nav-item a {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  color: black;
  font-weight: lighter;
  font-size: 1.6vw;
}

.footer-contect {
  padding: 0px;
}
.footer-contect img {
  width: 50%;
}
.subnav-content {
  display: none;
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 35%;
}

.subnav-content a {
  float: left;
  color: black;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.subnav-content a:hover {
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}
.nav-item a:hover{
  color: rgb(216, 179, 108);
}
#menu:hover .submenu{
  display: block;
}

.submenu {
  display: none;
}