

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Yeseva+One&display=swap');

:root {
    --tx-banner: 3.2rem;
    --tx-title: 1.2rem;
    --tx-desciption: .8rem;
    --tx-reg: .8rem;
  }

html {
    scroll-behavior: smooth;
  }     

* {
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    /* line-height: 1.6rem; */


}

body {
    background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Yeseva One', cursive;
    color: red;
    padding: .5rem .5rem 2.5rem .5rem ;
    line-height: 1.2;
}
a {
    color: red;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

a:hover {
    color: grey;
}

a:active {
    color: black;
}

.intro,
nav,
.logo {
    text-align: center;
}
.intro {
    padding: 2rem;
}

.menuLogo img{
    height: 40px;
}
.mainMenu {
    position: fixed;
    top: 0;
  background: rgba(255, 255, 255, 0.76);
  /* padding: .5rem; */
  z-index: 5;
  height: 50px;
  inset: 0 0 90vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px 0 0;
}

.mainMenu a {
    padding: .2rem .5rem;
    font-weight: 800;
}


.logo img{
    width: 200px;
    
}

.imageDivider1{
    background-image: url(images/ven2.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: 70% 10%;
}

.imageDivider2{
    background-image: url(images/ven2.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-attachment: fixed;
}

.imageDivider3{
    /* background-image: url(images/catering.jpg); */
    /* width: 100%; */
    min-height: 60vh;
    background-size: cover;
    background-attachment: fixed;
}



.imageDivider4 h2{
    
    padding: 2.5rem .5rem .5rem .5rem ;
}

.imageDivider4{
    width: 90vw;
    /* height: 90vh; */
    align-items: center;
    justify-content: center;
    margin: auto;
    /* font-size: xx-large; */
    /* background-image: url(images/taj-sauce-bg.jpg); */
    /* width: 100vh;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; */
    /* height: auto; */
}

.tajsaucepic, .tajsauce {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
    height: auto;
    width: 80vw;
    margin: auto;
    align-items: center; 
    text-align: center;
    font-size: x-large;
        /* min-height: 150px;	
        display: flex; 
        justify-content: right; 
        width: 100vw;
        margin: auto;*/
        
}
 .tajsaucepic img {
    
    min-height: 400px;
    height: 80vh;
    padding: 6em
} 

.tajsauce {
    margin-bottom: 5em;
}



.menu {
    width: 90vw;
    margin: 2rem auto;
}

.title{
    color: red;
    padding: .5rem 0 0 0;
    font-size: var(--tx-title);
}

.description {
    color: darkgrey;
    font-size: var(--tx-desciption);
}

h3 {
    color: red;
}

/* .menu > div { */
    .appertizers,
    .soups,
    .salads,
    .entrees,
    .nigiri,
    .sashimi,
    .rawRolls,
    .cooked,
    .veggieRolls,
    .cookedRolls,
    .desserts{
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 1rem;
    align-items: center;
    align-items: start;
}

.imageDivider3{
    /* padding: 3rem; */
}
.catering {
    text-align: center;
    background: rgba(255, 255, 255, 0.753);
    /* width: 60vw; */
    height: 60vh;
    /* margin-left: auto; */
    margin-right: auto;
    display: grid;
    place-items: center;
    /* margin: 3rem auto; */
    /* margin-top: 100px; */
}
.tajsauce {
    /* font-size: 58pt;
    text-align: center;
    background: rgba(255, 255, 255, 0.753);
    width: 60vw;
    height: 500px;
    padding: 6rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    place-items: center; */
}

.menuTitleBlock {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    border-bottom: 1px solid grey;
    margin-top: 5.5rem;
    grid-template-columns: 100vw;
    align-items: center;
}

.biggBuddha {
    width: 100%;
    height: 100%;
    /* height: 400px; */
    
    background-image: url(images/everyone2-crop-u639.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    grid-column: 1 / span 1;
    grid-row: 1 / span 3;
}

.classCards{
    /* color: white; */
    margin: 1rem;
    display: flex;
    flex-direction: column;
}

.classCards img {
    min-width: 25vw;
    max-width: 100%;
}
.classCards span {
    font-size: var(--tx-title);
    color: red;
}

.classText {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 25vw;
    margin: 2rem;
}

.classText {
    padding: 0 0 0 2rem;
}


.eventBox h1 {
    text-align: center;
    color: red;
}
.class2 {
    display: flex;
    flex-direction: column-reverse;
}
.class3 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.classCards h2 {
    padding: 0;
    margin: 0;
}

.itemPic {
    display: grid;
    place-items: center;
}
.itemPic .title {
    color: white;
    font-size: var(--tx-title);
    text-align: center;

}



.foodItems {
    background-color: rgba(235, 235, 235, 0.9);
    /* border-radius: 50px; */
    display: flex;
    flex-direction: column;
    /* display: none; */
    /* top: 30px; */
    transform: translateX(-150%);
    transition: transform 1s ease-in-out;
    inset: 0 0 0 0;
    position: fixed;
    place-content: center;
    z-index: 4;
}
.foodItemsActive {

    transform: translateX(0%);
}
.foodItems a {
    padding: .2rem .5rem;
    border-radius: 3rem;
    transition: all .3s ease-in-out;
    margin: .3rem 0;
    /* position: absolute; */
}

.foodItems a:hover {
    color: black;
    /* background: yellow; */
}



.foodMenuIcon, .foodXIcon {
    position: fixed;
    background: red;
    top: 0px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: background-color .3s ease-in-out;
    right: 0;
    z-index: 12;
}
.foodMenuIcon:hover{
    background-color: white;
    cursor: pointer;
}
.foodXIcon {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.253);
    z-index: 11;
    /* right: 40px; */
    position: fixed;
    height: 50px;
    width: 50px;
    transition: background-color .3s ease-in-out;
}
.foodXIcon:hover {
    background: red;
}
.foodXIcon .line:nth-child(1){
    transform: rotate(45deg) translateY(1px) translateX(3px);
    background-color: red;
}
.foodXIcon .line:nth-child(2){
    transform: rotate(-45deg) translateY(-2px) translateX(4px);
    background-color: red;
}

.line{
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 2px;
    transition: background-color .3s ease-in-out
}
.foodMenuIcon:hover > .line {
    background-color: red;
}
.foodXIcon:hover > .line {
    background-color: white;
}


.disNone{
    display: none;
}

.sectionDescription {
    font-size: var(--tx-reg);
}

h3{
    font-size: var(--tx-title);
}

.something4everyone{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100vw, 1fr));
    align-items: center;
}

.something4everyone a:nth-child(1) > div{
    background-image: url(images/everyone1-crop-u717.jpg);
}
.something4everyone a:nth-child(2) > div{
    background-image: url(images/everyone2-crop-u639.jpg);
}
.something4everyone a:nth-child(3) > div{
    background-image: url(images/everyone3-crop-u731.jpg);
}
.something4everyone a:nth-child(4) > div{
    background-image: url(images/everyone4-crop-u745.jpg);
}
.something4everyone a:nth-child(5) > div{
    background-image: url(images/everyone5-crop-u738.jpg);
}
.something4everyone a:nth-child(6) > div{
    background-image: url(images/catering.jpg);
}


.something4everyone a div {
    /* width: 50px;
    height: 50px;
    background-color: pink;
    position: relative; */
    opacity: 1;
    overflow: hidden;


}

.something4everyone a div {
    transition: all .3s ease-out;

    display: grid;
    align-items: center;
    justify-items: center;
    font-size: var(--tx-banner);
    color: white;
}


.something4everyone a div:hover{
    opacity: 1;
    }
.something4everyone div {
    /* width: 100; */
    height: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    
}


.something4everyone div:hover{
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);

}


