* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
color: black;
}
.background_header{
   width: 100%;
    width: 100%;
  height: 80px;
background-image: url(IMG_4578.GIF);
  position: fixed;
    background-repeat: no-repeat;
  background-size: cover;
    z-index: 9998;

}
.nav{
  width: 90%;               /* Match white-overlay width */
  height: 5vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  margin-top: 2vh;         /* Space for fixed nav */
  top: 0;
  z-index: 10;
  left: 50%;          
   background-color: transparent;      /* Center horizontally */
  transform: translateX(-50%);
   z-index: 9999;
}
.nav, .nav ul, .nav li, .nav a, .svg_links, .svg_links img {
  background-color: transparent !important;
}
.nav_logo{
  width: 80px;
  height:auto;
  margin-left: 2%;
}
.navlist{
  margin-right: -80px;
}
.navlist ul{
  display:flex;
  flex-direction: row;
  list-style: none;
  font-family: "Nunito", sans-serif;
}
.navlist li a{
  text-decoration: none;
  color:white;
  margin: 10px;
  font-size: larger;
  font-weight: 500;
}
.navlist a::before{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;

}
.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width:25px;
    height: 3px; 
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}
.svg_links{
  padding:2%;

}
.svg_links img{
  margin: 8px;
  max-width: 30px;
  height: auto;
}
.svg_links img:not(#youtube) {
  width: 120px;
}
.biz_inquiry{
     width: 100%;
  height: 35vh;
  padding-top: 10%;
  background-color: #000000;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 

}
.biz_inquiry h1 {
  color: #ffffff ;
  font-size: 100px;
  font-family: "Playfair Display", serif;
   font-weight: 200;
   padding-bottom: 10px;
   backdrop-filter: drop-shadow(17px 17px 10px rgb(77, 77, 77));
}
.no{
         width: 100%;
  height: 1vh;
  background-color: #000000;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 


}
.no img{
    width: 500px;
    height: auto;

}
.black_background{
         width: 100%;
  height: 80vh;
  background-color: #000000;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 


}
.container {
  margin: 15%;

}

/* mak images fill their container*/
img {
  max-width: 100%;
}
img:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* CSS Grid*/
.img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

/* Media Query for changing grid on bigger screens*/

/* Bigger than Phones(tablet) */
@media only screen and (min-width: 750px) {
  .img-grid {
    grid-template-columns: repeat(3, 1fr);
  }
    .container {
  margin: 15%;
}
}

/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
  .img-grid {
    grid-template-columns: repeat(4, 1fr);
  }
    .container {
  margin: 10%;
}
}

@media (max-width: 775px) {

   .hamburger{
        display: block;
        padding-left: 20px;
        padding-right: 16px;
        z-index:1000;
      
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    } 

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    } 
     .navlist{
      margin-left:-10;
    position:fixed;
    left:-100%;
    top: -19px;
    background-color: black; /* Optional */
    gap: 0;
    flex-direction: column;
    width: 93%;
        height: 114vh;
    text-align: center;
    transition: 0.3s;
    display:flex;
          justify-content: space-around;
      z-index: 9999; 

    }
      .navlist ul {
    flex-direction: column;
font-size:xx-large;
        z-index: 100;

  }
    .navlist a{
    display: block;
        z-index: 100;
    }
    .navlist.active{
    left: -40px;
    flex-direction: column;
            z-index: 100;
    }
.svg_links{
  padding:8%;
  margin-right: 20px;
}
.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
  z-index: 1;

}
    .biz_inquiry h1 {
  color: #bebebe ;
  font-size: 100px;
  font-family: "Playfair Display", serif;
   font-weight: 200;
   padding-bottom: 15px;
   backdrop-filter: drop-shadow(17px 17px 10px rgb(77, 77, 77));
}
}
@media (max-width: 1050px){
    .biz_inquiry h1 {
  color: #bebebe ;
  font-size: 100px;
  font-family: "Playfair Display", serif;
   font-weight: 200;
   padding-bottom: 20px;
   backdrop-filter: drop-shadow(17px 17px 10px rgb(77, 77, 77));
}
}
@media only screen and (max-height: 250px), (max-width: 775px){
        .biz_inquiry h1 {
  color: #bebebe ;
  font-size: 90px;
  font-family: "Playfair Display", serif;
   font-weight: 200;
   margin-top: 5%;
   padding-bottom: 15px;
   backdrop-filter: drop-shadow(17px 17px 10px rgb(77, 77, 77));
}
}