* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* FONTS  */

/* app font
@font-face {
    font-family: "AppFont";
    src: url(fonts/Attractive-Regular.otf);
}

/* restaurant 1 fonts */
/* @font-face {
    font-family: "Rest1FontTitle";
    src: url(fonts/HammersmithOne.ttf);
} */

/* @font-face {
    font-family: "Rest1FontBody";
    src: url(fonts/Quicksand-Regular.otf);
} */
/* 
@font-face {
    font-family: "Rest1FontBodyBold";
    src: url(fonts/Quicksand-Bold.otf);
}  */

/* GENRAL APP STYLES  */

body {
    font-size: 16px;
    overflow: hidden;
    
}

main {
    position: absolute;
    width: 23.43em;
    height: 41.68em;
    box-shadow: -.4em 0 .7em rgba(0, 0, 0, 0.5);
}

header {
    width: 23.43em;
    height: 3.75em;
    position: absolute;
    top: 0;
    padding: 1em;
}

section {
    position: absolute;
    top: 3.75em;
    width: 23.43em;
    height: 34.18em;
    background: #FFF;
    overflow: auto;
    padding: 20px;
    
}

footer {
    width:23.43em;
    height: 3.75em;
    position: absolute;
    bottom: 0;
    left: -.2em;
    color: white;
}
/* for every hamburger */
header img{
    cursor: pointer;
}
/* SPLASH SCREEN  */

#splash {
    /* background-color: #d8570d; */
    background-image: url(../imgs/main\ 2.jpg);
    background-size: cover;
    background-position: left;
}
#splash header {
    border-bottom: solid .1em #FFF;
    background: #d8570d;
    height: 4em;
    width: 23.43em;
    color: #FFF;
    text-align: center;
    /* margin-top: 1%; */
    font-family: 'Carter One', cursive;
}

#splash img {
    position: absolute;
    left: 49.5%;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 5em;
    height: auto;
}


#splash footer {
    height: 1em;
    background: #d8570d;
    border-top: solid .2em #FFF;
}

/* LANDING SCREEN  */

#landing {
    padding-top: 8.1em;
}

#landing header {
    border-bottom: solid .1em #FFF;
    background: #d8570d;
    color: #FFF;
    height: 4em;
    width: 23.43em;
    /* margin-top: 1%; */
    /* font-family: 'Lobster', cursive; */
    font-family: 'Alkatra', cursive;
    text-align: center;
    padding: .9em;
}

.landingLogos {
    position: relative;
    padding: 20px;
    padding-top: 50px;
    margin: 20px;
    text-align: center;
}


.landingLogos:nth-child(4) {
    padding: 20px;
}
/* ceviche */
.fineDining {
    position: relative;
    width: 22.3em;
    height: 11.8em;
    left: -1.4em;
    top: -8em;
}
/* 5 vines */
.casualDining {
    position: relative;
    width: 22.3em;
    height: 11.89em;
    left: -1.4em;
    top: -13.40em;
}
/* rispy's */
.fastFoodDining {
    position: relative;
    width: 22.3em;
    height: 11.8em;
    left: -1.4em;
    top: -16.9em;
}

#landing footer {
    height: 15px;
    background: #d8570d;
}

/* main rest1 */
/* restaurant */

.gif{
    height: 2em;
    width: auto;
    position: relative;
    top: -7em;

}
.home1img{
    position: relative;
    width: 22em;
    height: auto;
    left: 0.2em;
    top: .5em;
    
}
header h1{
    background-color: #ef3f3f;
    width: 11.7em;
    position: relative;
    color: #FFF;
    padding: 5px;
    height: 4em;
    left: -.495em;
    text-align: center;
    margin-top: -5%;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'Playball', cursive;
    font-weight: bolder;
    
}


.row2 ,.row1{
    width: 23em;
    margin-top: 1em;
    margin-left: .9em;
}
 .row1 img, .row2 img{
    height: auto;
    width: 6.5em;
    margin: .2em;
    cursor: pointer;
}
.h3{
    background-color: rgba(239, 63, 63, 0.7);
    width: 11.7em;
    margin-left: .9em;
    margin-top: 1em;
    
}
/* #rest1 button{
    font-size: 1.3em;
    margin-left: 1em;
} */
#rest1 button {
    font-size: 1.3em;
    margin-left: 1em;
    background: none; 
    color: #002b49;
    border: none;
    padding: 0; 
    cursor: pointer; 
    text-decoration: underline;
}
.home p{
    font-family: 'DM Serif Display', serif;
    line-height: 1.5em;
    width:19em ;
    margin: 2em auto 2em auto;
    color: #002b49;

}
p font{
    cursor: pointer;
}
#rest1 footer{
    background-color: #ef3f3f;
}
#rest1 footer p{
    margin-top: -.3em;
}
#rest1 footer {
    display: flex;
    flex-direction: row;
    /* margin: .2em; */
}
#rest1 footer img{
    height: 1.5em;
    width: auto;
    margin-top: .4em;
    cursor: pointer;
}
#rest1 footer div {
    cursor: pointer;
    display: flex;
    width: 23em;
    flex-direction: column;
    text-align: center;
}

