 
a:link{ 
    text-decoration: none; 
}

a { 
    color:white;
    text-decoration: none; 
}

a:hover{ 
    text-decoration: none; 
    text-shadow: rgb(255, 29, 29) 2px 2px 5px;
}
a:active{ 
    text-decoration: none; 
    color:white;
}

.menu{
    display:left;
    margin-left: 50px;
    margin-top: 320px;
    position: fixed;
    margin-bottom: 100px;
    font-family: 'Red Hat Mono', monospace;
    font-size: 14px;
    
}


.menu li{
    margin-bottom: 15px;
    text-align: center;
    list-style-type: none;

}

.column {
  float: left;
    width: 50%;
    height: 10px;
    padding: 350px;
    margin-top: -250px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

h2.row{
  height: 10000px;
}


/*Landing Page CSS*/
#logo img{
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    display: inline-block;
    z-index: 1;

}

#titleLogo img{
  width:350px;
  height:120px;
  margin-left: 465px;
  margin-top: -15px;
  margin-bottom: 90px;
  opacity: .9;
}

#titleLogoInfo img{
  width:350px;
  height:120px;
  margin-left: 450px;
  margin-top: -30px;
  margin-bottom: 5px;
  opacity: .5;
}

#infoLogo{
  width: 100px;
  height:100px;
  opacity: .1;
  margin-left: 300px;
}
#galleryLogo{
  width: 100px;
  height:100px;
  opacity: .1;
  margin-left: 300px;
  
}

body{
    background-color: black;
}


/*ROOM 112*/
h1{
    color: white;
    font-size: 80px;
    font-family: 'Red Hat Mono', monospace;
    letter-spacing: 15px;
    margin-top: -10px;
    margin-bottom: 65px;
    position: relative;
    text-align: center;
    /*text-shadow: 4px 4px #990404;*/
    z-index: 1;
}
/*Modern Asian Cuisine + Sushi Lounge*/
.slogan {
    color:white;
    opacity: .5;
    letter-spacing: .5px;
    position: relative;
    margin-bottom: 50px;
    margin-top: -160px;
    z-index: 1;
    font-family: 'Red Hat Mono', monospace;
    font-size: 8px;
    text-align: center;
    margin-left: 80px;
}

/*Room 112 Roll*/
#mainPic img{
    height: 600px;
    width: 1050px;
    margin-left: 155px;
    margin-top: -100px;
    border: 1px solid white;
    position:relative;
}

#sushiBorder1 img{
    height: 600px;
    width: 1050x;
    margin-left: 200px;
    margin-top: -700px;
    opacity: .5;
    position:absolute;
    z-index: 1;
}

#sushiBorder2 img{
    height: 600px;
    width: 1050px;
    margin-left: 150px;
    margin-top: -260px;
    opacity: .5;
    position:relative;
    z-index: -1;
}

#sushiBorder3 img{
    height: 600px;
    width: 1050px;
    margin-left: 200px;
    margin-top: 500px;
    opacity: .3;
    position:relative;
    z-index: -1;
}
#sushiBorder4 img{
  height: 600px;
  width: 1050px;
  margin-left: 200px;
  margin-top: -800px;
  opacity: .5;
  position:relative;
  z-index: 1;
}
#sushiBorder5 img{
  height: 600px;
  width: 1050px;
  margin-left: 200px;
  margin-top: -533px;
  opacity: .5;
  position:relative;
  z-index: 1;
}

.container {
  margin-top: 50px;
  position: relative;
  width: 80%;
}


.image {
  display: block;
  width: 100%;
 
  border: .5px solid #fff;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s ease;
  background-color: #250303;
}

.container:hover .overlay {
  opacity: 80%;
}

.text {
  color: white;
  font-family: 'Red Hat Mono', monospace;
  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;
}

#sushiImage1 img{
  margin-top: 50px;
  height: 600px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
}

#sushiImage2 img{
  margin-top: 100px;
  height: 600px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
}
#sushiImage3 img{
  height: 350px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
}
#sushiImage4 img{
  height: 450px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
}
#sushiImage5 img{
  height: 700px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
}


#sushiImage6 img{
  height: 650px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
}
#sushiImage7 img{
  height: 400px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
  
}

#sushiImage8 img{
  height: 450px;
  width: 450px;
  border: .5px solid #fff;
  margin-left: -85px;
  margin-bottom: -300px;
}

.backGroundLogo img{
opacity: .1;
z-index: 1;
position: absolute;
margin-left: 800px;
}




/*address*/
.address{
    font-family: 'Red Hat Mono', monospace;
    font-size: 12px;
    margin-top: 35px;
    position: relative;
    text-align: center;
}

