/* RESET CSS ////////////////////////////////////////// */

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

/* FONTS /////////////////////////////////////////////// */

/* app font */
@font-face {
  font-family: "AppFont";
  src: url(fonts/Cocogoose\ Pro-trial.ttf);
}

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

@font-face {
  font-family: "Rest1FontBody";
  src: url(fonts/Exo-Light.otf);
}

@font-face {
  font-family: "Rest1FontBodyBold";
  src: url(fonts/Aldo\ PC.ttf);
}

/* restaurant 2 fonts */
@font-face {
  font-family: "Rest2FontTitle";
  src: url(fonts/Nalieta_dafont.otf);
}

@font-face {
  font-family: "Rest2FontBody";
  src: url(fonts/Roboto-Thin.ttf);
}

@font-face {
  font-family: "Rest2FontBodyBold";
  src: url(fonts/Mithella-Regular.otf);
}

/* restaurant 3 fonts */
@font-face {
  font-family: "Rest3FontTitle";
  src: url(fonts/steelfish\ bd.otf);
}

@font-face {
  font-family: "Rest3FontBody";
  src: url(fonts/dream\ orphans.otf);
}

@font-face {
  font-family: "Rest3FontBodyBold";
  src: url(fonts/steelfish\ eb.otf);
}

/* Contact Font */
@font-face {
  font-family: "ContactFont";
  src: url(fonts/Pinkerston.otf);
}

/* GENERAL APP STYLES /////////////////////////////////// */

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

main {
  position: absolute;
  width: 375px;
  height: 667px;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
  display: none;
 
}

header {
  width: 375px;
  height: 60px;
  position: absolute;
  top: 0;
  padding: 15px;
}

section {
  position: absolute;
  top: 60px;
  width: 375px;
  height: 558px;
  background: #000;
  overflow: auto;
  padding: 20px;
}

footer {
  width: 375px;
  height: 50px;
  position: absolute;
  bottom: 0;
}

/* SPLASH SCREEN ////////////////////////////////////////// */

#splash {
  background-image: url(../img/landing_back.jpeg);
  background-size: cover;
  display: flex;
  justify-content: center;
}

#splash header {
  font-family: "AppFont", sans-serif;
  border-bottom: solid 5px #fff;
  background: #000000;
  font-size: 30px;
  color: #fff;
  padding: 20px;
  height: 100px;
  text-align: center;
}

#splash img {
  width: 273px;
  height: auto;
  margin-left: 60px;
}

#splash footer {
  height: 40px;
  background: #000000;
  border-top: solid 2px #fff;
}

/* LANDING SCREEN ///////////////////////////////////////// */

#landing {
  font-family: "AppFont", sans-serif;
  background-image: url(../img/landing_back.jpeg);
  background-repeat: repeat-y;
  background-size: cover;
  padding-top: 130px;
}

#landing header {
  border-bottom: solid 5px #fff;
  background: #000;
  color: #fff;
  height: 103px;
  padding-top: 20px;
  font-size: 24px;
  line-height: 100%;
  text-align: right;
}

#landing header img {
  width: 87px;
  height: auto;
}

.landingLogos {
  position: relative;
  padding: 20px;
  padding-top: 10px;
  margin: 10px;
  display: flex;
  justify-content: center;
}

.landingLogos:nth-child(4) {
  padding: 20px;
}

#logo1 img{
  width: 420px;
  height: 155px;
  margin-left: 165px;
  


}

#logo2 img{
  width: 400px;
  height: 155px;
  margin-left: 145px;
  margin-top: -60px;


}

#logo3 img{
  width: 250px;
  height: 115px;
  margin-top: -20px;


}


.fineDining {
  position: absolute;
  width: 125px;
  height: auto;
  right: -8px;
  top: 15px;
}

.casualDining {
  position: absolute;
  width: 150px;
  height: auto;
  left: -8px;
  top: 15px;
}

.fastFoodDining {
  position: absolute;
  width: 172px;
  height: auto;
  right: -8px;
  top: 15px;
}

.crispy {
  width: 250px;
  height: auto;
}

#landing footer {
  height: 40px;
  background: #000;
  position: absolute;
  bottom: 0;
  border-top: solid 2px #fff;
}

/* MENU ////////////////////////////////////////////// */

#menu {
  font-family: "AppFont", sans-serif;
  background: #000;
  padding-top: 80px;
}

#menu header {
  padding: 15px;
  border-bottom: solid 5px #fff;
  background: #00ae97;
  color: #fff;
  font-size: 25px;
  line-height: 100%;
}

