*{
    margin: 0px;
    padding: 0px;
}
@font-face{
    font-family: 'Heavitas';
    src: url(fonts/Heavitas.ttf);
}
@font-face{
    font-family: 'MatthanSans';
    src: url(fonts/MatthanSansRegular.ttf);
}
main{
    margin: auto;
    width: 100%;
    height: auto;
}
header{
    margin: auto;
    width: 100%;
    height: 150px;
    background-image: url(images/footerbackground.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
}
#headerbar{
    background-color: white;
    border: 5px solid black;
    width: 80%;
    height: 100px;
    position: relative;
    top: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#headerbar img{
    width: 70px;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}
#orderbutton{
    margin: auto 0;
    padding: 10px 20px;
    width: auto;
    height: 30px;
    background-image: linear-gradient(lightgreen, rgb(183, 229, 183));
    border-radius: 20px;
    text-align: center;
}
nav a, #orderbutton a{
    font-size: 1.5em;
    font-family: 'Heavitas';
    text-decoration: none;
    color: black;
}
nav a:hover, #orderbutton:hover{
    transform: scale(1.2);
    transition: 100ms ease;
}
nav a:active, #orderbutton a:active{
    color: rgb(59, 125, 167);
}
.tagline{
    width: 100%;
    height: 600px;
    background-image: url(images/taglinefood.jpg);
    background-size: cover;
}
#darkening{
    width: 100%;
    height: 600px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}
#taglineflex{
    margin: 0 auto;
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 15px;
    position: relative;
}
#tagline1-1{
    text-align: right;
    font-size: 7em;
    font-family: 'MatthanSans';
    color: white;
    font-weight: normal;
}
#tagline1-2{
    font-size: 3em;
    font-family: 'MatthanSans';
    color: rgb(180, 180, 180);
    text-align: right;
}
#tagline1-3{
    padding: 10px;
    width: 200px;
    height: 30px;
    background-image: linear-gradient(lightgreen, rgb(183, 229, 183));
    border-radius: 20px;
    text-align: center;
}
#tagline1-3 a{
    margin: auto 0;
    font-size: 1.5em;
    font-family: 'Heavitas';
    text-decoration: none;
    color: black;
}
#tagline1-3 a:hover{
    color: white;
}
.marqueesection{
    width: 100%;
    margin: 0 auto;
}
marquee{
    width: 100%;
    font-size: 3em;
    font-family: 'Heavitas';
    padding: 20px 0;
    background-color: #e8e0d5;
    color: black;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}
.foodshowcase{
    width: 1266px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    margin-top: -10px;
    background-color: rgb(183, 229, 183);
}
#riceshowcase, #noodleshowcase, #pratashowcase{
    margin: 10px auto;
    width: 80%;
    display: flex;
    gap: 10px;
}
.foodshowcase section div{
    background-color: rgb(255,255,255);
    border-radius: 20px;
    border: 5px solid black;
    font-size: 4em;
    font-family: 'MatthanSans';
    color: black;
}
.foodshowcase section div img{
    width: 220px;
    height: 220px;
}
.foodshowcase section div img:hover{
    transform: scale(1.1) rotate(10deg);
    transition: 200ms ease;
}
.foodshowcasetxt{
    font-size: 0.5em;
}
#foodshowcase1, #foodshowcase4, #foodshowcase5{
    flex: 2;
    padding: 20px;
}
#foodshowcase2, #foodshowcase3, #foodshowcase6{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#menubutton2{
    margin: 30px auto 0 auto;
    padding: 10px;
    width: 400px;
    height: 30px;
    background-image: linear-gradient(rgb(79, 145, 195), rgb(83, 181, 239));
    border-radius: 20px;
    text-align: center;
    border: 5px solid black;
}
#menubutton2 a{
    margin: auto 0;
    font-size: 1.5em;
    font-family: 'Heavitas';
    text-decoration: none;
    color: black;
}
#menubutton2 a:hover{
    color: white;
}
.location{
    width: 1266px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    margin-top: -10px;
    background-color: rgb(183, 229, 183);
}
.location div{
    margin: 0 auto;
    width: 800px;
    height: 600px;
    background-color: rgb(255,255,255);
    border-radius: 50px;
    border: 5px solid black;
    font-family: 'MatthanSans';
    font-size: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.location div iframe{
    width: 60%;
    height: 60%;
    display: block;
    border-radius: 30px;
}
footer{
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background-image: url(images/footerbackground.jpg);
    background-size: cover;
    border-top: 5px solid black;
}
.footerlinks{
    width: 1266px;
    margin: 50px auto 0 auto;
    font-family: 'Heavitas';
    font-size: 2em;
    display: flex;
    justify-content: space-around;
}
.footerlinks p{
    font-family: 'MatthanSans';
    font-size: 0.7em;
}
.footerbutton{
    margin: 10px 0;
    padding: 5px;
    width: 100px;
    height: auto;
    background-image: linear-gradient(rgb(79, 145, 195), rgb(83, 181, 239));
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerbutton a, .footerclickable{
    text-decoration: none;
}
.footerbutton a{
    font-size: 0.5em;
}
#footeremail a, .footerbutton a, .footerclickable{
    color: black;
}
.footerbutton a:hover, #footeremail a:hover, .footerclickable:hover{
    color: rgb(79, 145, 195);
}
.copyright{
    width: 1266px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    font-family: 'Heavitas';
    font-size: 1.2em;
}
.copyright img{
    width: 70px;
    height: 70px;
}
/* about page */
#aboutimage{
    margin: 0 auto;
    width: 1266px;
    height: 600px;
    background-image: url(images/queue.jpg);
    background-size: cover;
}
#aboutimagedarken{
    width: 1266px;
    height: 600px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}
