*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* app font */
@font-face {
    font-family: AppFont;
    src: url(fonts/Caladea-Regular.ttf);
}

/* restautrant 1 fonts */
@font-face {
    font-family: "Rest1FontTitle";
    src: url(fonts/Attractive-Regular.otf);
}
@font-face {
    font-family: "Rest1FontBody";
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: "RestFontBodyBold";
    src: url(fonts/Roboto-Bold.ttf);
}

/* restautrant 2 fonts */
@font-face {
    font-family: "Rest2FontTitle";
    src: url(fonts/Attractive-Regular.otf);
}
@font-face {
    font-family: "Rest2FontBody";
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: "RestFontBodyBold";
    src: url(fonts/Roboto-Bold.ttf);
}


/* MENU ////////////////////////////////////////////// */

#menu {
  font-family: "AppFont", sans-serif;
  background: #ffc105;
  padding-top: 50px;
  text-align: left;
  width: 310px;
}

/* * MENU CSS  */
#menu header {
  padding: 15px;
  border-bottom: solid 5px #fff;
  background: #4f3000;
  color: #fff;
  font-size: 25px;
  line-height: 50%;
}

.menuBtn {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 100%;
}

.menuBtn img {
  width: 25px;
  height: auto;
  float: center;
  margin-right: 7px;
}

.menuBtn span {
  display: block;
  margin-top: 2px;
}

.menuBtn:hover {
  cursor: pointer;
}
.contactIcon {
    margin-top: 3px;
}

#contactInfo {
  margin-top: -70px;
  width: 310px;
  height: 85px;
  position: absolute;
  padding-top: 22px;
  color: transparent;
  background-color: transparent;
  font-family: "AppFont", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

#contactInfo p {
  padding-bottom: 20px;
  text-align: center;
}

#contactInfo:hover {
  background-color: rgb(216, 161, 10);
  color: white;
}

#aboutInfo {
  margin-top: -65px;
  width: 310px;
  height: 230px;
  position: absolute;
  padding-top: 22px;
  color: transparent;
  background-color: transparent;
  font-family: "Appfont",sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  cursor: pointer;
}

#aboutInfo p {
  width: 250px;
  margin: 0 auto;
  text-align: justify;
}

#aboutInfo:hover {
  background-color: rgb(216, 161, 10);
  color: white;
}

/* General styling of the app */
body {
     background: #333; 
    overflow: hidden;
}

main {
    position: absolute;
    width: 375px;
    height: 665px;
    background: #fff;
    /* ! Don't use overflow: hidden on your main */
    /* overflow: hidden; */
}

header {
    width: 100%;
    height: 70px;
    background: #666;
    position: absolute;
    top: 0;
    z-index: 100;
}



section {
    position: absolute;
    top: 50px;
    /* ! WE WANT TO KEEP OUR DIMENSIONS 547px for height */
    height: 571px;
    width: 391px;
    background-color: #fff;
    overflow: auto;
    padding: 20px;
}


footer {
    width: 377px;
    height: 60px;
    background: #FFB80E;
    position: absolute;
    bottom: 0;
    z-index: 100;
}

/* *** splash scren styles */
#splash {
    /*  ! Make sure its a vector ;) */
    background-image: url("../img/Sharingfood.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    

}

#splash img {
    width: 350px;
    height: auto;
    margin-left: 20px;
    
}

#splash header{
    background-color: #FFB80E;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AE2146;
    font-size: 29px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#splash footer {
    background-color: #FFB80E;
    height: 22px;
}

#landing {
    /*  ! Make sure its a vector ;) */
    background-image: url("../img/Sharingfood.png");
    background-size: cover;
    padding-top: 40px 

    /* ! Don't use flex on your #landing. This is why they were not vertical */
    /* display: flex;
    justify-content: center; */
}

#landing header{
    background-color: #FFB80E;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AE2146;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#landing footer {
  height: 50px;
  
}

#landing img{
    width: 160px;
    height: auto;
}

.landingLogos {
    position: relative;
    border: dotted 1px #342000;
    margin: 20px;
    text-align: center;
    
}
  

#landing img:hover {
    cursor: pointer;
}