#rest1 section{
    background: linear-gradient(to bottom, #e7573f, #FFFFFF);
}
/*  */
 #rest1 .specials, .home, .reservations{
    padding: 0rem;
    width: 100%;
    overflow-x: hidden;
}
/* /////////// */
/* specials */
/* ////////// */
.sh3{
    border: .1em solid black;
    border-radius: .2em;
    padding: .2em;
    margin-left:6em;
    height: 1.7em;
    width: 8em;
    text-align: center;
    background-color: white;
    margin-top: 1em;
    margin-bottom:1em ;
}

#rest1 .specials img{
 width: auto;
 height: 6em;
 margin-top: .6em ;
}



   #rest1 .specials p{
    /* -webkit-text-stroke: .03em  black; */
    font-size: .7em;
    color: #002b49;

   }

/* #rest1 .row3 div, div,  .row4 div, div, .row5 div, div, .row6 div, div{
    display: flex;
    width: 23rem;
    /* margin: .15em; 
} */
#rest1 .row3 div,
#rest1 .row4 div,
#rest1 .row5 div,
#rest1 .row6 div {
    display: flex;
}
.row3, .row4, .row5, .row6{
    /* border-top: .2em solid black; */
    border-bottom: .06em solid black;
    width: 20em;
    margin: 1em;
}

#rest1 .specials font p{
    -webkit-text-stroke: .9em solid white;
    font-style: bold;
}

#rest1 .specials img,p{
    /* -webkit-text-stroke: .9em solid white; */
    /* font-style: bold; */
    margin: .5em;
}


/* ///////// */
/* rest 2 */
/* ///////// */


#rest2 .specials, .home, .reservations{
    padding: 0rem;
    width: 100%;
    overflow-x: hidden;

}


.home2img{
    position: relative;
    width: 22em;
    height: auto;
    left: .25em;
    top: 0.5em;
    
}
#rest2 header h1{
    background-color: #ff8a15;
    width: 11.7em;
    position: relative;
    color: #FFF;
    padding: 5px;
    height: 4em;
    left: -.495em;
    text-align: center;
    margin-top: -5%;
    
    font-family: 'Kaushan Script', cursive;
    font-weight: bolder;
    
}

.row2 ,.row1{
    width: 23em;
    margin-top: 1em;
}
 .row1 img, .row2 img{
    height: auto;
    width: 6.5em;
    margin: .2em;
    cursor: pointer;
}
#rest2 .h3{
    background-color: rgba(255, 138, 21, 0.7);
    width: 11.7em;
    
}

/* #rest2 button{
    font-size: 1.3em;
    margin-left: 1em;
} */
#rest2 button {
    font-size: 1.3em;
    margin-left: 1em;
    background: none; 
    color: #002b49;
    border: none;
    padding: 0; 
    cursor: pointer; 
    text-decoration: underline;
}
#rest2 .home{
    font-family: 'Spectral', serif;
    line-height: 1.5em;
    color: #002b49;


}

#rest2 footer{
    background-color: #ff8a15;
}

#rest2 footer p{
    margin-top: -.3em;
}
#rest2 footer {
    display: flex;
    flex-direction: row;
    margin: .2em;
}
#rest2 footer img{
    height: 1.5em;
    width: auto;
    margin-top: .4em;
    cursor: pointer;
}
#rest2 footer div {
    cursor: pointer;
    display: flex;
    width: 23em;
    flex-direction: column;
    text-align: center;
}


#rest2 section{
    background: linear-gradient(to bottom, #fea415, #FFFFFF);
}


#rest2 .sh3{
    border: .1em solid orange;
    border-radius: .2em;
    padding: .2em;
    margin-left:6em;
    height: 1.7em;
    width: 8em;
    text-align: center;
    background-color: white;
    margin-bottom:1em ;
}

#rest2 .specials img{
 width: auto;
 height: 6em;
 margin-top: .6em ;
}

#rest2 .specials p{
    /* -webkit-text-stroke: .03em  black; */
    font-size: .8em;
    color: #002b49;
   }

#rest2 .row3 div, div,  .row4 div, div, .row5 div, div, .row6 div, div{
    display: flex;
    margin: .15em;
}
.row7, .row8, .row9, .row10{
    border-top: .2em solid black;
    border-bottom: .2em solid black;
    margin: 1em;
}

#rest2 .specials font{
    -webkit-text-stroke: .9em solid white;
    font-style: bold;

}

/* ///////// */
/* rest 3 */
/* ///////// */


#rest3 .specials, .home, .reservations{
    padding: 0rem;
    width: 100%;
    overflow-x: hidden;

}

.home3img{
    position: relative;
    width: 22em;
    height: auto;
    left: .2em;
    top: -.5em;
    
}
#rest3 header h1{
    background-color: #0dd857;
    width: 11.7em;
    position: relative;
    color: #FFF;
    padding: 5px;
    height: 4em;
    left: -.495em;
    text-align: center;
    margin-top: -5%;
    /* font-family: 'Kanit', sans-serif; */
    /* font-family: 'Playball', cursive; */
    font-family: 'Pacifico', cursive;
    font-weight: bolder;
    
}