.menuBtn {
  padding: 20px;
  background: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 100%;
}

.menuBtn img {
  width: 25px;
  height: auto;
  float: left;
  margin-right: 7px;
}

.menuBtn span {
  display: block;
  margin-top: 2px;
}

.contactIcon {
  margin-top: 3px;
}

/* ABOUT PAGE TO BE CONNECTED TO THE MENU FIT COLOUR SCHEME OF FAMILY OF EATERIES */
#aboutPage{
  background-image: url(../img/landing_back.jpeg);
  background-size: cover;

}

#aboutPage header {
  padding: 15px;
  border-bottom: solid 5px #fff;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-family: "AppFont", sans-serif;
  height: 103px;
  
}

#aboutPage p {
  padding: 20px;
  
  color: #fff;
  font-size: 20px;
  font-family: "Rest2FontBodyBold" sans-serif;
}

#aboutImg{
  display: flex;
  align-items: center;
  width: 100%;
}

#aboutPage footer{
  padding: 15px;
  border-top: solid 5px #fff;
  background-color: #000;
  height: 40px;




}

#aboutinfo{
    margin-top: 105px;


}

/* CONTACT PAGE TO BE CONNECTED TO THE MENU FIT COLOUR SCHEME OF FAMILY OF EATERIES */

#contactPage{
  background-image: url(../img/landing_back.jpeg);
  background-size: cover;

}


#contactPage header {
  padding: 15px;
  border-bottom: solid 5px #fff;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  font-family: "AppFont", sans-serif;
  height: 83px;
  
}

#contactPage p {
  padding: 30px;
  color: #fff;
  font-size: 28px;
  font-family: "AppFont" sans-serif;
  margin-top: 105px;
  
}

#contactPage footer{
  padding: 15px;
  border-top: solid 5px #fff;
  background-color: #000;
  height: 40px;



}




/* SHARED RESTAURANT /////////////////////////////////// */

/* header/footer */

header img {
  width: 35px;
  height: auto;
  float: left;
  margin-right: 85px;
}

header h1 {
  color: #fff;
 
}

footer div {
  float: left;
  text-align: center;
  overflow: auto;
  font-size: 12px;
  padding: 10px;
  color: #fff;

  
  
}

footer img {
  height: 25px;
  width: auto;
}

.homeIcon,
.specialsIcon,
.reservationsIcon {
  transition: all 1s;
  
}

/* general section */
.sectionContainer {
  border: dotted 1px #000;
  text-align: center;
  overflow: auto;
  color: #000;
 
 
}

/* home section */
.photoAddress {
  padding: 0 15px;
  text-align: left;
}

.homeImg {
  width: 100%;
  height: auto;
  float: left;
  
  margin-bottom: 20px;
  
}

.photoAddress h2 {
  line-height: 80%;
  margin-bottom: 5px;
}

.photoAddress p {
  font-size:22px;
  line-height: 130%;
  color: white;
  text-align: left;
  
}

.rating {
  width: 150px;
  height: auto;
  margin-top: 20px;
  
 
}

/* .photoCount {
  border: solid 1px #000;
  padding: 1px;
  text-align: center;
  width: 148px;
  margin-top: -15px;
  color: white;
} */

.hours {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 210px;
  margin-left: 15px;
}


.reviews {
  margin: 20px;
  color: white;
  margin-top: 20px;
}

.profile {
  text-align: left;
  border-bottom: solid 1px #000;
  overflow: auto;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
 
}

.profile img {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 15px;
 
}

.profile p:last-child {
  margin-top: 5px;
}

.reviews p:last-child {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
}

/* general specials/reservations */
.sectionBanner {
  width: 359px;
  height: 107px;
  background-size: 359px auto;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  padding-top: 30px;
  color: #00ae97;
  }

/* specials section */
.specials .sectionContainer {
  border-top: none;
  text-align: left;
  background-color: #000;
 
}

.nightContainer {
  padding: 10px;
  padding-bottom: 20px;
  margin: 10px 0;
  overflow: auto;
  border-bottom: solid 1px #000;
 
}

.nightContainer:first-child {
  margin-top: 0;
}

.nightContainer:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.nightContainer img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 10px;
  
}

.nightContainer div {
  float: left;
  width: 150px;

}

.nightContainer h2 {
  font-size: 22px;
  color: white;
  
}

.nightContainer p {
  margin-top: 10px;
  margin: 0 !important;
}

.sub {
  font-size: 20px;
  margin: 0 !important;
}