/* Rest 1 begining ////*/
 header{
    background-color: #FFB80E;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}



header img {
    width: 35px;
    height: auto;
    float: left;
    margin-right: 45%;
  }
header h1 {
    color: #fff;
      text-align: center;
      
  }
  
  header img:hover{
      cursor: pointer;
  }

 
  
  footer div {
    float: left;
    text-align: center;
    overflow: auto;
    font-size: 12px;
    margin-top: 0.9px;
    padding: 20px 20px 30px;
    color: #fff;
  }
  
  footer img {
    height: 40px;
    width: auto;
    padding-top: 2px;
  }
  
  .homeIcon,
  .specialsIcon,
  .reservationsIcon {
    transition: all 1s;
  }
  
  footer img:hover{
      cursor: pointer;
  }

  /* general section */
  .sectionContainer {
    
    text-align: center;
    overflow: auto;
    color: #000;
  }
  
  /* home section */
  .aboutUs {
    padding: 0 15px;
    text-align: right;
  }
  
  .homeImg {
    width: 148px;
    height: auto;
    float: left;
    margin-right: 15px;
  }
  
  .aboutUs h2 {
    line-height: 80%;
    margin-bottom: 5px;
      color: black;
  }
  
  .aboutUs p {
    font-size: 14px;
    line-height: 130%;
      
  }
  
  .contactUs {
      text-align: center;
  }
  
  /**************** ADDED **************/
  /* RESTAURANT 1 ////////////////////////////////////// */
  
  /* general */
  #rest1 {
    font-family: "Rest1FontBody", sans-serif;
  }
  
  /* general section */
  #rest1 .sectionContainer {
    border-bottom-color: #342000;
  }
  

  
  /* header/footer */
  #rest1 header {
    font-family: "Rest1FontTitle", sans-serif;
    background: #FFB80E;
    border-bottom: solid 5px #FFB80E;
  }
  
  #rest1 footer {
    background: #FFB80E;
  }
  
  /* footer subnav */
  #rest1 .homeIcon {
    margin-left: 55px;
  }
  
  #rest1 .specialsIcon {
    margin-left: 30px;
    margin-right: 25px;
  }
  
  #rest1 .logo {
    width: 80%;
    height: 200px;
    margin: 15px 0;
  }
  
  /* home */
  #rest1 .bar {
    background: #b0d461;
    padding: 3px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  

  #rest1 h1 {
    font-family: "Rest1FontTitle", sans-serif;
    color: #AE2146;
    border-bottom-color: #FFB80E;
  }
  #rest1 h2 {
    font-family: "Rest1FontTitle", sans-serif;
    color: #AE2146;
  }
  
  
  
  #rest1 .hours h2 {
    color: #AE2146;
    border-bottom-color: #FFB80E;
  }
  
  #rest1 .hours p {
    color: black;
  }
  
  /* ! ADDED GENERAL SPECIALS/RESERVATIONS */
/* general specials/reservations */
.sectionBanner {
  width: 350px;
  height: 67px;
  background-size: 359px auto;
  margin-left: -12px;
  text-align: center;
  font-size: 40px;
  font-family: "Rest1FontBody", sans-serif;
  padding-top: 10px;
  color: black;
}

/* specials section */
.specials .sectionContainer {
  border-top: none;
  text-align: left;
}

.nightContainer {
  padding: 10px;
  padding-bottom: 20px;
  margin: 10px 0;
  overflow: auto;
  border-bottom: solid 1px #000;
}

.nightContainer:first-child {
  margin-top: 10px;
}

.nightContainer:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.nightContainer img {
  width: 160px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.nightContainer div {
  float: right;
  width: 120px;
}

.nightContainer h2 {
  font-size: 22px;
}

.nightContainer p {
  margin-top: 0px;
  margin: 0 !important;
}

.sub {
  font-size: 15px;
  margin: 0 !important;
}

.nightContainer ul {
  font-size: 12px;
  padding-left: 10px;
  margin-top: 5px;
}

.altImg {
  float:  important;
  margin: 0 important;
  margin-left: 10px important;
}



/* reservations section */
.reservations .sectionContainer {
  border-top: none;
  text-align: left;
  padding: 10px;
  padding-top: 0;
}

.reservations h2 {
  margin-top: 10px;
}

label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

input,
select,
textarea {
  padding: 5px;
  border: solid 1px;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  color: #000;
  background: #fff;
}

.reserve {
  border-color: #fff !important;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}

/* general specials/reservations */
.sectionBanner {
  width: 359px;
  height: 67px;
  background-size: 390px auto;
  margin-left: -12px;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
    color: black;
}

/* reservations section */
.reservations .sectionContainer {
  border-top: none;
  text-align: left;
  padding: 10px;
  padding-top: 0;
}

.reservations h2 {
  margin-top: 10px;
}

/* reservations */
#rest1 .reservations .sectionContainer {
  color: black;
}

#rest1 .reservations h2 {
  border-bottom: solid 1px #FFB80E;
}

