@font-face {
    font-family: Lilita;
    src: url('../fonts/LilitaOne-Regular.ttf');   
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');   
}

@keyframes fade-in {
    0%		{opacity: 0;}
    100%	{opacity: 1;}
}

@-moz-keyframes fade-in {
    0%		{opacity: 0;}
    100%	{opacity: 1;}
}

@-o-keyframes fade-in {
    0%		{opacity: 0;}
    100%	{opacity: 1;}
}

@-webkit-keyframes fade-in {
    0%		{opacity: 0;}
    100%	{opacity: 1;}
}

.fade-in {
    animation-name: fade-in;
    -moz-animation-name: fade-in;
    -ms-animation-name: fade-in;
    -o-animation-name: fade-in;

    -webkit-animation-name: fade-in;
    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;

    animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}

.buttons {
    color: white;
    text-decoration: none;
    background: maroon;
    padding: 1vw;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

.buttons:hover {
    background: black;
    transition: all 0.4s ease 0s;
    -ms-transform: all 0.4s ease 0s;
    -webkit-transform: all 0.4s ease 0s;
}

html, body {
    background-color: blanchedalmond;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

h1 {
    font-family: "Lilita", cursive;
    text-align: center;
    color: black;
    font-size: 3em;
}

h2 {
    text-align: center;
    color: black;
    font-family: "Lilita", cursive; 
}

h3 {
    font-family: Lato, sans-serif;
    color: black;
    font-size: 1em;
}

h4 {
    font-family: Lato, sans-serif;
    color: white; 
    margin: 0 0 2vw 0;
    font-size: 1em;
}

h5 {
    font-family: Lato, sans-serif;
    color: white;  
    margin: 0;
    font-size: 0.5em;
}
    
/*navigation bar*/
nav#horizontalnav {
    display: none;
}

/*hamburger menu*/
.hamburgermenu {
    background-color: darkslategray;
}

button#hamburger-button {
    position: fixed;
    margin: 2vw;
    font-size: 2em;
    line-height: 1em;
    z-index: 3;
    color: white;
    border-color: none;
    border: none;
    background-color: transparent;
    outline: none;
}

.logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 1vw;
    width: 20%;
}

nav#hamnav {
    font-family: Lato, sans-serif;
    z-index: 2;
    position: fixed;
    padding-right: 20vw;
    font-size: 1.5em;
    background-color: darkgoldenrod;
    height: 100%;
    left: -95vw;
    transition: transform 1s;
}

nav#hamnav ul {
    list-style-type: none;
    height: 100%;
    overflow: auto;
}
.hambutton {
    display: inline-block;
    padding-bottom: 3vw;   
}
nav#hamnav ul li a {
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
}

.slide-the-drawer {
    transform: translateX(90vw);
}

/*footer*/
footer {
    width: 100%;
    height: auto;
    background-color: darkslategray;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}

.footercontact {
    padding-top: 2vw;
    padding-left: 3vw;
    width: 50%;
}

.footerhours {
    padding: 2vw 0 0 3vw;
    width: 50%;   
}

.footernews {
    padding: 2vw 0 0 3vw;
    width: 70%;
}

.emailinput {
    display: flex;
    padding-bottom: 3vw;
}

.submit {
    border: none;
    margin-left: 1vw;
}

.socialmediabuttons {
    padding-bottom: 3vw;
    display: flex;
}

.socialmedia {
    margin-right: 1vw;
    width:15px;   
}

.footericon {
    width: 0.9em;
    padding-left: 1.5vw;
    vertical-align: middle;
}

/*homepage*/

.frontimage {
    width: 100%;
    position: relative;
    text-align: center;
}

figure {
    width: 100%;
    height: auto;
    margin: 0 0 1vw 0;
}

.fronttext {
    font-family: "Lilita", cursive;
    position: absolute;
    top: 44%;
    width: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 9vw;
    color: white;
}

.frontpagetext {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 2vw 0 2vw;
    text-align: center;
}

.lefttext {
    padding: 2vw;
    width: 100%;
    font-size: 1em;
    margin: 0;
}

.forkicon {
    width: 30%;
    padding-bottom: 3vw;
    padding: 3vw 100% 6vw 100%;
}

.frontpicture2 {
    width: 45%;
}

.frontpicture3 {
    width: 45%;
    padding-left: 4vw;
}

.spoonicon {
    margin: 0;
    padding: 3vw 100% 3vw 100%;
    width: 30%;
}

.righttext {
    margin: 0;
    padding: 2vw;
    width: 100%;
    font-size: 1em;
}

.cooker {
    width: 30%;
    padding: 4vw;
}

.learnmore {
    flex-basis: 100%;
    padding: 2vw;
    font-family: "Lilita", cursive;
    font-size: 2em;
    text-align: center;      
}

/*menus page*/
.menuheading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 3vw 0 0 0;
}

.foodicon {
    width: 15%;  
    padding-left: 2vw;
}