.directions{
  font-family: 'Red Hat Mono', monospace;
  font-size: 12px;
  margin-top: 30px;
  position: relative;
  text-align: left;
}

.telephone {
  margin-left: 660px;
  font-size: 10px;
  color:white;
}
/*Doordash and Uber Eats Links*/
.p{
    display: inline;
    color: white; 
}

#delivery{
    font-family: 'Red Hat Mono', monospace;
    text-align: center;
    font-size: 30px;
    margin-top: 350px;
    margin-bottom: 200px;
    margin-left: 60px;

}

/*Image Carousel*/
#stage {
  margin: 1em auto;
  width: 750px;
  height: 550px;
}

#stage a {
  position: absolute;
}
#stage a img {
  
  border: 2px solid rgb(104, 15, 15);
  
}

#stage a:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 4s;
  animation-duration: 1s;
  z-index: 20;
}
#stage a:nth-of-type(2) {
  
  z-index: 10;
}
#stage a:nth-of-type(n+3) {
  display: none;
}

@keyframes fader {
  from { opacity: 1.0; }
  to   { opacity: 0.0; }
}

/*modal*/

  .fa-thin fa-phone{
      color: white;
      margin-left: -800px;
  }

.Mobile-wrapper{
   margin-left:-20000px;
}

.Mobile-wrapper a{
    display:none;
}

.wrapper {
    height: 45px;
    display: flex;
    margin-left: 50px;
    
  }
  
  .wrapper a {
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 1px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Red Hat Mono', monospace;
  }
  
  .modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
    font-family: 'Red Hat Mono', monospace;
  }
  
  .modal:target {
    visibility: visible;
    opacity: 1;
  }
  
  .modal__content {
    border-radius: 4px;
    position: relative;
    width: 600px;
    max-width: 90%;
    background: rgb(0, 0, 0);
    padding: 1em 2em;
    font-family: 'Red Hat Mono', monospace;
  }

  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none;
  }
  p{
    color: white;
      font-size: 12px;
      font-family: 'Red Hat Mono', monospace;
      margin-top: -10px;
      padding-right: -100px;
      position:relative;
      text-align: center;
      display: inline;
  }

 


  /*Suhsi Menu CSS

body.sushiMenu{
  
  background-size: cover;
  background-repeat: no-repeat; 
  background-color: rgb(25, 23, 23);
}

h2{
    color: white;
    font-size: 20px;
    font-family: 'Red Hat Mono', monospace;
    margin-top: -10px;
    position: relative;
    text-align: center;
    
}

p{
  color: white;
    font-size: 12px;
    font-family: 'Red Hat Mono', monospace;
    margin-top: -10px;
    padding-right: -100px;
    position:relative;
    text-align: center;
    display: inline;
    

}



h3{
  font-family: 'Red Hat Mono', monospace;
  color:white;
  font-size:20px;
  
}




  *{
    box-sizing: border-box;
  }
  
   Create two equal columns that floats next to each other 
  .column {
    float: right;
    width: 10%;
    height: 100px;
    padding: 10px;
    margin: 100 auto;
    
  }
  
   /*Clear floats after the columns
  .row:after {
    content: "";
    display: flex;
    clear: both;
  }

  .content-box {
    column-width: 1px;

  }*/
/*SUSHI MENU*/
  .item1 { grid-area: header; }
  .item2 { grid-area: menu; }
  .item3 { grid-area: main; }
  .item4 { grid-area: right; }
  .item5 { grid-area: footer; }
  
  .grid-container {
    margin-top: -200px;
    display: grid;
    grid-template-areas:
      'header header header header header header'
      'menu main main main right right'
      'menu footer footer footer footer footer';
    gap: 10px;
    background-color: #000000;
    padding: 100px;
    margin-left: 180px;
  }
  
  .grid-container > div {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 20px 0;
    font-size: 30px;
  }
  h3{
    font-family: 'Red Hat Mono', monospace;
    color:white;
    font-size:20px;
    margin-bottom: -20px;
    margin-right: 20px;
  }
  h5{
    font-family: 'Red Hat Mono', monospace;
    color:white;
    font-size:15px;
    margin-right: 150px;
  }

  h6{
    font-family: 'Red Hat Mono', monospace;
    color:white;
    font-size:12px;
    margin-bottom: -20px;
    text-align: center;
  }


  .item4 h3{
    text-align: left;
    margin-left: 10px;
    margin-bottom: -20px;
  }

  .item4 h5{
    margin-bottom: 15px;
    margin-left: 10px;
    text-align: left;
  }

.item4 h6{
  text-align: left;
  margin-left:50px ;
}

.basic h5{
  margin-bottom: -20px;
}

.basic h6{
  text-align: left;
  margin-left: 10px;
}

