.location{
  font-family: Spacefont;
  font-size: 60px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: -10px;
  margin-top: -10px;
  color:#242036;
  padding-top: 20px;
}

.shadow{
  font-family: Spacefont;
  font-size: 60px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: -10px;
  margin-top: -80px;
  margin-left: 10px;
  color:#6c2bc0;
  z-index: 1;
}


.left {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 20%;
}

.right {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 20%;
}

.title {
  display: block;
  margin: auto;
  max-width: 80%; 
}

.logo {
  display: block;
  margin: auto;
  max-width: 50%;
}

.left, .right {
  position: fixed;
  width: 15%;
  max-width: 100px;
}

*{
  margin: 0;
  padding: 0;
}


.navones{
  font-size: 70px;
  text-align: center;
}




@media screen and (max-width: 600px) {
  .left, .right {
    display: none; 
  }

  .title {
    max-width: 90%;
  }

  .logo {
    max-width: 70%;
  }

  .slidezhow-container {
    max-width: 100%;
  }

  .prev, .next {
    font-size: 20px; 
    padding: 10px;
  }
  
}


a.button {
    border: none;
    color: rgb(0, 0, 0);
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 100px;
  }

a.button:hover {
  color: rgb(0, 0, 0);
  padding: 16px 32px;
  margin-top: 100px;
  border-bottom: 2px solid;
  border-color: #0d2706;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

body {
  background-image: url(background.png);
  background-size: cover;
  padding:0;
  margin: 0;
  position:relative;
  width: 100%;
 display: flex;
 flex-direction: row;
}


@font-face {
  font-family: Spacefont;
  src: url(SaturdayMoonDemo-PK5lx.ttf);
}


@font-face {
  font-family: Secondaryfont;
  src: url(january_night/January\ Night.ttf);
}



.slidezhow-container {
  max-width: 100%;
}

.slidez img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .location, .shadow {
      font-size: 30px;
  }

  .valent, .visit, .ress {
      font-size: 40px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
}

.hamburger-menu {
    display: block;
}
  
  .purpcontainer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .boss, .reservation, .menuimgs {
      max-width: 90%;
      margin: 0px auto 20px auto;
      display: block;
  }

  .purpboxbehind, .purpbehind, .boxonebehind {
      width: 90%; 
      margin: auto; 
      margin-top: 20px; 
      height: auto; 
  }
}



.slidezhow-container {
  max-width: 700px;
  position: relative;
  margin: auto;

}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -22px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.numberz {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ffee06;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 2, 29, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  text-align: center;
  border-radius: 10px;
}

.close {
  color: red;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

.close:hover {
  color: darkred;
}


@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.footer{
  background-color:#171422;
  color: #fff;
  padding: 2px;
  z-index: 2;
  text-align: center;
  margin-top: 50px;
  max-height: 335px;
  flex:1;
}

.footerhead{
  background-color:#1d192c;
  z-index: 2;
  text-align: center;
  margin-top: 300px;
  max-height: 50px;
  flex:1;
}



.footercontainer{
  display: flex;
  flex-direction: row;
}

.footertxt{
  color:#d9e806;
  font-size: 20px;
  text-align: center;
  font-family:'Times New Roman', Times, serif;

}

.purpboxbehind{
  background-color: #242036;
  width: 125%;
  height:428px;
  max-width: 600px;
  border-radius: 10px;
  border: 2px dashed white;
  margin-top: 50px;
  margin-left: 90px;
}

.purpbox{
  flex:1;
  text-align:center;
  color:#eee;
  font-size: 25px;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 32px;

}

.uss{
  text-decoration: underline solid white;
  text-align: center;
  font-size: 60px;
  color: white;
  padding: 20px;
  font-family: Secondaryfont;


}

.lern{
  text-align:center;
  color:#000000;
  font-size: 25px;
  font-family:'Courier New', Courier, monospace;
  margin-top: 30px;
  line-height: 32px;
}


.boss{
  border-radius: 40px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: 20%;
}

.purpbehind{
  background-color: #242036;
  width: 125%;
  max-height:428px;
  min-height: 300px;
  border-radius: 10px;
  border: 2px dashed rgb(255, 255, 255);
  margin-top: 60px;
  margin-left: 130px;
}

.purplinepoc{
  
  text-align:center;
  color:#eee;
  font-size: 25px;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
  line-height: 32px;

}

.ress{
  text-decoration: underline solid white;
  text-align: center;
  font-size: 60px;
  color: white;
  padding-bottom: 10px;
  font-family: Secondaryfont;

}


.reservation{
  border-radius: 40px;
  margin-right: 10%;
}

.fad-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fad-in.visible {
  opacity: 1;
  transform: translateY(0);
}


.hours{
  background-color: #1c1929;
  color: white;
  font-size: 30px;
  margin-top: 70px;
  font-family:Secondaryfont;
  margin-left:100px;
  margin-right:100px;
  height:300px;
}

.visit{
  text-decoration: underline solid;
  font-size: 60px;
  margin-left: 40%;
}
.row{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.hourleft{
  flex:1;
  text-align: center;
}

.hourright{
  flex:1;
  text-align: center;
}

.phone{
  color: white;
  text-decoration: underline;
}



.event{
  background-color: #6d0000;
  color: white;
  font-size: 30px;
  margin-top: 70px;
  font-family:Secondaryfont;
  margin-left:100px;
  margin-right:100px;
  height:400px;
  border: white solid 4px;
}

.valent{
  text-decoration: underline solid;
  font-size: 60px;
 margin-left: 35%;

}


.boxonebehind{
  background-color: #242036;
  width: 125%;
  height:328px;
  border-radius: 10px;
  border: 2px dashed white;
  margin-top: 50px;
  margin-right: 10%;
}

.boxone{
  
  text-align:center;
  color:#eee;
  font-size: 25px;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding-left: 5px;
  line-height: 32px;

}

.vero{
  text-decoration: underline solid white;
  text-align: center;
  font-size: 60px;
  color: white;
  padding-bottom: 10px;
  font-family: Secondaryfont;


}

.buttmenu{
  text-align:center;
  color:#000000;
  font-size: 25px;
  font-family:'Courier New', Courier, monospace;
margin-top: 10px;
  line-height: 32px;
}


.menuimgs{
  margin-left: 200px; 
  border-radius: 40px;
  margin-top: 40px;
}

.margpage{
  margin: 5%;

}

.purpcontainer {
  display: flex;
  flex-direction: row;
  align-items: center; 
  column-gap: 5px;
  margin-top: 100px;
}

.footpng{
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer; 
  color: rgb(238, 255, 0); 
  font-size: 20px;
  text-align: center;
}