#abouttxt1{
    position: relative;
    top: 50px;
    left: 50px;
    font-size: 7em;
    font-family: 'MatthanSans';
    text-align: left;
    color: white;
}
#aboutimage a{
    text-decoration: none;
}
#arrowdown{
    position: relative;
    top: 80px;
    left: 230px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: white;
    color: black;
    border-radius: 20px;
    font-family: 'MatthanSans';
    font-size: 2em;
    text-align: center;
    text-decoration: none;
}
#arrowdown:hover{
    height: 60px;
    padding-top: 30px;
    transition: 300ms ease;
}
#aboutwords{
    width: 1266px;
    height: 1500px;
    margin: 0 auto;
    background-color: rgb(183, 229, 183);
}
.aboutflex{
    width: 80%;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
}
#aboutdiv2, #aboutdiv5{
    width: 500px;
    height: auto;
    font-family: 'MatthanSans';
    text-align: justify;
    color: black;
}
#abouttxt2, #abouttxt5{
    font-size: 2em;   
}
#abouttxt2big, #abouttxt5big{
    font-size: 2em;
}
.aboutflex img{
    width: 400px;
    border-radius: 30px;
}
#aboutdiv3, #aboutdiv4{
    width: 80%;
    margin: 0 auto;
    font-family: 'MatthanSans';
    text-align: center;
    color: black;
    font-size: 2em;
}
#aboutdiv3{
    padding-top: 100px;
}
#aboutmarquee1, #aboutmarquee2{
    width: 100%;
    font-size: 2em;
    font-family: 'Heavitas';
    padding: 10px 0;
    background-color: rgb(183, 229, 183);
    color: black;
    border: none;
}
/*menu page*/
.menusection{
    width: 1266px;
    height: 1300px;
    margin: 0 auto;
    padding-top: 50px;
    background-color: #e8e0d5;
}
.menulegend{
    width: 250px;
    font-size: 2em;
    font-family: 'Heavitas';
    text-align: center;
    padding: 10px 0;
    background-color: rgb(183, 229, 183);
    color: black;
    border-radius: 30px;
    border: 5px solid black;
    margin: 0 auto;
}
.menugrid{
    width: 90%;
    height: auto;
    margin: 50px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.menugrid div{
    background-color: white;
    width: auto;
    height: 500px;
    border-radius: 30px;
    border: 5px solid rgb(183, 229, 183);
    font-family: 'MatthanSans';
    text-align: center;
    color: black;
    font-size: 2em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.menugrid img{
    width: 50%;
}
.menugrid div:hover{
    transform: scale(1.05);
    transition: 200ms ease;
}
.menugrid div:active{
    transform: scale(0.95);
    transition: 200ms ease;
}
.foodorderbutton, .foodorderbutton:visited{
    font-family: 'Heavitas';
    font-size: 0.7em;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border: 5px solid #e8e0d5;
    border-radius: 10px;
}
.foodorderbutton:hover{
    transform: scale(1.1);
    transition: 200ms ease;
}
.fooddescription{
    width: 80%;
    font-size: 0.7em;
}
/* order and signup page */
#orderformsection, #signupformsection{
    width: 1266px;
    height: 1000px;
    margin: 0 auto;
    background-color: #e8e0d5;
    display: flex;
    justify-content: center;
    align-items: center;
}
#signupformsection{
    background-color: rgb(183, 229, 183);
}
#orderformflex, #signupformflex{
    width: 70%;
    height: 80%;
    background-color: rgb(183, 229, 183);
    border: 5px solid black;
    border-radius: 20px;
}
#signupformflex{
    background-color: #e8e0d5;
}
#orderform, #signupform{
    height: 100%;
    font-family: 'Heavitas';
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; 
}
#orderform legend, #signupform legend{
    font-size: 1.6em;
    background-color: #e8e0d5;
    padding: 10px;
    border: 5px solid black;
    border-radius: 10px;
}
#signupform legend{
    background-color: rgb(183, 229, 183);
}
.forminputs, .forminputs option{
    font-family: 'MatthanSans';
    font-size: 1.2em;
    padding: 5px;
    border-radius: 5px;
}
.forminputs:active, .forminputs option:active{
    transform: scale(0.9);
    transition: 200ms ease;
}
#orderform div, #signupform div{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
/* media query */
@media screen and (max-width: 1266px){
    #headerbar{
        width: 90%;
    }
    .foodshowcase, .location{
        width: 100%;
    }
    .foodshowcase section div{
        font-size: 2em;
    }
    .foodshowcasetxt{
        font-size: 20px;
    }
    .foodshowcase section div img{
        width: 100px;
        height: 100px;
    }
    #menubutton2{
        width: 200px;
        height: 20px;
    }
    #menubutton2 a{
        font-size: 1em;
    }
    .location div{
        width: 80%;
        font-size: 1.5em;
    }
    footer{
        height: 300px;
    }
    .footerlinks, .copyright{
        width: 90%;
    }
    .copyright img{
        width: 50px;
        height: 50px;
    }
    .footertitle, .footerlinks, .copyright{
        font-size: 1em;
    }
    .footerbutton{
        width: 50px;
    }
    #aboutimage, #aboutimagedarken, #aboutwords{
        width: 100%;
    }
    #aboutwords{
        height: auto;
    }
    #abouttxt1{
        font-size: 4em;
        width: 90%;
        left: 20px;
    }
    #arrowdown{
        left: 0;
        margin: 0 auto;
    }
    .aboutflex{
        flex-direction: column;
        align-items: center;
    }
    .aboutflex img{
        width: 300px;
    }
    #aboutdiv2, #aboutdiv5{
        width: 80%;
        padding-bottom: 50px;
    }
    .menusection{
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .menugrid{
        display: flex;
        flex-direction: column;
    }
    .menugrid div{
        width: 80%;
        height: auto;
        padding: 20px;
    }
    .menugrid div p{
        padding: 10px;
    }
    #orderformsection, #signupformsection{
        width: 100%;
    }
    #orderformflex, #signupformflex{
        width: 90%;
    }
    #orderform textarea, .guestorder, .signupinput{
        width: 100%;
    }
    #orderform div, #signupform div{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 800px){
    #headerbar img{
        width: 50px;
    }
    nav a, #orderbutton a{
        font-size: 80%;
    }
    #orderbutton{
        height: 20px;
        padding: 10px;
    }
    nav{
        gap: 15px;
    }
    #tagline1-1{
        font-size: 4em;
    }
    #tagline1-2{
        font-size: 2em;
    }
    #tagline1-3, #tagline1-4{
        width: 120px;
        height: 20px;
    }
    #tagline1-3 a, #tagline1-4 a{
        font-size: 1em;
    }
    marquee{
        font-size: 2em;
        padding: 20px 0;
    }
    .location div iframe{
        width: 80%;
    }
    .fooddescription{
        width: 80%;
        font-size: 0.5em;
    }
}
@media screen and (max-width: 600px){
    .location div{
        height: 400px;
        font-size: 1em;
    }
}