

.header_container {
  position: fixed;
  width: 100vw;
  z-index: 4;
}

.header_image_container {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  justify-content: center;
  z-index: 1;
}

.header_button_container {
  position: relative;
  width: 1300px;
  height: 65px;
  z-index: 2;
  display: flex;
}

.header_buttons_left, .header_buttons_right
{
  height: 65px;
  position: absolute;
  display: flex;
  gap: 15px;
  align-items: center;
}

 .header_logo {
  height: 100px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
 }

.header_buttons_left {
  display: flex;
}

.header_buttons_right {
  display: flex;
  right: 0;
}

.home_button {
  background-color: #fe9005;
}



.about_button {
  background-color: #0096fc;
}

.gallery_button {
  background-color: #6fc800;
}

.contact_button   {
  background-color: #fcd400;
}

.header_image {
  position: absolute;
  height: 120px;
}

@media (max-width:1540px) {

  .header_button_container {
    width: 900px;
  }

}

@media (max-width:1030px) {

  .desktop {
    display: none;
  }

  .header_button_container {
  width: 90vw;
  }

  .button_shape {
    width: 40px;
  }

  .submit_button  {
    width: 90vw;
  }

  .button_shape img {
    height: 100%;
  }

  .mobile_button {
    border-radius: 8px;
  }

}

@media (min-width:1030px) {
  .mobile {display:none}

}