.platter h6{
  text-align: left;
  margin-left: 0px;
}
.platter h5{
  margin-bottom: -20px;
}

.item5 h3{
    text-align: center;
    margin-left: -12px;
  }

.item5 h5{
    text-align: center;
  }

#apps h5{
    margin-top: -50px;
  }

 


  /*DINNER/LUNCH MENU*/
  .item1Dinner { grid-area: header; }
  .item2Dinner { grid-area: menu; }
  .item3Dinner { grid-area: main; }
  .item4Dinner { grid-area: right; }
  .item5Dinner { grid-area: footer; }
  
  .grid-container {
    margin-top: -200px;
    display: grid;
    grid-template-areas:
      'header header header header header header'
      'menu main main main right right'
      'menu footer footer footer footer footer';
    gap: 10px;
    background-color: #020303;
    padding: 100px;
    margin-left: 180px;
  }
  
  .grid-container > div {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 20px 0;
    font-size: 30px;
  }
  h3{
    font-family: 'Red Hat Mono', monospace;
    color:white;
    font-size:20px;
    margin-bottom: -20px;
  }
  h5{
    font-family: 'Red Hat Mono', monospace;
    color:rgb(255, 255, 255);
    font-size:15px;
  }

  h6{
    font-family: 'Red Hat Mono', monospace;
    color:white;
    font-size:12px;
    margin-bottom: -15px;
    text-align: center;
  }
  
  footer h6{
    font-family: 'Red Hat Mono', monospace;
    color:white;
    font-size:10px;
    margin-top: 10px;
    text-align: center;
    opacity: .5;
  }


  .item4Dinner h5{
    margin-bottom: -20px;
    margin-left: 50px;
  }

  .item4Dinner h6{
    margin-bottom: -20px;
    text-align: left;
    margin-left: 50px;
  }
  .item4Dinner h3{
    margin-left: 50px;
  }

  .item3Dinner h5{
    margin-bottom: -25px;
  }
  .item3Dinner h6{
    text-align: left;
  }

  .item5 h3{
    text-align: center;
  }
  .item5 h5{
    text-align: center;
    margin-bottom: -20px;
  }

  #apps h5{
    margin-top: -50px;
  }


  .item3Info h5{
    margin-bottom: -25px;
  }
  .item3Info h6{
    text-align: left;
    font-size: 15px;
    margin-bottom: -20px;
  }

  .item3Info h3{
    margin-top: 60px;
  }

 


  * {
    box-sizing: border-box;
  }

  .column {
    margin-top: 20px;
    float: left;
    width: 50%;
    padding: 10px;
    height: 250px; 
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

/*Responsive css Desktop*/
  @media only screen and (min-width: 1280px) {

    .directions{
      display: none;
    }

    .infoMobile h3{
      display: none;
    }

    .infoMobile h6{
      display: none;
      
    }
    .dropdown-content a{
      display: none;
    }

    .mobileIndex h5{
      display: none;
    }

    .sushiMobile li{
      display: none;
    }
    .sushiMobile ul{
      display: none;
    }
  
  .options a{
    display: none;
  }

  .sushiMobile h5{
    display: none;
  }

  #titleLogoMobile img{
    display: none;
  }
    .dropbtn img{
    height:60px;
    width: 60px;
  }

  .dropbtn {
    background-color: #000000;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    margin-left: 240px;
    margin-right: 10000px;
  }
  
  .dropdown {
    position: relative;
    display: none;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 240px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: none;
  }

  .mobileIndex h5{
    margin-left: 260px;
    margin-top: -3px;
    font-size: 12px;
    display: none;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: none;}
  
  .dropdown:hover .dropbtn {background-color: #000000;}

  #mobileImg{
    display: none;
  }
  }

  /*Gallery*/



  /*Responsive css Mobile*/
  @media only screen and (max-width: 600px) {


    .Mobile-wrapper{
      height: 25px;
      display: flex;
      margin-left: 140px;
      margin-top: -60px;
      margin-bottom: 40px;
    }

    .Mobile-wrapper a {
      display: inline-block;
      text-decoration: none;
      padding: 1px;
      background-color: rgb(255, 255, 255);
      border-radius: 5px;
      text-transform: uppercase;
      color: #000000;
      font-family: 'Red Hat Mono', monospace;
    }

   a[href^="tel"]{
       color:white;
       text-decoration:underline;
   }
    .item3Info h3{
      display:none;
    }

    .directions{
      display: none;
    }

    .item3Info h6{
      display: none;
    }


    
    #mobileImg img{
      width: 410px;
      height: 450px;
      margin-left: -45px;
      object-fit: cover;
      margin-top: 20px;
    
    }
    #titleLogoMobile img{
      width: 250px;
      margin-bottom: -40px;
      margin-left: 30px;
    }
    body {
      background-color: black;
    }

    .border{
      display: none;
    }

    /*h1{
      font-size: 20px;
      margin-left: -95px;
    }*/

    h2{
      font-size: 8px;
      letter-spacing: 1px;
      margin-top: 100px;
      margin-left: -95px;
    }
    #stage{
      display:none
    }

    .menu{
      display:none;
    }

    .slogan{
      display:none;
    }
    #titleLogo img{
      display: none;
    }

    .telephone{
      margin-left: 150px;
      margin-bottom: 15px;
      color:white;
    }

    .address{
      margin-left: 20px;
      margin-top: -15px;
    }

    .footer{
      margin-left: 15px;
      margin-top: -5px;
      font-size: 3px;
      padding:2px;
    }
    .footer h6{
      font-size: 8px;
    }

    #infoLogo img{
      height: 350px;
      margin-left: -300px;
      margin-top: 300px;
    }


    /*Dropdownmenu*/
    
    .dropbtn img{
      height:60px;
      width: 60px;
      margin-top: 10px;
    }
  
    .dropbtn {
      background-color: #000000;
      color: white;
      padding: 2px;
      font-size: 16px;
      border: none;
      margin-left: 320px;
      margin-top: -10px;
    }
    
    .dropdown {
      position: relative;
      display: inline-block;
    }
    
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #000000;
      min-width: 150px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-left: 260px;
      text-align: center;
      opacity: .9;
      border-radius: 20px;
      height: 800px;
    }
    
    .dropdown-content a {
      color: rgb(255, 255, 255);
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      font-family: 'Red Hat Mono', monospace;
    }
  
    .mobileIndex h5{
      margin-left: 338px;
      margin-top: -3px;
      font-size: 12px;
    }
    
    .dropdown-content a:hover {background-color: #ddd;}
    
    .dropdown:hover .dropdown-content {display: block;}
    
    .dropdown:hover .dropbtn {background-color: #000000;}
  
    .dropdown-content {
      opacity: .8;
      animation-name: fadeInOpacity;
      animation-iteration-count: 1;
      animation-timing-function: ease-in;
      animation-duration: .3s;
    }
    
    @keyframes fadeInOpacity {
      0% {
        opacity: 0;
      }
      80% {
        opacity: .8;
      }
    }

    .sushiMobile li{
      color: #f1f1f1;
      font-family: 'Red Hat Mono', monospace;
      list-style-type: none;
      margin-top: 15px;
    }
    .sushiMobile ul{
      color: #f1f1f1;
      font-family: 'Red Hat Mono', monospace;
      list-style-type: none;
    }

    .sushiMobile h5{
      font-size: 20px;
      margin-left: 120px;
      
    }
    .sushiMobile h4{
      font-size: 20px;
      margin-left: 70px;
      
    }

    .sushiMobile h6{
      font-size: 15px;
      margin-left: -40px;
      
    }
    .options h4{
      font-size: 15px;
      color: rgb(255, 255, 255);
      display: inline;
      font-family: 'Red Hat Mono', monospace;
      margin-left: 5px; 
      
    }
    .button{
      font-family: 'Red Hat Mono', monospace;
      border: none;
      font-weight: 700;
      color: #000000;
      
    }

    .infoMobile h3{
      font-size: 20px;
      /*margin-left: 50px;*/
      text-align: center;
      margin-top: 30px;
      margin-bottom: -20px;
      
    }

    .locationMobile h3{
      margin-bottom: 20px;
      margin-top: -100px;
    }

    .infoMobile h6{
      font-size: 15px;
      margin-left: 20px;
      margin-left: 30px;
      margin-top: 10px;
      padding:12px;
      margin-bottom: -30px;
    }

    .catering h6{
      margin-bottom: 200px;
    }


    .scrollUp h6{
      font-size: 20px;
      margin-left: -50px;
      margin-bottom: 10px;
    }

    .grid-container {
      margin-top: -200px;
      display: none;
      grid-template-areas:
        'header header header header header header'
        'menu main main main right right'
        'menu footer footer footer footer footer';
      gap: 10px;
      background-color: #020303;
      padding: 100px;
      margin-left: 180px;
    }

   
    .wrapper{
      height: 45px;
      display: flex;
      margin-left: 120px;
      margin-top: 70px;
      margin-bottom: 60px;
    }
 
    
    body{
      background: linear-gradient(rgb(0, 0, 0), rgb(63, 1, 1));
    }

  .consumer h4{
      font-size: 10px;
      color: rgb(255, 255, 255);
      font-family: 'Red Hat Mono', monospace;
      text-align: left;
      margin-left: -5px;
      margin-bottom: 30px;
      padding-bottom: 5%;
    }
    
  }




  