* {
  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;
}
.bio_section {
  background-image:url(IMG_4578.GIF);
  width: 100%;
  height: 40vh;


    object-position: 70% 100%;
    background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 
}
.bio_section img {
       filter: grayscale(90%);
}

.contact_sign 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));
}
.biz_inquiry{
     width: 100%;
  height: 15vh;
  background-color: #252525;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 
    border: 2px solid #ffbd59;

}
.biz_inquiry p{
  color: #ffffff ;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
   font-weight: 200;
   padding-bottom: 8px;

}
.contact_list{
      background-image:url(contact_photo.png);
  width: 100%;
  height: 100vh;
  
    background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 
}
footer{

  width: 100%;
  height: 30vh;
  border: 4px solid #bebebe;
  background-image: url(IMG_4578.GIF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
@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;

}
.contact_sign h1 {
  color: #ffffff ;
  font-size: 80px;
  font-family: "Playfair Display", serif;
   font-weight: 200;
   padding-bottom: 10px;
  text-align: center;
   backdrop-filter: drop-shadow(17px 17px 10px rgb(77, 77, 77));
}
.bio_section {
  background-image:url(IMG_4578.GIF);
  width: 100%;
  height: 40vh;

  object-fit: contain; /* or 'scale-down' */

    object-position: 100% 200%;
    background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;         /* Vertically center */
  justify-content: center; 
}
.contact_sign  {
  display:flex;
  justify-content: center;
  align-items: center;
  height:auto;
  width: 30%;
  margin-top: 15%;
}

}
@media (max-width: 400px) {
    .svg_links{
  padding:2%;
  
    }
.svg_links img{
}
 
}