.nightContainer ul {
  font-size: 12px;
  padding-left: 15px;
  margin-top: 5px;
}

.altImg {
  float: right !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: #666;
  background: #fff;
}

.reserve {
  border-color: #fff !important;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}


.confirmed{
  background-image: url(../img/landing_back.jpeg);
  background-size: cover;



}

#con{
  width: 300px;
  position: absolute;
  top: 90px;
  left: 35px;



}

#con2{
  width: 320px;
  position: absolute;
  top: 320px;
  left: 35px;
  font-size: 26px;
  color: whitesmoke;
  font-family: "Rest1FontBody", sans-serif;
  padding-right: 10px;



}
/* RESTAURANT 1 ////////////////////////////////////// */

/* general */
#rest1 {
  font-family: "Rest1FontBody", sans-serif;
}

/* general section */
#rest1 .sectionContainer {
  border-bottom-color: #342000;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-content: center;
}

#rest1 .profileBold {
  font-family: "Rest1FontBodyBold", sans-serif;
  
}

/* header/footer */
#rest1 header {
  font-family: "Rest1FontTitle", sans-serif;
  background: #0098a6;
  font-size: 16px;
  border-bottom: solid 5px #20e5f7;

 
}

#rest1 footer {
  background: #0098a6;
  border-top:solid 2px #20e5f7 ;
}

/* footer subnav */
#rest1 .homeIcon {
  height: 50px;
  padding: 5px;
  margin-left: 40px;

}

#rest1 button :active {
   background-color: #00ae97;
}

#rest1 .specialsIcon {
  height: 50px;
  padding: 5px;
  margin-left: 70px;
}

#rest1 .reservationsIcon {
  height: 50px;
  padding: 5px;
  margin-left: 70px;
}

#rest1 .logo {
  width: 100%;
  height: auto;
  margin-left: 65px;
  margin-top: 5px;
  margin-bottom: 5px;

  
}



/* home */
#rest1 .bar {
  background: #20e5f7;
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
  color: black;
}
#rest1 .sectionContainer {
  background-color: #000;
  
}
#rest1 h2 {
  font-family: "Rest1FontTitle", sans-serif;

}

#rest1 .photoCount {
  border-color: #18e2c7;
}

#rest1 .hours h2 {
  color: #18e2c7;
  border-bottom-color: #00ae97;
}

#rest1 .hours p {
  color: #00ae97;
}

#rest1 .profile {
  border-bottom-color: #18e2c7;
}


/* general specials/reservations */
#rest1 .sectionBanner {
  font-family: "Rest1FontTitle", sans-serif;
  background-image: url(../img/ceviche_banner.png);
  color: white;
  
  
  

 
  
}

/* specials */
#rest1 .nightContainer {
  border-bottom-color: #20e5f7;
  background-color: rgb(0, 0, 0);
}

#rest1 .nightContainer ul {
  color: white;
  font-size: 16px;
  
}

#rest1 .sub {
  color: white;
  margin-top: 80px;
  font-size: 18px;
 
}

/* reservations */
#rest1 .reservations .sectionContainer {
  color: #0098a6;
}

#rest1 .reservations h2 {
  border-bottom: solid 1px #20e5f7;
}

#rest1 input,
#rest1 select,
#rest1 textarea {
  border-color: #0098a6;
  font-family: "Rest1FontBody", sans-serif;
}

#rest1 input:focus,
#rest1 select:focus,
#rest1 textarea:focus {
  outline: none;
  background: rgba(175, 211, 90, 0.05);
}

#rest1 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #0098a6;
}

#rest1 .reserve:hover {
  border-color: #20e5f7 !important;
  color: #0098a6;
  background: #20e5f7;
}

/* RESTAURANT 2 ////////////////////////////////////// */

/* general */
#rest2 {
  font-family: "Rest2FontBody", sans-serif;
}

/* general section */
#rest2 .sectionContainer {
  border-bottom-color: #DB7800;
  background-color: #000;
}

#rest2 .profileBold {
  font-family: "Rest2FontBodyBold", sans-serif;
}

/* header/footer */
#rest2 header {
  font-family: "Rest2FontTitle", sans-serif;
  background: #eb8a49;
  border-bottom: solid 5px #f15a24;
  padding-right: 30px;
}

#rest2 footer {
  background: #eb8a49;
  border-top:#f15a24;
}

/* footer subnav */
#rest2 .homeIcon {
  height: 50px;
  padding: 5px;
  margin-left: 40px;
}

#rest2 .specialsIcon {
  height: 50px;
  padding: 5px;
  margin-left: 70px;
}

