body {
  margin: 0px;
  font-size: 0.85em;
  color: #565f26;
  font-family: "Helvetica", sans-serif;
  padding: 0px;
  font: normal 0.8em/1.8 verdana, geneva, sans-serif;
  min-width: none;
  background-color: #000000;
}

.nav-bar {
  display: flex;
  width: 100%;
  flex-direction: row;
  position: fixed;
  justify-content: flex-end;
  z-index: 999999;
  margin-top: 10px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.58) 100%);
}

.fa-solid {
  display: none;
}

.menu-items {
  font-size: 120%;
  flex-direction: row;
}

.menu-items nav {
  display: flex;
  flex-direction: row;
}

.menu-items li {
  list-style-type: none;
  padding: 12px 10px;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.311);
  flex-direction: column;
  margin: 12px;
  box-shadow: 0px 0px 10px 0px #000000;
  border-radius: 0 0 10px 10px;
  transform: translateX(-20px);
  z-index: 20000;
}

.dropdown nav {
  flex-direction: column;
}

.dropdown:hover {
  display: flex;
  flex-direction: column;
}

.dropdown2 {
  display: none;
  position: absolute;
  transform: translateX(99px) translateY(-50px);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.311);
  width: max-content;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px #000000;
  margin: 12px;
  border-radius: 0 10px 10px 0px;
}

.dropdown li:hover .dropdown2 {
  display: flex;
  flex-direction: column;
}

.menu-items li:hover .dropdown {
  display: flex;
  flex-direction: column;
}

.menu-items a {
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: rgb(218, 218, 218);
  padding: 12px 10px;
  transition: 0.2s;
  font-family: "Ubuntu Condensed", sans-serif;
}

.menu-items a:hover {
  color: rgb(255, 255, 255);
  border-color: red !important;
}

.page-background-image {
  position: fixed;
  margin-top: -10px;
}

.page-content {
  background-color: rgb(255, 255, 255);
  width: fit-content;
  padding: 25px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #5d5d5d;
  right: 20px;
  top: 100px;
  text-align: left;
}

.page-background-image img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

h1 {
  color: #94570b;
  font-family: "Dosis", sans-serif;
  margin-right: 50px;
  font-size: 3em;
  font-weight: 500;
}

h2 {
  color: #94570b;
  font-family: "Dosis", sans-serif;
  font-size: 2.4em;
  font-weight: 500;
}

h3 {
  font-family: "Dosis", sans-serif;
  font-size: 1.5em;
  margin: 0px;
}

a {
  color: #7d9729;
  text-decoration: none;
}

.page-content a:hover {
  text-decoration: underline;
}

.page-content img {
  width: 280px;
}

iframe {
  width: 280px;
}

.full-screen-iframe {
  width: 100%;
  position: fixed;
  height: 90%;
}

@media (max-width: 980px) {
  .fa-solid {
    display: flex;
    flex-direction: row;
    font-family: "Ubuntu Condensed", "FontAwesome", sans-serif;
    font-size: 70px;
    font-weight: 100;
    color: white;
  }
  h5 {
    margin: 4px;
    margin-top: 12px;
  }

  .nav-bar {
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0) 90%);
    flex-direction: column;
    position: relative;
  }

  .menu-items a{
    font-size: 60px;
  }

  .dropdown {
    display: block;
    margin-left: 22px !important;
    background-color: #00000000;
    box-shadow: 0 0 0 0;
    position: relative;
    
  }

  .dropdown a{
    font-size: 50px !important;
  }
  
  .nav-bar.active {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 90%);
    background-color: rgba(0, 0, 0, 0.556);
}
  .dropdown2 {
    display: block;
    
    box-shadow: 0 0 0 0;
    position: relative;
    margin-left: 10px;
    background-color: #00000000;
    margin: 0px;
    transform: translateX(0px) translateY(0px);
  }

  .dropdown2 a{
    font-size: 45px !important;
  }

  .menu-items{
    display: none;
  }

  .menu-items.responsive {
    display: flex;
    flex-direction: column;
  }

  .menu-items nav {
    flex-direction: column;
  }

  .full-screen-iframe {
    position: static;
    height: 50% !important;
  }

  body {
    font: normal 2em verdana, geneva, sans-serif;
  }

  .page-background-image {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .page-content {
    position: static;
    margin-top: 12px;
    width: 91.8%;
    text-align: left;
    right: 0px;
    opacity: 0.8;
  }
  iframe {
    width: 90%;
    height: 50%;
  }

  .page-content img {
    width: 90%;
  }
}
