body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  background-color: white;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 96vw;
  height: 15vh;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.active {
  font-weight: bold;
  opacity: 1 !important;
  font-size: 120%;
}

.header-menu-icon {
  display: none;
}

.header-end-l {
  width: 15vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.header-end-r {
  width: 15vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-middle {
  width: 65vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  font-size: 0.8vw;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 7vw;
  margin-left: 7vw;
  cursor: pointer;
}

.header-page {
  opacity: 0.6;
  text-decoration: none;
  color: black;
  padding: 0.5vw;
}

.header-page:hover {
  opacity: 1;
}

#header-menu-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  right: 4vw;
  width: max-content;
  height: max-content;
  z-index: 10000000000;
  flex-direction: column;
  align-items: flex-end;
  padding: 2vh;
  box-shadow: 0 0 2vh gray;
}

.header-page-dd {
  opacity: 0.6;
  padding: 1vh 0 1vh 6vh;
  text-decoration: none;
  color: black;
  font-size: 3vh;
}

.header-page-dd:hover {
  opacity: 1;
}

.header-logo {
  width: 100%;
  height: auto;
}

/* .header-logo {
  width: 80%;
  height: auto;
} */

.header-contact {
  font-size: 0.8vw;
  width: 80%;
  height: 40%;
  background-color: #8C3032;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 4px grey;
  letter-spacing: 2px;
  cursor: pointer;
}

.header-contact:hover {
  background-color: #851517;
}

.paragraph-light {
  opacity: 0.6;
}

.commercial-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 95vw;
  background-color: #F4F4F4;
  padding: 5vh 0;
}

.commercial-title {
  font-weight: 400;
  font-size: 5vh;
  margin: 0;
  padding: 0;
}

.commerical-inquire-button {
  padding: 2vh;
  background-color: #8C3032;
  color: white;
  width: max-content;
  text-align: center;
  box-shadow: 0 0 4px grey;
  letter-spacing: 0.2vh;
  font-size: 1.6vh;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.commerical-inquire-button:hover {
  background-color: #851517;
}

.commercial-container p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-size: 2.4vh;
  line-height: 5vh;
  margin-bottom: 5vh;
}

.commercial-container div {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#copyright {
  text-align: center;
  font-size: 1vw;
}

@media screen and (max-width: 1024px) {

  .header {
    width: 92vw;
    height: max-content;
  }

  .header-middle {
    display: none;
  }

  .header-menu-icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }

  .header-menu-icon img {
    width: 4vh;
    height: auto;
    padding: 2vh;
  }

  .header-menu-icon img:hover {
    background-color: lightgray;
  }

  .header-contact {
    display: none;
  }

  .header-end-l {
    display: block;
    width: 60%;
    margin: 2vh 0;
  }

  .header-end-r {
    display: block;
    width: 20%;
    margin: 2vh 0;
  }

  .commercial-container p {
    width: 95%;
  }

  #copyright {
    font-size: 3vw;
  }
}
