*{
    box-sizing: border-box;
}

body{
    background-color: rgba(255, 230, 0, 0.555);
    max-height: auto;
    max-width: auto;
}

#wrapper {
    background-color: white;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    max-height: 1600px;
    border-radius: 15px; 
   
   
   

    
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(0px,1fr) repeat(6, minmax(0, 175px)) minmax(0px,1fr);
}

h1{
    text-align: center;
}



#logo{
    height: auto;  
    width: auto;
    
    background-color: white;
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat; 
    grid-row: 1/2;
    grid-column: 4/6;
    z-index: 1;

    

}

#logo img{
    max-height:250px;
    max-width: 100%;
    padding-left: 2rem;
}





#logo1{

    height: auto;
    width: auto;
    grid-row: 1/2;
    grid-column: 2/4;

    background-image: linear-gradient(to right, blue,white);


}

#logo2{

    height: auto;
    width: auto;
    grid-row: 1/2;
    grid-column: 6/8;
    background-image: linear-gradient(to left, red, white);


}






header{

    grid-column: 4/6;
    grid-row: 2/3;

   

    

}
header h1{
    color:rgb(43, 255, 0);
    font-family: 'ASIA';
    
    font-weight: 900;
    width: 100%;

}

#header1{
    grid-column:2/4;
    grid-row:2/3;
    background-image: linear-gradient(to right,blue,white);
}

#header2{
    grid-column: 6/8;
    grid-row: 2/3;
    background-image: linear-gradient(to left, red,white);
}









nav{
  
    height: auto;
    width: auto;
    grid-column: 2/-2;
    grid-row:3/4;
    z-index: 1;
    position: sticky;
    
}

nav {
    position: sticky;
    top: 0;
    z-index: 1000; 
    border: 2px solid black;
    
}


nav li a{

    color: black;
    padding: 1rem 0rem;
    display: block;
    
    text-align: center;
    text-decoration: none;
    background-color: aquamarine;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    height: 100%;
    

    

    justify-content: center;  
    align-items: center;
    
}



nav li{
    list-style: none;
    width: 100%;
}

nav ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
    width: auto;
    height: 100%;
}

nav a:hover{
    background-image: linear-gradient(to right,blue,red);
}

.home #sushi_picture_one{
    background-image: url('epic4.jpg');
    background-size:cover;  
    background-position: 50% 50%;  
    background-repeat: no-repeat;  
    height: 200px; 
    width: 100%;  
    grid-column: 2 / -2;
    grid-row: 4 / 6;

}

.menu_page #sushi_picture_one{
    background-image: url('karate.jpg');
    background-size: 100%;
    background-position: 30% 53%;  
    background-repeat: no-repeat;  
    height: 200px; 
    width: 100%;  
    grid-column: 2 / -2;
    grid-row: 4 / 6;

}

.about #sushi_picture_one{
    background-image: url('happy.jpg');
    background-size: 100%;
    background-position: 30% 30%;  
    background-repeat: no-repeat;  
    height: 200px; 
    width: 100%;  
    grid-column: 2 / -2;
    grid-row: 4 / 6;


}

.contact #sushi_picture_one{
    background-image: url('town.jpg');
    background-size: 100%;
    background-position: 30% 50%;  
    background-repeat: no-repeat;  
    height: 200px; 
    width: 100%;  
    grid-column: 2 / -2;
    grid-row: 4 / 6;


}



main{
    background-color: grey;
    height: 800px;
    width: 992px;
    grid-column: 2/-2;
    grid-row: 6/9;
    justify-self: center;  
    align-self: center;  
    
    
}

main{
    border: 2px solid black;
    max-width: 100%;
    

}


footer{
    background-image: linear-gradient(to right,blue,red);
    height:auto;
    width: auto;
    grid-column: 2/-2;
    grid-row: 9/10;

    
    
    
}

footer h2{

        

    text-align: center;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}





#sushi_picture_one h1{
    text-align: end;
    
}




h1{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}



.home main {
    background-image: radial-gradient(rgb(255, 102, 0),rgb(0, 255, 200));
    height: auto;
    width: auto;
    grid-column: 2 / -2;
    grid-row: 6 / 9;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;  
}

#part1 {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: auto;
    padding: 20px;  }

#part2 {
    grid-row: 2 / 3;  
    grid-column: 1 / -1;  
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;  
}

#Samurai_Rolls,
#Asian_Crisps,
#Tokyo_Blaze {
    height: auto;
    background-image: linear-gradient(to right, rgb(212, 212, 236), rgba(232, 245, 161, 0.493)); /* Add background color */
    padding: 20px;  
    border-radius: 8px;  
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);  
}



#Samurai_Rolls{
    grid-row: 3/4;
    grid-column: 1/2;
    height: auto;
    
}
#Asian_Crisps{
    grid-row: 3/4;
    grid-column: 2/3;
    height: auto;
    
}