.row2 ,.row1{
    width: 23em;
    margin-top: 1em;
}
 .row1 img, .row2 img{
    height: auto;
    width: 6.5em;
    margin: .2em;
    cursor: pointer;
}
#rest3 .h3{
    background-color: rgba(13, 216, 87, 0.7);
    width: 11.7em;
    
}

/* #rest3 button{
    font-size: 1.3em;
    margin-left: 1em;

} */
#rest3 button {
    font-size: 1.3em;
    margin-left: 1em;
    background: none; 
    color: #002b49;
    border: none;
    padding: 0; 
    cursor: pointer; 
    text-decoration: underline;
}
#rest3 p{
    font-family: 'Spectral', serif;
    line-height: 1.5em;
}

#rest3 footer{
    background-color: #0dd857;
}

#rest3 footer p{
    margin-top: -.3em;
}
#rest3 footer {
    display: flex;
    flex-direction: row;
    margin: .2em;
}
#rest3 footer img{
    height: 1.5em;
    width: auto;
    margin-top: .4em;
    cursor: pointer;
}
#rest3 footer div {
    cursor: pointer;
    display: flex;
    width: 23em;
    flex-direction: column;
    text-align: center;
}
#rest3 section{
    background: linear-gradient(to bottom, #00ff57, #FFFFFF);
}

#rest3 .sh3{
    border: .1em solid black;
    border-radius: .2em;
    padding: .2em;
    margin-left:6em;
    height: 1.7em;
    width: 8em;
    text-align: center;
    background-color: white;
    margin-bottom:1em ;
}

#rest3 .specials img{
 width: auto;
 height: 6em;
 margin-top: .6em ;
}

#rest3 .specials p{
    /* -webkit-text-stroke: .03em  black; */
    font-size: .8em;
   }

#rest3 .row3 div, div,  .row4 div, div, .row5 div, div, .row6 div, div{
    display: flex;
    margin: .15em;
}
.row7, .row8, .row9, .row10{
    border-top: .2em solid black;
    border-bottom: .2em solid black;
    margin: 1em;
}

#rest3 .specials font{
    -webkit-text-stroke: .9em solid white;
    font-style: bold;

}

/* menu */

#menu {
    font-family: "AppFont", sans-serif;
    background-image: url(../imgs/main\ 2.jpg);
    padding-top: 80px;
  }
  
  #menu h2{
    color: white;
    font-size: 2em;
    margin-left: 3.6em;

  }
  #menu header {
    /* padding: 15px;
    border-bottom: solid 5px #fff;
    background: #d8570d;
    color: #fff;
    line-height: 100%; */
    border-bottom: solid .1em #FFF;
    background: #d8570d;
    height: 4em;
    width: 23.43em;
    color: #FFF;
    text-align: center;
    /* margin-top: 1%; */
    padding-right: 5em;
    font-family: 'Carter One', cursive;
  }
  
  .menuBtn {
    padding: 20px;
    background-color: rgba(182, 208, 226, 0.7);
    margin-bottom: 4em;
    margin-top: 3em;
    font-size: 18px;
    line-height: 100%;
    cursor: pointer;

  }
  
  .menuBtn img {
    width: 3em;
    height: auto;
    float: left;
    margin-right: 7px;
    margin-top: -1em;
  }
  
  .menuBtn span {
    display: block;
    margin-top: 2px;
  }
  
  .contactIcon {
    margin-top: 3px;
  }


  /* form */

  /* Form Styling */
form {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 1em auto;
    padding: 1em;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form input[type="text"], form input[type="date"], form select, form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form input[type="submit"] {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form input[type="submit"]:hover {
    background-color: #004494;
}

/* Specific adjustments for each restaurant form */
#rest1 .reserve { background-color: #e7573f; }
#rest2 .reserve { background-color: #ff8a15; }
#rest3 .reserve { background-color: #0dd857; }

.sectionBanner {
    border: .01em solid black;
    border-radius: .2em;
    padding: .2em;
    font-size: 1.3em;
   font-family: sans-serif;
    height: 1.7em;
    width: 8em;
    text-align: center;
    background-color: white;
    margin: 0 auto 0 auto;
}
/* .sectionBanner {
    font-size: 1.5em;
    color: #333;
    font-family: sans-serif;
    height: auto;
    width: 7.7em;
    border-radius: .3em;
    background-color: white;
    margin: 0 auto;
    text-align: center;
} */
  /* /form */

  /* message screen */
  .message h2{
    color:#0dd857;
    font-size: 1.5em;
    text-align: center;
    margin: 3em auto;
    text-decoration:.2em  solid white;
  }
  .message img{
    position: relative;
    width: auto;
    height: 15em;
    margin: 2em;
    right: 0em;

  }
  .message{
    padding: 0em;

  }
  #rest2 .message h2{
    color:#e7573f;
  }

  #rest3 .message h2{
    color:blue;
  }