@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;
}

/*NavBarStart*/
.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;
  }
}

}
/*NavBarEnd*/

body {background-color: rgb(0, 0, 0);}
.blacksection1 {
  background-color: rgb(0, 0, 0);
  
}
.whitesection1 {
  background-color: rgb(255, 255, 255);
  padding-top: 500px;
}
.blacksection2 {
  background-color: rgb(0, 0, 0);
}

h1 {
  color: #b39f7a;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 10px;
  font-family: 'Philosopher', sans-serif;
}
.landingVideo {
  display: flex;
  justify-content: center;
  align-items: center;     
  padding: 20px;
  /*height: 70vh;*/       
  z-index: 1;   
}

.frontImage img {
  height: 500px;
  width: auto;  
  
}
.frontImage {
  display: flex;
  justify-content: center;
  align-items: center;
}
h2 {
  color: rgb(255, 255, 255);
  margin-left: 20px;
  padding-bottom: 100px;
}
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;
}
p2 {
  color: rgb(0, 0, 0);
  margin-left: 50px;
}

 
  
