*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

body{
    background-color: #ECECEC;
}  


/* Nav bar */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 9%;
    background-color: #f4c698;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo{
    cursor: pointer;
}

.logo img{
    height: 70px;
    border-radius: 20%;
}

.navbar a{
    color: #850C0C;
    margin-left: 4rem;
    transition: .3s;
    font-size: 2.3rem;
}

.navbar a:hover{
    color: #C51111;
}

section{
    min-height: 100vh;
    padding: 10rem 9% 2rem;
    background-color: #fefaf3;
}

footer{
    min-height: 70vh;
    padding: 10rem 9% 2rem;
}


/* Home Page */

.background {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20%;
    background-image: url(./food-images/background.jpg);
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    color: #850C0C;
    gap: 100px;
}

.background h1{
    font-size: 8vh;
    font-family: myFont;
}

.background h2{
    font-size: 6.2vh;
    font-weight: 900;
}

.background h4{
    font-size: 3vh;
}

.content{
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 50px;
    backdrop-filter: blur(8px);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15vw;
    min-height: 80vh;
}

.intro img{
    height: 20vw;
}

.writings{
    text-align: center;
    color: #C51111;
}

.writings p{
    width: 23vw;
    font-size: 2.5rem;
    padding-top: 4vh;
}

.writings h1{
    font-size: 6.2rem;
    font-family: myFont;
}

.footer{
    background-color: rgb(31, 31, 31);
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer h2{
    font-size: 3.5rem;
}

hr{
    margin: auto;
    width: 20rem;
    height: 3px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 150px;
}

.footer h3{
    margin-top: -100px;
    font-size: 2rem;
}

.footer h4{
    font-size: 2rem;
    margin-top: 12px;
}

.footer img{
    width: 150px;
    margin: auto;
    margin-top: 20px;
}

.footer p{
    font-size: 1.7rem;
}





/* About Page Begins */

.about-background{
    min-height: 90vh;
    background-image: url(./food-images/about-back.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20%;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    color: #850C0C;
    gap: 100px;
}

.about-background h1{
    font-size: 8vh;
    font-family: myFont;
}

.about-background h2{
    font-size: 5.5vh;
    font-weight: 900;
}


.intro2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15vw;
    margin-top: -60px;
    min-height: 80vh;
}

.intro2 img{
    height: 25vw;
}

.writings2{
    text-align: center;
    color: #C51111;
}

.writings2 p{
    width: 23vw;
    font-size: 2.8rem;
    padding-top: 4vh;
}

.writings2 h1{
    font-size: 4.8rem;
    font-family: myFont;
}

.intro3{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 15vw;
    margin-top: -150px;
}

.intro3 img{
    height: 20vw;
}



/* Menu Page begins */

.menu-background{
    min-height: 80vh;
    background-image: url(./food-images/menu-back.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20%;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    color: #850C0C;
    gap: 100px;
}

.menu-background h1{
    font-size: 8vh;
    font-family: myFont;
}

.menu-background h2{
    font-size: 5.5vh;
    font-weight: 900;
}

.secondary-nav{
    min-height: 2vh;
    background-color: #fefaf3;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.secondary-nav a{
    color: #850C0C;
    margin-left: 4rem;
    transition: .3s;
    font-size: 2.3rem;
}

.secondary-nav a:hover{
    text-decoration: underline;
}

#menu {
    border: 3px solid #783F27;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 30px;
}
  

.dish {
    background: #fefaf3;
    margin: 10px;
    padding: 20px;
    border: 1px solid maroon;
    width: 240px;
    display: flex;
    flex-direction: column;
    flex: auto;
}

.price {
    font-weight: bold;
    background: #f4c698;
    padding: 5px;
    width: 100%;
    text-align: center;
    margin-top: auto;
}
  
  
.photo img{
    width: 100%;
}

.dish h2{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #850C0C;
}

.dish p{
    font-size: 15px;
    color: #850C0C;
}

@font-face {
    font-family: myFont;
    src: url(DancingScript-Bold.ttf);
}