#rest2 .reservationsIcon {
  height: 50px;
  padding: 5px;
  margin-left: 70px;
}

#rest2 .logo {
  width: 100%;
  height: auto;
  margin-left: 60px;
}

/* home */
#rest2 .bar {
  background: #f15a24;
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

#rest2 h2 {
  font-family: "Rest2FontTitle", sans-serif;
  color: white;
}

#rest2 .photoCount {
  border-color: #f15a24;
}

#rest2 .hours h2 {
  color: #eb8a49;
  border-bottom-color: #f15a24;
}

#rest2 .hours p {
  color: #f15a24;
}

#rest2 .profile {
  border-bottom-color: #f15a24;
}

/* general specials/reservations */
#rest2 .sectionBanner {
  font-family: "Rest2FontTitle", sans-serif;
  background-image: url(../img/five_vines_banner.png);
  color: #fff;
  margin-right: 20px;
 

}

#spec{
  padding-top: 10px;


}

/* specials */
#rest2 .nightContainer {
  border-bottom-color: #f15a24;
  background-color: white;
}

#rest2 .nightContainer ul {
  color: #f15a24;
}

#rest2 .sub {
  color: #f15a24;
  
}

/* reservations */
#rest2 .reservations .sectionContainer {
  color: #eb8a49;
}

#rest2 .reservations h2 {
  border-bottom: solid 1px #f15a24;
}

#rest2 input,
#rest2 select,
#rest2 textarea {
  border-color: #DB7800;
  font-family: "Rest2FontBody", sans-serif;
}

#rest2 input:focus,
#rest2 select:focus,
#rest2 textarea:focus {
  outline: none;
  background: rgba(158, 28, 28, 0.05);
}

#rest2 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #eb8a49;
}

#rest2 .reserve:hover {
  border-color: #afd35a !important;
  color: #f15a24;
  background: #fff;
}

/* RESTAURANT 3 ////////////////////////////////////// */

/* general */
#rest3 {
  font-family: "Rest3FontBody", sans-serif;
}

/* general section */
#rest3 .sectionContainer {
  border-bottom-color: #342000;
  background-color: black;
}

#rest3 .profileBold {
  font-family: "Rest3FontBodyBold", sans-serif;
}

#krating{
  margin-left: -10px;


}

/* header/footer */
#rest3 header {
  font-family: "Rest3FontTitle", sans-serif;
  background: #c1272d;
  border-bottom: solid 5px #ef4a1c;
  
}

#kris{
  text-align: justify;

}

#rest3 footer {
  background: #c1272d;
}

/* footer subnav */
#rest3 .homeIcon {
  height: 50px;
  padding: 5px;
  margin-left: 40px;
}

#rest3 .specialsIcon {
  height: 50px;
  padding: 5px;
  margin-left: 70px;
}

#rest3 .reservationsIcon {
  height: 50px;
  padding: 5px;
  margin-left: 70px;
}
#rest3 .logo {
  width: 60%;
  height: auto;
  margin: 15px 0;
}

/* home */
#rest3 .bar {
  background: #eb8a49;
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
}

#rest3 h2 {
  font-family: "Rest3FontTitle", sans-serif;
  color: white;
  
}


#rest3 .profile {
  border-bottom-color: #ef4a1c;
}

/* general specials/reservations */
#rest3 .sectionBanner {
  font-family: "Rest3FontTitle", sans-serif;
  background-image: url(../img/crispy_banner.png);
  color: #fff;
  line-height: 140%;
  padding-top: -8px;
}

/* specials */
#rest3 .nightContainer {
  border-bottom-color:#ef4a1c;
  background-color: whitesmoke;
}

#rest3 .nightContainer ul {
  color: #F36D48;
}

#rest3 .sub {
  color: #F36D48;
}

/* reservations */
#rest3 .reservations .sectionContainer {
  color: #ef4a1c;
}

#rest3 .reservations h2 {
  border-bottom: solid 1px#F36D48;
}

#rest3 input,
#rest3 select,
#rest3 textarea {
  border-color: #ffc105;
  font-family: "Rest3FontBody", sans-serif;
}

#rest3 input:focus,
#rest3 select:focus,
#rest3 textarea:focus {
  outline: none;
  background: rgba(255, 193, 5, 0.05);
}

#rest3 .reserve {
  border-color: #fff !important;
  color: #fff;
  background:#F36D48;
}

#rest3 .reserve:hover {
  border-color: #ffc105 !important;
  color: #F36D48;
  background: #fff;
}
/* Reservation Screen Confimation Page*/