#rest1 input,
#rest1 select,
#rest1 textarea {
  border-color: #FFB80E;
  font-family: "Rest1FontBody", sans-serif;
}

#rest1 input:focus,
#rest1 select:focus,
#rest1 textarea:focus {
  outline: none;
  background: #FFB80E;
}

#rest1 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #FFB80E;
}

#rest1 .reserve:hover {
  border-color: #FFB80E !important;
  color: #FFB80E;
  background: #000;
  cursor: pointer;
}


/* Rest 2 beginning ///// */
header{
    background-color: #AE2146;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

  header img:hover{
    cursor: pointer;
 }

  footer div {
    float: left;
    text-align: center;
    overflow: auto;
    font-size: 12px;
    padding: 10px 20px 30px;
    color: #fff;
  }
  
  footer img {
    height: 30px;
    width: auto;
  }


  footer img:hover{
    cursor: pointer;
}
  .homeIcon,
  .specialsIcon,
  .reservationsIcon {
    transition: all 1s;
  }
  
  /* general section */
  .sectionContainer {
    
    text-align: center;
    overflow: auto;
    color: #000;
  }
  
  /* home section */
  .aboutUs {
    padding: 0 15px;
    text-align: right;
  }
  
  .homeImg {
    width: 148px;
    height: auto;
    float: left;
    margin-right: 15px;
  }
  
  .aboutUs h1 {
    line-height: 80%;
    margin-bottom: 5px;
      text-align: center;
      color: #AE2146;
      
  }
  
  .aboutUs p {
    font-size: 15px;
    line-height: 130%;
  }
  
  
  .hours {
    margin-top: 20px;
  }
  
  .hours h2 {
    margin-left: 60px;
    border-bottom: solid 1px #000;
    width: 210px;
  }
  
  .hours p {
    margin-top: 5px;
  }
  
  .contactUs {
      text-align: center;
  }
  
  /**************** ADDED **************/
  /* RESTAURANT 1 ////////////////////////////////////// */
  
  /* general */
  #rest2 {
    font-family: "Rest2FontBody", sans-serif;
  }
  
  /* general section */
  #rest2 .sectionContainer {
    border-bottom-color: #342000;
  }
  

  
  /* header/footer */
  #rest2 header {
    font-family: "Rest2FontTitle", sans-serif;
    background: #AE2146;
    border-bottom: solid 5px #AE2146;
  }
  
  #rest2 footer {
    background: #AE2146;
  }
  
  /* footer subnav */
  #rest2 .homeIcon {
    margin-left: 55px;
  }
  
  #rest2 .specialsIcon {
    margin-left: 30px;
    margin-right: 25px;
  }
  
  #rest2 .logo {
    width: 80%;
    height: 200px;
    margin: 15px 0;
  }
  
  /* home */
  #rest2 .bar {
    background: #b0d461;
    padding: 3px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  #rest2 h2 {
    font-family: "Rest2FontTitle", sans-serif;
      color: #AE2146
  }
  
  
  
  #rest2 .hours h2 {
    color: #AE2146;
    border-bottom-color: #AE2146;
  }
  
  #rest2 .hours p {
    color: #AE2146;
  }

  .reservations h2 {
    margin-top: 10px;
  }
  
  /* reservations */
  #rest2 .reservations .sectionContainer {
    color: #AE2146;
  }
  
  #rest2 .reservations h2 {
    border-bottom: solid 1px #AE2146;
  }
  
  #rest2 input,
  #rest2 select,
  #rest2 textarea {
    border-color: #AE2146;
    font-family: "Rest1FontBody", sans-serif;
  }
  
  #rest2 input:focus,
  #rest2 select:focus,
  #rest2 textarea:focus {
    outline: none;
    background: #AE2146;
  }
  
  #rest2 .reserve {
    border-color: #fff !important;
    color: #fff;
    background: #AE2146;
  }
  
  #rest2 .reserve:hover {
    border-color: #AE2146 !important;
    color: #AE2146;
    background: #000;
    cursor: pointer;
  }