.menutext {
    text-align: center;
    padding: 0 3vw 0 3vw;
    margin: 2vw 0 3vw 0;
}

.menubox {
    display: flex;
    justify-content: space-around;
}

.menubuttons {
    color: white;
    text-decoration: none;
    width: 100%;
    background: maroon;
    padding: 1.5vw 2vw 1.5vw 2vw;
    border-radius: 5px;
    border: none;
    transition: all 0.4s ease 0s;
    font-family: Lato, sans-serif;
    margin-bottom: 2vw;
    display: flex;
    justify-content: space-between;
    font-size: 3.5vw;
}

.menubuttons:hover {
    background: black;
    transition: all 0.4s ease 0s;
    -ms-transform: all 0.4s ease 0s;
    -webkit-transform: all 0.4s ease 0s;
}

.menus {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.menus2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.menuicon {
    width: 10%; 
}

.menuitem {
    width: 100%;
    display: none;
}

.menuitem:target {
    display: flex;
}

/*about us page*/
.whotext {
    text-align: center;
    padding: 2vw;
}
   
.beliefs {
    font-size: 3em;   
}

.whoimage {
    width: 100%;
}

.ourbeliefs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3vw;
    justify-content: space-around;
    padding-top: 0;
}

.beliefsimageone {
    width: 30%;
    padding: 3vw;
}

.beliefstext {
    text-align: center;
    width: 100%;
}

.beliefsimagetwo {
    width: 30%;
    padding: 3vw;
}
/*visit us page*/
.visitheading {
    padding: 5%;   
}

.reservation {
    text-align: center;
    font-family: "Lilita", cursive;
    font-size: 3vw;
}

.dishes {
    width: 100%;
    margin-top: 4vw;
}

.location {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.locationtext {
    text-align: center; 
    font-family: Lato, sans-serif;
}

section#map {
    margin-top: 5vw;
    width: 90%;
    height: 50vw;
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    
h1 {
    font-size: 4em;   
}
    
h2 {
    font-size: 3em;
}

h3 {
    font-size: 1.5em;   
}
    
h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}
    
    
.buttons {
    padding: 1vw;
    
}

/*navigationalbar*/

nav#horizontalnav {
    visibility: hidden;
}

/*hamburger menu*/
button#hamburger-button {
    position: fixed;
    margin: 2.5vw;
    font-size: 5vw;
    line-height: 1em;
    z-index: 3;
    color: white;
    border-color: none;
    border: none;
    background-color: transparent;
    outline: none;
}
    
.logo {
    display: block;
    margin: 0 auto;
    padding: 1vw 0 1vw 0;
    width: 13%;
}

nav#hamnav {
    font-family: Lato, sans-serif;
    z-index: 2;
    position: fixed;
    padding-top: 10vw;
    padding-right: 15vw;
    font-size: 2em;
    background-color: darkgoldenrod;
    height: 100%;
    left: -90vw;
    transition: transform 1s;
    margin-top: -13vw;
}

nav#hamnav ul {
    list-style-type: none;
    height: 100%;
    overflow: auto;
}
.hambutton {
    display: inline-block;
    padding-bottom: 3vw;   
}
nav#hamnav ul li a {
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
}
    
nav#hamnav ul li a:hover {
    color: black;
}

.slide-the-drawer {
    transform: translateX(90vw);
}
/*footer*/
footer {
    width: auto;
    background-color: darkslategray;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
}

.footercontact {
    width: 25%;
}

.footerhours {
    padding-top: 3vw;
    width: 30%;   
}

.footernews {
    padding-top: 3vw;
    width: 35%;   
}
    
.emailinput {
    padding-right: 2vw;
}
    
.emailtext {
    width:60%;
}

.socialmedia {
    margin:0 1vw 0 0;
    width:25px;   
}

/*homepage*/
.frontpagetext {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2vw 0 2vw;
    text-align: center;
}

.lefttext {
    margin: 1vw 0 0 2vw;
    padding: 0;
    width: 30%;
    font-size: 1em;
    order: 4;
}
    
.righttext {
    margin: 1vw 2vw 0 0;
    padding: 0;
    width: 30%;
    font-size: 1em;
    order: 6;
}
    
.forkicon {
    margin: 0;
    padding: 2% 0 0 10%;
    width: 10%;
    order: 7;
}

.spoonicon {
    margin: 0;
    padding: 2% 10% 0 0;
    width: 10%;
    order: 8;
    
}

.frontpicture2 {
    margin: 0 0 0 2vw;
    padding: 0;
    width: 30%;
    order: 1;
}

.frontpicture3 {
    margin: 0 2vw 0 0;
    padding: 0;
    width: 30%;
    order: 3;
}
    
.cooker {
    margin: 0;
    padding: 0;
    width: 20%;
    order: 2;
}

.learnmore {
    flex-basis: 25%;
    font-family: "Lilita", cursive;
    font-size: 2em;
    text-align: center;
    order: 5;
}
    