#Tokyo_Blaze{
    grid-row: 3/4;
    grid-column: 3/4;
    height: auto;
    
}

#Samurai_Rolls img{

    max-width: 100%;


}
#Asian_Crisps img{

    max-width: 100%;


}

#Tokyo_Blaze img{

    max-width: 100%;


}

h4{
    color:rgb(0, 4, 255);
    font-family: 'ASIA';
    font-size: large;
    
    font-weight: 900;
    width: 100%;
    text-align: center;

}

h5{
    color:rgba(6, 255, 101, 0.897);
    font-family: Arial, Helvetica, sans-serif;
    font-size:x-small;
    
    font-weight: 800;
    width: 100%;
    text-align: center;

}

h2{
    color:rgb(255, 0, 170);
    font-family: 'ASIA';
    font-size: x-large;
    
    font-weight: 900;
    width: 100%;
    text-align: center;

}




#Specials {
    grid-row: 2 / 3;  
    grid-column: 1 / -1;  
    justify-self: center; 
    
}

h1{
    color: aquamarine;
}



#part1 #photo1{
    width: 30vw;;

    float: right;
}

#part1 #photo2{
    float:left;
    width: 25vw;
}



main #part1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

main p{
    
    margin-left: 25px;
    margin-right: 25px;
    text-indent: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}


/* MENU */

.menu_page main .container{
    background-image: radial-gradient(rgb(255, 102, 0),rgb(255, 153, 0));
    height: auto;
    width: auto;
    grid-column: 2 / -2;
    grid-row: 6 / 9;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;  
    
    
    
}


#title{
    grid-row: 1/2;
    grid-column: 1/-1;

}
#title h6{
    text-align: center;
    font-family: 'ASIA';
    font:800;
    font-weight: bolder;
    font-size: x-large;
    color: blue;
}
#sides h6{
    text-align: center;
    font-family: 'ASIA';
    font:800;
    font-weight: bolder;
    font-size: x-large;
    color: blue;
}

#drinks1 h6{
    text-align: center;
    font-family: 'ASIA';
    font:800;
    font-weight: bolder;
    font-size: x-large;
    color: blue;

}

#sides{
    grid-row: 4/5;
    grid-column: 1/-1;
}
#drinks1{
    grid-row: 6/7;
    grid-column: 1/-1;
}

#item1{
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
}
#item1 img{
    width: 100%;
}


#item2{
    grid-row: 2/3;
    grid-column: 2/3;
    width: 100%;
}
#item2 img{
    width: 100%;
}

#item3{
    grid-row: 2/3;
    grid-column: 3/4;
    width: 100%;
}
#item3 img{
    width: 100%;
}

#item4{
    grid-row: 2/3;
    grid-column: 4/5;
    width: 100%;
}
#item4 img{
    width: 100%;
}


#item5{
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
}
#item5 img{
    width: 100%;
}

#item6{
    grid-row: 3/4;
    grid-column: 2/3;
    width: 100%;
}
#item6 img{
    width: 100%;
}

#item7{
    grid-row: 3/4;
    grid-column: 3/4;
    width: 100%;
}
#item7 img{
    width: 100%;
}

#item8{
    grid-row: 3/4;
    grid-column: 4/5;
    width: 100%;
}
#item8 img{
    width: 100%;
    
}






#item13{
    grid-row: 5/6;
    grid-column: 1/2;
    width: 100%;
}
#item13 img{
    width: 100%;
}

#item14{
    grid-row: 5/6;
    grid-column: 2/3;
    width: 100%;
}
#item14 img{
    width: 100%;
}

#item15{
    grid-row: 5/6;
    grid-column: 3/4;
    width: 100%;
}
#item15 img{
    width: 100%;
}

#item16{
    grid-row: 5/6;
    grid-column: 4/5;
    width: 100%;
}
#item16 img{
    width: 100%;
}

.menu_page .container div{

justify-content: center;


    
}


#drinks{
    grid-row: 7/8;
    grid-column: 1/-1;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

}

#drinks li{
    font-weight: bold;
}

#soda{
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
}

#american_beers{
    grid-row: 1/2;
    grid-column: 2/3;
    width: 100%;
}

#imported_beers{
    grid-row: 1/2;
    grid-column: 3/4;
    width: 100%;
}

.container ul li{
    
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;

}

#drinks a{
    color:red;
}





.menu_page .container img{
    border-radius: 10px;
}


.container{

    padding: 1rem 1rem 1rem 1rem;


}




.menu_page footer{

    
    bottom: 0;
    width: 100%;
    grid-row: 9/10;
    
    
    
}

#wrapper main{
    overflow: auto;
}


.about main .container1{
    background-image: radial-gradient(rgb(255, 102, 0),rgb(0, 255, 200));
    height: auto;
    width: auto;
    grid-column: 2 / -2;
    grid-row: 6 / 9;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;  
    
    
    
}


#about{
    grid-row: 1/2;
    grid-column: 1/-1;
}

