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

* {
    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);
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* GENRAL APP STYLES /////////////////////////////////// */

#iphoneIframe {
	top: 50%;
	left: 49.75%;
}
#appBackground {
    top: 49.5%;
    left: 49.75%;
}

iframe {
    width: 375px; 
	height: 667px;
    top: 49.5%;
	left: 49.75%;
    border: none;
}

#iphoneIframe, #appBackground, iframe {
	transform: translate(-50%, -50%);
	position: absolute;
	cursor: none;
}

@media screen and (device-height: 667px) and (device-width: 375px) {
    #iphoneIframe {
        display: none;
    }
}

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: 547px;
    overflow: auto;
    padding: 20px;
}

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

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

#splash {
    background-size: cover;
}

#splash header {
    font-family: 'Courgette', cursive;
    background: #537837;
    font-size: 35px;
    color: #fff;
    padding: 20px;
    height: 90px;
    text-align: center;
}

#splash img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 346px;
    height: auto;
}

#splash footer {
    height: 15px;
    background: #537837;
}

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

#landing {
    font-family: "AppFont", sans-serif;
    background-size: cover;
    padding-top: 100px;
}

#landing header {
   font-family: 'Courgette', cursive;
    background: #537837;
    font-size: 35px;
    color: #fff;
    padding: 20px;
    height: 90px;
    text-align: center;
}

.landingLogos {
    text-align: center;
    margin: 20px 10px 0 10px;
    padding: 12px 6px 4px 6px;
}

#logo1 img {
    height: 50%;
    width: 50%;
}

#logo2 img {
    height: 50%;
    width: 50%;
}

#logo3 img {
    height: 50%;
    width: 50%;
}

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

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

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

#menu {
    background: #B4D897;
    padding-top: 80px;
}

#menu header {
    padding: 15px;
    font-family: 'Courgette', cursive;
    background: #537837;
    color: #fff;
    font-size: 25px;
    line-height: 100%;
}

.menuBtn {
    padding: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 100%;
    border-bottom: 1px solid #000;
    font-family: "Ubuntu Condensed", sans-serif;
}

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

.menuIcon {
    float: left;
    margin-right: 15px;
}

#backToLanding .menuIcon {
    width: 35px;
    height: 25px;
}
#contact .menuIcon {
    width: 33px;
    height: 15px;
}
#about .menuIcon {
    width: 25px;
    height: 25px;
}

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

/* header/footer */

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

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

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

/* general section */
.sectionContainer {
    text-align: center;
    overflow: auto;
}

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

.homeImg {
    width: 148px;
    height: auto;
    float: left;
    margin-right: 15px;
}

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

.address 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;
}

.highlightImg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.about {
    text-align: center;
    overflow: auto;
    padding: 5px 5px;
    background-color: rgba(204, 204, 204, 0.9);
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
}

.about h4 {
    text-align: center;
}

/* general specials/reservations */
.sectionBanner {
    width: 359px;
    height: 67px;
    background-size: 359px auto;
    margin-left: -12px;
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
}


/* specials section */
.specials {
    padding: 0;
}

.specials .sectionContainer {
    border-top: none;
    text-align: left;
}

.nightContainer {
    padding-bottom: 20px;
    overflow: auto;
    font-family: 'Arial', sans-serif;
}

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

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

.nightContainer div {
    float: left;
    margin: 10px 0 0 10px;
    width: 60%;
}

.nightContainer h2 {
    font-size: 24px;
    padding: 10px;
}
.nightContainer h3 {
    font-size: 20px;
}

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

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

/* reservations section */
.reservations .sectionContainer {
    border-top: none;
    padding: 10px;
    padding-top: 0;
    text-align: left;
}

label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

input, select, textarea {
    border: solid 1px #000;
    padding: 5px;
    font-size: 14px;
    color: #222;
    background: #FFF;
    border-radius: 5px;
    width: 100%;
}

.reserve {
    font-size: 18px;
    margin-top: 15px;
}



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

/* general */
#rest1{
    font-family: "Open Sans", sans-serif;
    background: url("../images/fine_dining_bg.jpg");
    background-size: cover;
}

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

/* header/footer */
#rest1 header {
    font-family: 'Courgette', cursive;
    background-color: #CF996B;
    border-bottom: solid 1px #000;
    color: #fff;
}

#rest1 footer {
    background-color: #CF996B;
}

/* footer subnav */
#rest1 .homeIcon {
    margin-left: 55px;
}

#rest1 .specialsIcon {
    margin-left: 30px;
    margin-right: 25px;
}

#rest1 footer p {
    color: #fff;
}

/* home */

#rest1 h2 {
    font-family: "Rest1FontTitle", sans-serif;
}

#rest1 .contact {
    padding: 10px 30px;
    background: #CF996B; 
    border-radius: 5px;
    position: absolute;
    top: 50%;
    width: 335px;
    color: #fff;
}

