body{
  background-color: black;
  font-family:  Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 100px 100px, black,rgb(54, 54, 54));
  margin: 0;
  padding: 0;


}


/* Track */

/* width */
::-webkit-scrollbar {
  width: 20px;
  background-image: black;
  border-radius: 30px;

}

::-webkit-scrollbar-track {
  background: black;
  border-radius: 50px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0, 143, 43); 
  box-shadow: inset 0 0 5px rgb(218, 218, 218); 
  opacity: 0.5;
  border-radius: 50px;
}

::-webkit-scrollbar-corner {
  background: black;
}

::-webkit-scrollbar-track-piece {
  background: black;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 217, 0); 
  box-shadow: inset 0 0 5px rgb(218, 218, 218); 
  opacity: 0.5;
  border-radius: 50px;
}
.container {
  width: 100%; 
  margin-left: 0%;
  margin-right: 0%; 
  height: auto;

}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1000;
  top: 0;
  left: 0;
}




  
/* The Modal (background) */
/* The Modal (background) */
.modalx {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentx {
  background-color:black;
  color: white;
  margin: auto;
  padding: 20px;
  border: 2px solid green;
  width: 80%;
}

/* The Close Button */
.closex {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closex:hover,
.closex:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.image {
display: block;
margin-left: auto;
margin-right: auto;
min-width: 100%;
max-width: 100%;
}


.image2 {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
width: 75%;
}

.image3 {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
width: 80%;
}

.Food_1 {
display: table-cell;


}

.Food_2 {
display: table-cell;



}

.Food_3 {
display: table-cell;


}


.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo {
  left: 45%;
  right: 45%;
  top: 0%;
  position: fixed;
  width: 10%;
  height: 10%;
  margin-top:0%;
  z-index: 100;
  
}
.citations_bg {
  z-index: -100;
  position: fixed;
  width:100%;
  height: 100%;
}

.top_banner {
  margin-top: 0%;
  background: white;
  position:fixed;
  z-index: 100;
  height: 10%;
  border: 4px solid green;
  width: 100%;
}
.top_banner2 {
  margin-top: 0%;
  background: white;
  position:relative;
  z-index: 100;
  height: 50%;
  border: 2px solid white;
  width: 100%;
}

.bottom_banner {
  bottom: 0%;
  background: white;
  position:fixed;
  border: 4px solid green;
  z-index: 100;
  height: 10%;
  width: 100%;
}


.wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  padding-bottom: 0;

}
  
.wrapper ul li:nth-child(1) {
  background: white; 
  border: 1px solid black;
  text-align: center; 
  color: black;
  font-size: 1.5vw;
  z-index: 1000;

}


.wrapper ul li:hover:nth-child(1) {
  background: green;
  z-index: 1000;
  text-align: center;
  
}

.wrapper ul ul {
  display: none;
  z-index: 1000;
  text-align: center;
  margin-left: -2%;
  margin-right: -2%;


}

.wrapper ul li:hover:nth-child(1) > ul{
  display: block;
  width: 100%;
  left: 50%;
  z-index: 1000;


}

.wrapper ul ul ul{
  top: 0;
  margin-top: 0%;
  z-index: 1000;
}


.wrapper ul {
  list-style: none;
  z-index: 1000;

}
  





/* Track */

 
/* .modalx::-webkit-scrollbar {
  display: none;
}

.modal::-webkit-scrollbar {
  display: none;
} */