#about h6{
    text-align: center;
    font-family: 'ASIA';
    font:800;
    font-weight: bolder;
    font-size: x-large;
    color: blue;
    justify-self: center;
    align-self: center;

}

#about2{
    grid-row: 2/3;
    grid-column: 1/-1;
}




#about2 #image1{
    width: 20vw;
    float: right;
}

#about2 #image2{
    float: left;
    width: 15vw;
}

#about2 #image3{
    float: right;
    width: 20vw;
}



#about2 #image5{
    float: left;
    width: 40vw;
}


#about2 p{
    font-size: small;
    padding: 10px 10px 10px 10px;

}

#about2 img{
    margin: 10px;
}


.about main .container1 {
    background-image: radial-gradient(circle,rgb(255, 0, 0),white);
}


.contact main .container3{
    background-image: radial-gradient(rgb(255, 102, 0),rgb(187, 255, 0));
    height: auto;
    width: auto;
    grid-column: 2 / -2;
    grid-row: 6 / 9;
    justify-self: center;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;  
    
    
    
}


.contact .container3 h2{

    grid-row: 1/2;
    grid-column: 1/-1;
    justify-self: center;
    align-self: center;


}

.contact .container3 #quick{
    grid-row: 2/3;
    grid-column: 1/-1;
    justify-self: center;
    align-self: center;


}
.contact #quick2{
    grid-row: 3/4;
    grid-column: 1/-1;
    justify-self: center;
    align-self: center;
}

.contact #quick2{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-self: center;
    align-self: center;
    
    

}

#uno{
    grid-row: 1/2;
    grid-column: 1/-1;
}




.contact #quick p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color:blue;
}
.contact #quick a{
    color: red;
    font-weight: bolder;
}



#quick img{
    width: 50vw;
    height: auto;
    
}

#quick a{
    font-weight: bold;
}

.contact #change{
    color: #ff5e00;
}


.contact #quick2 .form-group {
    margin-bottom: 15px;
  }
  
  .contact #quick2 label {
    display: block;
    margin-bottom: 5px;
  }
  
  .contact #quick2 input[type="text"],
  .contact #quick2 input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .contact #quick2 button {
    display: block;
    width: 100%;
    height: 2rem;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .contact #quick2 button:hover {
    background-color: #0056b3;
  }

    #dos{
    grid-row:2/3;
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    align-self: center;
    
    

}

#dog{
    grid-row: 1/2;
    grid-column: 1/2;

}
#cat{
    grid-row: 1/2;
    grid-column: 2/3;
    
}

#fish{
    grid-row: 1/2;
    grid-column: 3/4;
    
}

#rabbit{
    grid-row: 2/3;
    grid-column: 1/-1;
    text-align: center;
    
}

#dog, #cat, #fish, #rabbit{
    color:#1b1613;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 5px 5px 5px;

    
}

#dog a, #cat a, #fish a, #rabbit a{
    color:#f30000f6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    
    
}


.contact button{
    grid-row: 4/5;
    grid-column: 1/-1;;
    
    
    

}

.container h6{
    border: 1px solid black;
    font-size: large;
}

#title h6{
    border: none;
}

.container #sides h6{
    border: none;
}

.container #drinks1 h6{
    border: none;
}

















@media screen and (min-width: 1333px){

    #photo1{
        max-width: 339px;
        height: auto;
    }
    #photo2{
        max-width: 333px;
        height: auto;
    }
}





@media screen and (max-width: 992px){

    #wrapper{
        max-width: 768px;
    }
}


@media screen and (max-width: 768px){

    #wrapper{
        max-width: 100%;
    }
}



@media screen and (max-width: 695px){

    footer{
        display:none;
    }
}

@media screen and (max-width: 600px){




    


    #logo{

   display:none;
    
    }

    header {
       
        background-image: linear-gradient(to right,blue,red);
        z-index: 1;
        height: 150px;
        grid-column: 2/-2;
        grid-row: 2/3;
        z-index: 1;
    }


    nav{
        background-color: purple;
        height: auto;
        width: auto;
        grid-column: 2/-2;
        grid-row:3/4;
        z-index: 1;
        position:sticky;
    }

    nav ul{
        flex-flow: wrap;
        
    }

   

   
    
    main{
        background-color: green;
        height: auto;
        width: 100%;
        
        grid-column: 2/-2;
        grid-row: 4/7;
    }
    
    
    footer{
        background-color: pink;
        height:auto;
        width: auto;
        grid-column: 2/-2;
        grid-row: 7/8;
    }


  



    




}













@media screen and (max-width:550px) 
{
    footer{
        display:none;
    }
    
}

@media screen and (max-width: 515px){

    main img{
        width: 100%
    }
    
    
}

@media screen and (max-width: 508px){

    #part2{
        display:none;
    }
    
    
}

@media screen and (max-width: 420px){

   body{
    display: none;
   }
    
}