footer {
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: 0px;
    display: flex;
    place-items: center;
    justify-content: center;
}

footer a {
    padding: 0 .2rem;
    border-radius: 50px;
    display: flex;
    place-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin: 0 .3rem;
}

footer svg {
    width: 25px;
    display: inline;
    transition: fill .3s ease-in;
}

footer svg:hover {
    fill: red;
}


.classes {
    background: rgb(233, 233, 233);
    padding: 1rem;
    position: relative;
    /* inset: 10% 95% 10% 5%; */
    min-width: 70vw;
    margin: 2rem auto;
}

.cateringBox {
    padding: 1rem;
}


@media only screen and (min-width: 576px) { 


    .tajsaucepic {
        /* min-height: 100px;	 */
        /* width: 40vw; */

}




    .mainMenu a {
        padding: .2rem 1.5rem;
    }

    .something4everyone{
        grid-template-columns: repeat(auto-fill, minmax(45vw, 1fr));
    }

    .something4everyone div {
        height: 50vw;
    }

    .classCards {
        flex-direction: row;
        min-width: 25vw;
    }

    .class3 {
        flex-direction: column;
    }
    .classText {
        padding-top: 2rem;
    }

    .classText:nth-child(1) {
        padding: 0  2rem 0 0;
    }
    


}




@media only screen and (min-width: 870px) { 

    
.imageDivider4{
    display: flex;
    flex-direction: row;
    width: 90vw;
    /* height: 90vh; */
    align-items: center;
    justify-content: center;
    margin: auto;
    /* font-size: xx-large; */
    /* background-image: url(images/taj-sauce-bg.jpg); */
    /* width: 100vh;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; */
    /* height: auto; */
}

.tajsaucepic, .tajsauce {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
    height: auto;
    width: 45vw;
    margin: auto;
    align-items: center; 
    text-align: center;
        /* min-height: 150px;	
        display: flex; 
        justify-content: right; 
        width: 100vw;
        margin: auto;*/
        
}
 .tajsaucepic img {
    height: 60vh;
    min-height: 400px;
    width: auto;
    /* height: 25vh; */
    /* padding: 6em */
} 

/* 
    .tajsaucepic {
        display: flex;
        flex-direction: row;
         min-height: 200px;	
        width: 40vw;
        justify-content: right; 
        align-items: center; align item vertically 
}

    .imageDivider4{
       flex-direction: row; 
    }

   body {
       background-color: yellow; 
   }
   .mainMenu a {
    padding: .2rem 2.5rem;
}
   .foodMenuIcon,
   .foodXIcon {
       display: none;
   }

    .something4everyone{
        grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
    }

    .something4everyone div {
        height: 30vw;
    }
   nav {
       inset: auto;
       position: sticky;
       height: 7vh;
       top: 0;
       
   }

   .foodItems {
    background-color: rgba(235, 235, 235, 0.9);
    display: flex;
    flex-direction: row;
    transform: translateX(0%);
    transition: transform 1s ease-in-out;
    inset: 0vh 0 80vh 0;
    position: sticky;
    top: 50px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    }
 */

}