#rest1 .contact h2 {
    margin: 10px 0;
}

/* general specials/reservations */
#rest1 .sectionBanner {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000;
}

/* specials */
#rest1 .specialImg {
    width: 100px;
    height: 100px;
    float: left;
    border: 2px solid #CF996B;
    margin: 10px;
}

#rest1 .nightContainer h2 {
    margin-bottom: 2px;
    text-decoration: underline;
    background-color: #CF996B;
    color: #fff;
}

#rest1 .nightContainer p {
    font-size: 15px;
    padding-top: 10px;
}

/* reservations */
#rest1 input, #rest1 select, #rest1 textarea {
    border-color: #000;
    font-family: "Open Sans", sans-serif;
}

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

#rest1 .reserve {
    background: #E1E1E1 !important;
    border-color: #000;
    color: #515151;
}

#rest1 .reserve:hover {
    background: #515151 !important;
    border-color: #FFF;
    color: #E1E1E1;
}

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

/* general */
#rest2 {
    font-family: "Open Sans", sans-serif;
    background: url("../images/casual_dining_bg.jpg");
    background-size: cover;
}

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



/* header/footer */
#rest2 header {
    font-family: 'Courgette', cursive;
    background-color: #537837;
    border-bottom: solid 1px #000;
    color: #fff;
}

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

/* footer subnav */
#rest2 .homeIcon {
    margin-left: 55px;
}

#rest2 .specialsIcon {
    margin-left: 30px;
    margin-right: 25px;
}

/* home */

#rest2 h2 {
    font-family: "Rest1FontTitle", sans-serif;
}

/* general specials/reservations */
#rest2 .sectionBanner {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #3c2313;
}

#rest2 .contact {
    padding: 10px 30px;
    background-color: #537837; 
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 45%;
    width: 335px;
    font-weight: normal;
}

#rest2 .contact h2 {
    margin: 10px 0;
}

/* specials */

#rest2 .specialImg {
    width: 100px;
    height: 100px;
    float: left;
    border: 2px solid #537837;
    margin: 10px;
}

#rest2 .nightContainer h2 {
    margin-bottom: 2px;
    text-decoration: underline;
    background-color: #537837;
    color: #fff;
}

#rest1 .nightContainer p {
    font-size: 15px;
    padding-top: 10px;
}

/* reservations */

#rest2 input, #rest2 select, #rest2 textarea {
    border-color: #000;
    font-family: "Open Sans", sans-serif;
}

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

#rest2 .reserve {
    background: #537837 !important;
    border-color: #000;
    color: #FFF;
}

#rest2 .reserve:hover {
    background: #8EB96D !important;
    border-color: #FFF;
    color: #FFF;
}

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

/* general */
#rest3 {
    font-family: "Open Sans", sans-serif;
    background: url(../images/crispys_bg.jpg);
    background-size: cover;
}

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

#rest3 #contentBackground {
    background: #FFF;
    border: solid 1px #000;
    border-radius: 2%;
}

/* header/footer */
#rest3 header {
    font-family: 'Courgette', cursive;
    background-color: #eec06f;
    border-bottom: solid 1px #000;
    color: #3c2415;
}

#rest3 footer {
    background-color: #eec06f;
}
#rest3 footer p {
    color: #3c2415;
}

/* footer subnav */
#rest3 .homeIcon {
    margin-left: 55px;
}

#rest3 .specialsIcon {
    margin-left: 30px;
    margin-right: 25px;
}

/* home */

#rest3 h2 {
    font-family: "Rest1FontTitle", sans-serif;
}

#rest3 .contact {
    padding: 10px 30px;
    background-color: #eec06f; 
    color: #3c2415;
    border-radius: 5px;
    position: absolute;
    top: 55%;
    width: 335px;
    font-weight: normal;
}

#rest3 .contact h2 {
    margin: 10px 0;
}

/* general specials/reservations */
#rest3 .sectionBanner {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000;
}

/* specials */

#rest3 .specialImg {
    width: 100px;
    height: 100px;
    float: left;
    border: 2px solid #eec06f;
    margin: 10px;
}


#rest3 .nightContainer h2 {
    margin-bottom: 2px;
    color: #3c2415;
    background-color: #eec06f;
    text-decoration: underline;
}

#rest1 .nightContainer p {
    font-size: 15px;
    padding-top: 10px;
}

/* reservations */

#rest3 input, #rest3 select, #rest3 textarea {
    background: #ffe379;
    border-color: #000;
    font-family: "Open Sans", sans-serif;
}

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

#rest3 .reserve {
    background: #fbaf5d !important;
    border-color: #000;
    color: #000;
}

#rest3 .reserve:hover {
    background: #ffe379 !important;
    border-color: #FFF;
    color: #FFF;
}