  #headerImgWrapper{
    height: 100%;
  }

  #headerImg{
    height:100%;

  }

@media all and (min-width: 791px) {
  header {
    z-index: 1;

   /*  position: fixed;
    top: 0;
    left: 0; */

    width: 100% !important;
    /* height: 7.5vw; */

     padding: 0.75vw 10%; 

    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    /* background-color: white; */
  }


  /*  */
  #headerContent {
    width: 65%;
    height: 100%;

    /* background-color: white; */
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #headerContent div {
    height: 90%;

    width: max-content;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}

@media all and (max-width: 790px) {
  header {
    z-index: 1;

/*     position: fixed;
    top: 0;
    left: 0; */

    width: 100% !important;
    height: fit-content;

    padding: 2vw 3vw;

    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    /* background-color: white; */
  }

  #headerContent {
    width: 90%;
    height: 100%;

    /* background-color: white; */
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #headerContent div {
    height: 90%;

    width: max-content;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