/*Rest 2 ending ///// */



/* Rest 3 begining ///// */
header{
    background-color: #5baf4a;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

  
  header img:hover{
      cursor: pointer;
  }
  
  
  footer div {
    float: left;
    text-align: center;
    overflow: auto;
    font-size: 12px;
    padding: 10px 20px 15px;
    color: #fff;
  }
  
  footer img {
    height: 30px;
    width: auto;
  }
  
  .homeIcon,
  .specialsIcon,
  .reservationsIcon {
    transition: all 1s;
  }
  
  footer img:hover{
    cursor: pointer;
 }

  /* general section */
  .sectionContainer {
    
    text-align: center;
    overflow: auto;
    color: #000;
  }
  
  /* home section */
  .aboutUs {
    padding: 0 15px;
    text-align: left;
  }
  
  .homeImg {
    width: 148px;
    height: auto;
    float: left;
    margin-right: 15px;
  }
  
  .aboutUs h2 {
    line-height: 80%;
    margin-bottom: 5px;
  }
  
  .aboutUs p {
    font-size: 14px;
    line-height: 130%;
  }
  
  
  
  
  
  .hours {
    margin-top: 20px;
  }
  
  .hours h2 {
    margin-left: 60px;
    border-bottom: solid 1px #000;
    width: 210px;
  }
  
  .hours p {
    margin-top: 5px;
  }
  
  .contactUs {
      text-align: center;
  }
  
  /**************** ADDED **************/
  /* RESTAURANT 1 ////////////////////////////////////// */
  
  /* general */
  #rest3 {
    font-family: "Rest3FontBody", sans-serif;
  }
  
  /* general section */
  #rest3 .sectionContainer {
    border-bottom-color: #342000;
  }
  

  
  /* header/footer */
  #rest3 header {
    font-family: "Rest3FontTitle", sans-serif;
    background-color: #5baf4a;
    border-bottom: solid 5px #5baf4a;
  }
  
  #rest3 footer {
    background: #5baf4a;
  }
  
  /* footer subnav */
  #rest3 .homeIcon {
    margin-left: 55px;
  }
  
  #rest3 .specialsIcon {
    margin-left: 30px;
    margin-right: 25px;
  }
  
  #rest3 .logo {
    width: 80%;
    height: 200px;
    margin: 15px 0;
  }
  
  /* home */
  #rest3 .bar {
    background: #b0d461;
    padding: 3px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  #rest3 h2 {
    font-family: "Rest3FontTitle", sans-serif;
      color: #000000;
  }
  
  
  
  #rest3 .hours h2 {
    color: #7EC99B;
    border-bottom-color: #7EC99B;
  }

  .reservations h2 {
    margin-top: 10px;
  }
  
  /* reservations */
  #rest3 .reservations .sectionContainer {
    color: #7EC99B;
  }
  
  #rest3 .reservations h2 {
    border-bottom: solid 1px #7EC99B;
  }
  
  #rest3 input,
  #rest3 select,
  #rest3 textarea {
    border-color: #7EC99B;
    font-family: "Rest1FontBody", sans-serif;
  }
  
  #rest3 input:focus,
  #rest3 select:focus,
  #rest3 textarea:focus {
    outline: none;
    background: #7EC99B;
  }
  
  #rest3 .reserve {
    border-color: #fff !important;
    color: #fff;
    background: #7EC99B;
  }
  
  #rest3 .reserve:hover {
    border-color: #7EC99B !important;
    color: #7EC99B;
    background: #000;
    cursor: pointer;
  }
  
  #rest3 .hours p {
    color: #7fc193;
  }

  .map {
    width: 90%;
    height: 200px;
    margin: 10px;
    
  }

  iframe {
    border: 1px solid red;
  }