/*menus page*/
.menuheading {
    display: flex;
    justify-content: center;
    font-size: 4em;
}

.foodicon {
    width: 10%;  
    padding-left: 2vw;
}

.menutext {
    text-align: center;
    padding: 0 7vw 0 7vw;
    margin: 2vw 0 3vw 0;
}

    
.menubuttonimage {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.menubox {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    margin-right: -8%;
}

.menubuttons {
    width: 50%;
    display: flex;
    font-size: 1.6vw;
}

.menus {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menus2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menuicon {
    width: 10%; 
}

.menuitem {
    display: none;
    margin-top: -3vw;
}

.menuitem:target {
    width: 400px;
    display: flex;
}
    
/*about us page*/
.whotext {
    text-align: center;
    padding: 3vw;
}

.whoimage {
    width: 100%;
}
        
.beliefs {
    font-size: 4em;   
}

.ourbeliefs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3vw;
    padding-top: 0;
    justify-content: space-around;
}

.beliefsimageone {
    width: 30%;
    padding: 3vw;
}

.beliefstext {
    text-align: center;
    width: 100%;
}

.beliefsimagetwo {
    width: 30%;
    padding: 3vw;
}
    
/*visit us page*/
.locationtext {
    font-size: 3vw;
}
    
}

@media screen and (min-width: 1025px) {
    
h1 {
    font-size: 5em;   
}
    
h3 {
    font-size: 2em;   
}
    
h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}
    
/*hamburger menu*/
nav#hamnav {
    display: none;   
}
    
.hamburgermenu {
    display: none;
}
    
/*navigation bar*/

.logo {
    visibility: visible;
    width: 15vw;  
    padding: 3px;
    margin-left: 1vw;
}

nav#horizontalnav {
    visibility: visible;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: darkslategray;
    font-family: "Lilita", cursive;
}
    
    
ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

li {
    list-style-type: none;
    font-size: 1.8vw;
    margin-left: 2vw;
    margin-right: 5vw;
}

li a {
    text-decoration: none;
}

nav a {
    color: black;
}

/*footer*/
footer {
    background-color: darkslategray;
    margin-top: 3vw;
    padding: 0 0 3vw 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}


.emailinput {
    width: 80%;
    padding-bottom: 2vw;
}
    
.emailtext {
    width:100%;
    margin-right: 1vw;
}

.socialmedia {
    margin-right: 1vw;
    width:25px;   
}

.socialmediabuttons {
    padding: 0;
}
    
/*homepage*/

.frontpicture {
    width: 100%;
    margin-bottom: 3vw;
}

.fronttext {
    position: absolute;
    font-family: "Lilita", cursive;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7vw;
    color: white;
}

.frontpagetext {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2vw 0 2vw;
    text-align: center;
}

.lefttext {
    margin: 1vw;
    padding: 0;
    width: 30%;
    order: 4;
}
    
.forkicon {
    margin: 0;
    padding: 0 0 0 10%;
    width: 10%;
    order: 7;
}

.spoonicon {
    margin: 0;
    padding: 0 10% 0 0;
    width: 10%;
    order: 8;
    
}

.frontpicture2 {
    margin: 1vw;
    padding: 0;
    width: 30%;
    order: 1;
}

.frontpicture3 {
    margin: 1vw;
    padding: 0 ;
    width: 30%;
    order: 3;
}

.righttext {
    margin: 1vw;
    padding: 0;
    width: 30%;
    order: 6;
}
    
.cooker {
    margin: 0;
    padding: 0;
    width: 20%;
    order: 2;
}

.learnmore {
    flex-basis: 25%;
    font-family: "Lilita", cursive;
    font-size: 2em;
    text-align: center;
    order: 5;
}
    
 /*menus page*/
.menuheading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5em;
}

.foodicon {
    width: 10%;  
    padding-left: 2vw;
}
    
.menubuttonimage {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.menubox {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    
}

.menubuttons {
    width: 40%;
    display: flex;
    font-size: 1.6vw;
}

.menus {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menus2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menuicon {
    width: 10%; 
}

.menuitem {
    display: none;
    margin-top: -3vw;
}

.menuitem:target {
    width: 500px;
    display: flex;
}
    
/*about us page*/
.whotext {
    text-align: center;
    padding: 2vw;
}
    
.beliefs {
    font-size: 4em;   
}

.whoimage {
    width: 100%;
}

.ourbeliefs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3vw;
    justify-content: space-around;
    padding-top: 0;
}

.beliefsimageone {
    width: 30%;
    padding: 3vw;
}

.beliefstext {
    text-align: center;
    width: 100%;
}

.beliefsimagetwo {
    width: 30%;
    padding: 3vw;
}
    
/*visit us page*/
.reservation {
    font-size: 3vw;
}

.dishes {
    width: 100%;
    margin-top: 4vw;
}

.location {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.locationtext {
    font-size: 2vw;
}

.mapimage {
    width: 50%;
    margin-top: 3vw;
}
    
}


