@font-face {
  font-family: 'Philosopher';
  src: url('Fonts/philosopher/Philosopher-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Edglet';
  src: url('VS_WebTest/Fonts/garet/Garet-Book.otf') format('opentype'),
  url('VS_WebTest/Fonts/garet/Garet-Book.woff') format('woff'),
  url('VS_WebTest/Fonts/garet/Garet-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.topnav {
  background-color: #000000;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  padding: 10px 0;
}

/* Left Section */
.left-section {
  display: flex;
  align-items: center;
  padding-left: 10%;
  /*background-color: #d9d9d9;*/
}

.topnav a img.logo {
  height: 100px;
  width: auto;
  vertical-align: middle;
  /*padding-left: 100px;*/
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.name {
  color: #b39f7a;
  font-size: 32px;
  max-width: 180px;
  white-space: normal;
  /*word-wrap: break-word;*/
  font-family: 'Philosopher', sans-serif;
}

/* Right Section (Links) */
.right-section {
  display: flex;
  align-items: center;
  padding-right: 100px;
}

.right-section a {
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  margin: 0;
  border-radius: 0;
  font-family: 'Edglet', sans-serif;
  letter-spacing: 3px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 30px; 
  left: 50%; 
  transform: translateX(-50%);
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu-toggle {
  display: none;
}
@media screen and (max-width: 1150px) {
  .name {
    display: none;
  }
}
/* Mobile Styles (Collapsible Navigation) */
@media screen and (max-width: 800px) {
  .right-section {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: #000;
      text-align: center;
      padding: 10px 0;
  }

  .right-section a {
      display: block;
      width: 100%;
      padding: 15px 0;
      border: none;
  }

  .dropdown {
      display: block;
      width: 100%;
  }

  .dropdown-content {
      position: static;
      transform: none;
      width: 100%;
  }

  .dropdown-content a {
      width: 100%;
      padding: 12px 0;
  }

  @media screen and (max-width: 800px) {
  .menu-toggle {
      display: block; /* Show the hamburger icon */
      font-size: 30px;
      color: white;
      cursor: pointer;
      padding-right: 20px;
  }
}

}

body {
  background-color: rgb(0, 0, 0);
}

h1 {
  color: #b39f7a;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 10px;
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
}

p1 {
  color: rgb(144, 144, 144);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  max-width: 75%;
  margin: 0 auto;
  /*width: 800px;*/
  font-family: 'Philosopher', sans-serif;
  font-size: 20px;
}

.landingVideo {
  display: flex;
  justify-content: center;
  align-items: center;     
  padding-top: 20px;
  padding-bottom: 20px;
  /*height: 70vh;*/    
  z-index: 1;      
}
.landingVideo video {
  position: relative;

}
/*.Image1 img {
  height: 500px;
  width: auto;  
  z-index: 1;
  
}*/
.Image1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  z-index: 1;
}


.Image2 img {
  height: 410px;
  width: auto;  
  z-index: 1;
  
}
.Image2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  z-index: 1;
}

.contact-spacing {

  padding-bottom: 50%;
}




 
  
