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

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


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

/* app font */
@font-face {
  font-family: "LandingH1Font";
  src: url(fonts/Tahoma\ Bold.ttf);
}
@font-face {
  font-family: "LandingPFont";
  src: url(fonts/Avenir\ Next.ttc);
}

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

header {
  width: 375px;
  height: 120px;
  background-color: #3a3a3c;
  position: absolute;
  top: 0;
  padding: 15px;
}

section {
  position: absolute;
  top: 120px;
  width: 375px;
  height: 547px;
  overflow: auto;
  padding-bottom: 50px;
}

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

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

#splash {
  background-color: #3a3a3c;
  display: flex;
  justify-content: center;
}

#splash img {
  width: 173px;
  height: auto;
}

.circle4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 80px;
}

#circle10 {
  left: 42%;

  animation-name: circle10;
  animation-duration: 0.8s;
  animation-delay: 0.1s;

  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

#circle11 {
  animation-name: circle11;
  animation-duration: 0.8s;
  animation-delay: 0.2s;

  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

#circle12 {
  left: 58%;

  animation-name: circle12;
  animation-duration: 0.8s;
  animation-delay: 0.3s;

  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes circle10 {
  0%,

  25% {
    background-color:  rgb(216, 161, 10);
  }

  50% {
    background: black;
    width: 20px;
    height: 20px;
  }
  
  75% {
    background:  rgb(216, 161, 10);
  }
  100% {
    background: rgb(255, 230, 160);
  }
}

@keyframes circle11 {
  0%,

  25% {
    background-color:  rgb(216, 161, 10);
  }

  50% {
    background: black;
    width: 20px;
    height: 20px;
  }
  
  75% {
    background:  rgb(216, 161, 10);
  }
  100% {
    background: rgb(255, 230, 160);
  }
}

@keyframes circle12 {
  0%,

  25% {
    background-color:  rgb(216, 161, 10);
  }

  50% {
    background: black;
    width: 20px;
    height: 20px;
  }
  
  75% {
    background:  rgb(216, 161, 10);
  }
  100% {
    background: rgb(255, 230, 160);
  }
}

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

#landing {
  background-color: #3a3a3c;
  padding-top: 150px;
}

#landing header {
  height: 120px;
}

#landing h1 {
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D5D5D5;
  padding: 20px 20px;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

#landing p {
  font-family: "LandingPFont", sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  color: #D5D5D5;
  text-align: center;
}

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

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

#logo1 img {
  cursor: pointer;
}

#logo2 img {
  cursor: pointer;
}

#logo3 img {
  cursor: pointer;
}

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,
.mapIcon {
  padding: 16px 21px;
  transition: all 1s;
  cursor: pointer;
}

/* general section */
.sectionContainer {
  text-align: center;
  overflow: auto;
  color: #000;
  padding-bottom: 40px;
  padding-top: 30px;
}

/*! HAMBURGER MENU  */

#menu {
  font-family: "LandingPFont", sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  background: #3a3a3c;
  padding-top: 150px;
}

#menu header {
  padding: 15px;
  height: 150px;
  color: #fff;
  font-size: 25px;
  line-height: 100%;
}

.menuLogo {
  height: 110px;
  width: auto;
  margin-top: 15px;
  margin-left: 63px;
}

.menuBtn {
  margin-top: 20px;
  padding: 20px;
  background: white;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
}

.menuBtn span {
  display: block;
  margin-top: 2px;
  margin-left: 10px;
  color: #3a3a3c;
  font-family: "LandingPFont", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.menuIcon {
  border-top: 2px solid white;
  margin-top: 15px;
}

.menuIcon img {
  width: 22px;
  height: auto;
  margin-left: 140px;
  margin-bottom: -5px;
  padding-top: 20px;
}

#contactInfo {
  margin-top: -65px;
  width: 310px;
  height: 100px;
  position: absolute;
  padding-top: 22px;
  color: transparent;
  background-color: transparent;
  font-family: "LandingPFont", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  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: 167px;
  position: absolute;
  padding-top: 22px;
  color: transparent;
  background-color: transparent;
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family: sans-serif;
  font-weight: 100;
  font-size: 11.5px;
  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;
}

.menuAddress {
  color: white;
  font-size: 11px;
  text-align: center;
  margin-right: 80px;
  padding-top: 10px;
}

.contactIcon {
  margin-top: 3px;
}

.hamburger {
  padding-top: 20px;
  width: 30px;
  cursor: pointer;
}

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

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

#rest1 {
  background-image: url(../img/bg_fivevines.jpg);
  position: fixed;
  padding-top: 120px;
}


#rest1 h1 img {
  width: 220px;
  position: absolute;
  margin-left: -65px;
}

.specials .sectionContainer {
  margin-top: -25px;
}

#rest1 .greenBoxes {
  position: absolute;
  margin-top: 3px;
  margin-left: -55px;
  height: 168px;
}

#rest1 .featuredTitle {
  font-family: "LandingH1Font", sans-serif;
  position: absolute;
  padding: 11px 0px 0px 18px;
  margin-top: 80px;
  margin-left: -10px;
  width: 330px;
  height: 40px;
  border-radius: 7px;
  font-size: 10px;
  color: #244e31;
  text-transform: uppercase;
  text-align: left;
  background: #a5d37c;
}

#rest1 .info {
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family: sans-serif;
  text-align: justify;
  width: 300px;
  margin: 0 auto;
  color: #D5D5D5;
  font-size: 13px;
  padding: 20px 0px 20px 0px;
  line-height: 22px;
}

#rest1 .addressInfo{
  font-family: "LandingH1Font", sans-serif;
  color: #d5d5d5;
  font-size: 10px;
  line-height: 30px;
}

#rest1 .hours {
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family:  sans-serif;
  text-align: right;
  padding: 20px 0px 20px 0px;
  margin-left: 18px;
  color: #d5d5d5;
  line-height: 22px;
  width: 265px;
}

#rest1 .hoursTitle {
  font-family: "LandingH1Font", sans-serif;
  color: #a5d37c;
  font-size: 10px;
  text-align: center;
  padding-top: 20px;
}

#rest1 .sundayClosed {
  margin-right: 62px;
  padding-bottom: 0px;
}

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

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

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

#rest1 .mapIcon {
  margin-left: 15px;
}

/*! SPECIALS */
/*! ONE AND THREE */

#rest1 .saladContainer p {
  font-family: "LandingPFont", sans-serif;
  font-size: 12.5px;
  color: #d5d5d5;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  line-height: 22px;
}

#rest1 .sectionBanner {
  font-family: "LandingH1Font";
  font-size: 20px;
  text-align: center;
  padding: 30px 0px 30px 0px;
  color: #d5d5d5;
}

#rest1 .leftPrice {
  position: absolute;
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  margin: 10px 0px 0px 50px;
}

#rest1 .leftPrice h1 {
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 18px;
  padding-top: 10px;
  color: #244e31;
}

#rest1 .rightTitle {
  position: absolute;
  background: #a5d37c;
  width: 230px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px 150px;
}

#rest1 .rightTitle h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  color: #244e31;
}

/*! TWO AND FOUR */

#rest1 .soupContainer p {
  font-family: "LandingPFont", sans-serif;
  font-size: 12.5px;
  color: #d5d5d5;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  line-height: 22px;
}

#rest1 .leftTitle {
  position: absolute;
  background: #a5d37c;
  width: 230px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px -5px;
}

#rest1 .leftTitle h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  margin-left: 35px;
  color: #244e31;
}

#rest1 .rightPrice {
  position: absolute;
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  margin: 10px 0px 0px 280px;
}

#rest1 .rightPrice h1 {
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 18px;
  padding-top: 10px;
  color: #244e31;
}

/*! MAP SCREEN */

#rest1 .map {
  text-align: center;
  margin-left: -1px;
}

/*! RESERVATIONS */
#rest1 .reservations .sectionContainer {
  color: #d5d5d5;
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

#rest1 .reservations h2 {
  margin-top: -35px;
}

#rest1 .reservations p {
  margin-bottom: 15px;
}

#rest1 input,
#rest1 select,
#rest1 textarea {
  margin: 10px;
  padding: 5px 0px 5px 5px;
  border-color: #a5d37c;
  width: 330px;
}

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

#rest1 .reserve:hover {
  border-color: #a5d37c !important;
  color: #a5d37c;
  background: #d5d5d5;
}

#rest1 #submit {
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  height: 60px;
  font-size: 16px;
  border-radius: 7px;
  color: #244e31;
  background: #a5d37c;
}

/*! SCROLL BARS */

#rest1 .scrollmenuDate {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 70px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest1 .scrollmenuPeople {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 70px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest1 .scrollmenuTime {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 50px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest1 .reservationHeadings{
  color: #a5d37c;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  margin: 40px 0px -20px 15px;
}

#rest1 a.box1 {
  font-size: 30px;
  width: 100px;
  height: 90px;
  background-color: #333;
}

#rest1 .scrollmenuDate span {
  font-size: 12px;
}

#rest1 .scrollmenuTime span {
  font-size: 12px;
}

#rest1 .scrollmenuDate a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 2px 0px 14px 0px;
  text-decoration: none;
}

#rest1 .scrollmenuPeople a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 25px 0px 0px 0px;
  text-decoration: none;
}

#rest1 .scrollmenuTime a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 23px 0px 14px 0px;
  text-decoration: none;
  line-height: 23px;
}

#rest1 .scrollmenuDate a:hover {
  background-color: #a5d37c;
}

#rest1 .scrollmenuPeople a:hover {
  background-color: #a5d37c;
}

#rest1 .scrollmenuTime a:hover {
  background-color: #a5d37c;
}




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

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

#rest2 {
  background-image: url(../img/bg_hearthandstone.jpg);
  position: fixed;
  padding-top: 120px;
}


#rest2 h1 img {
  width: 220px;
  position: absolute;
  margin-left: -65px;
}

.specials .sectionContainer {
  margin-top: -25px;
}

#rest2 .brownBoxes {
  position: absolute;
  margin-top: 3px;
  margin-left: -52px;
  height: 144px;
}

#rest2 .featuredTitle {
  font-family: "LandingH1Font", sans-serif;
  position: absolute;
  padding: 11px 0px 0px 18px;
  margin-top: 80px;
  margin-left: -10px;
  width: 307px;
  height: 40px;
  border-radius: 7px;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-align: left;
  background: #8a7e74;
}

#rest2 .info {
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family: sans-serif;
  text-align: justify;
  width: 300px;
  margin: 0 auto;
  color: #D5D5D5;
  font-size: 11px;
  padding: 20px 0px 20px 0px;
  line-height: 22px;
}

#rest2 .addressInfo{
  font-family: "LandingH1Font", sans-serif;
  color: #d5d5d5;
  font-size: 10px;
  line-height: 30px;
}

#rest2 .hours {
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family: sans-serif;
  text-align: right;
  padding: 20px 0px 20px 0px;
  margin-left: 18px;
  color: #d5d5d5;
  line-height: 22px;
  width: 265px;
}

#rest2 .hoursTitle {
  font-family: "LandingH1Font", sans-serif;
  color: #ffc58b;
  font-size: 10px;
  text-align: center;
  padding-top: 20px;
}

#rest2 .sundayClosed {
  margin-right: 62px;
  padding-bottom: 0px;
}

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

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

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

#rest2 .mapIcon {
  margin-left: 15px;
}

/*! SPECIALS */
/*! ONE AND THREE */

#rest2 .saladContainer p {
  font-family: "LandingPFont", sans-serif;
  font-size: 12.5px;
  color: #d5d5d5;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  line-height: 22px;
}

#rest2 .sectionBanner {
  font-family: "LandingH1Font";
  font-size: 20px;
  text-align: center;
  padding: 30px 0px 30px 0px;
  color: #d5d5d5;
}

#rest2 .leftPrice {
  position: absolute;
  background: #8A7E74;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  margin: 10px 0px 0px 50px;
}

#rest2 .leftPrice h1 {
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 18px;
  padding-top: 10px;
  color: white;
}

#rest2 .rightTitle {
  position: absolute;
  background: #8A7E74;
  width: 230px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px 150px;
}

#rest2 .rightTitle h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  color: white;
}

/*! TWO AND FOUR */

#rest2 .soupContainer p {
  font-family: "LandingPFont", sans-serif;
  font-size: 12.5px;
  color: #d5d5d5;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  line-height: 22px;
}

#rest2 .leftTitle {
  position: absolute;
  background: #8A7E74;
  width: 230px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px -5px;
}

#rest2 .leftTitle h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  margin-left: 35px;
  color: white;
}

#rest2 .rightPrice {
  position: absolute;
  background: #8A7E74;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  margin: 10px 0px 0px 280px;
}

#rest2 .rightPrice h1 {
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 18px;
  padding-top: 10px;
  color: white;
}

#rest2 .leftTitleSoup2 {
  position: absolute;
  background: #8A7E74;
  width: 290px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px -5px;
}

#rest2 .leftTitleSoup2 h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  margin-left: 35px;
  color: white;
}

/*! MAP SCREEN */

#rest2 .map {
  text-align: center;
  margin-left: -1px;
}

/*! RESERVATIONS */
#rest2 .reservations .sectionContainer {
  color: #d5d5d5;
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

#rest2 .reservations h2 {
  margin-top: -35px;
}

#rest2 .reservations p {
  margin-bottom: 15px;
}

#rest2 input,
#rest2 select,
#rest2 textarea {
  margin: 10px;
  padding: 5px 0px 5px 5px;
  border-color: #8A7E74;
  width: 330px;
}

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

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

#rest2 #submit {
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  height: 60px;
  font-size: 16px;
  border-radius: 7px;
  border-color: #a19590;
  color: white;
  background: #8A7E74;
}

/*! SCROLL BARS */

#rest2 .scrollmenuDate {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 70px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest2 .scrollmenuPeople {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 70px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest2 .scrollmenuTime {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 50px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest2 .reservationHeadings{
  color: #FFC58B;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  margin: 40px 0px -20px 15px;
}

#rest2 a.box2 {
  font-size: 30px;
  width: 100px;
  height: 90px;
  background-color: #333;
}

#rest2 .scrollmenuDate span {
  font-size: 12px;
}

#rest2 .scrollmenuTime span {
  font-size: 12px;
}

#rest2 .scrollmenuDate a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 2px 0px 14px 0px;
  text-decoration: none;
}

#rest2 .scrollmenuPeople a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 25px 0px 0px 0px;
  text-decoration: none;
}

#rest2 .scrollmenuTime a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 23px 0px 14px 0px;
  text-decoration: none;
  line-height: 23px;
}

#rest2 .scrollmenuDate a:hover {
  background-color: #8A7E74;
}

#rest2 .scrollmenuPeople a:hover {
  background-color: #8A7E74;
}

#rest2 .scrollmenuTime a:hover {
  background-color: #8A7E74;
}




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

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

#rest3 {
  background-image: url(../img/bg_ceviche.jpg);
  position: fixed;
  padding-top: 120px;
}


#rest3 h1 img {
  width: 220px;
  position: absolute;
  margin-left: -65px;
}

.specials .sectionContainer {
  margin-top: -25px;
}

#rest3 .orangeBoxes {
  position: absolute;
  margin-top: 3px;
  margin-left: -52px;
  height: 145px;
}

#rest3 .featuredTitle {
  font-family: "LandingH1Font", sans-serif;
  position: absolute;
  padding: 11px 0px 0px 18px;
  margin-top: 80px;
  margin-left: -10px;
  width: 305px;
  height: 40px;
  border-radius: 7px;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-align: left;
  background: #6B5750;
}

#rest3 .info {
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family: sans-serif;
  text-align: justify;
  width: 300px;
  margin: 0 auto;
  color: #D5D5D5;
  font-size: 11px;
  padding: 20px 0px 20px 0px;
  line-height: 22px;
}

#rest3 .addressInfo{
  font-family: "LandingH1Font", sans-serif;
  color: #d5d5d5;
  font-size: 10px;
  line-height: 30px;
}

#rest3 #address3 {
  line-height: 20px;
  padding-top: 5px;
}

#rest3 .hours {
  /* I had to take out my "LandingPFont" in these spots because 
  I was getting a very weird bug that pushed the content around 
  so i am sorry about this! It was working fine and then out of nowhere it happened... 
  This is the only way that worked */
  font-family: sans-serif;
  text-align: right;
  padding: 20px 0px 20px 0px;
  margin-left: 18px;
  color: #d5d5d5;
  line-height: 22px;
  width: 265px;
}

#rest3 .hoursTitle {
  font-family: "LandingH1Font", sans-serif;
  color: #DD7852;
  font-size: 10px;
  text-align: center;
  padding-top: 20px;
}

#rest3 .sundayClosed {
  margin-right: 62px;
  padding-bottom: 0px;
}

#rest3 footer {
  background-color: #DD7852;
}

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

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

#rest3 .mapIcon {
  margin-left: 15px;
}

/*! SPECIALS */
/*! ONE AND THREE */

#rest3 .saladContainer p {
  font-family: "LandingPFont", sans-serif;
  font-size: 12.5px;
  color: #d5d5d5;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  line-height: 22px;
}

#rest3 .sectionBanner {
  font-family: "LandingH1Font";
  font-size: 20px;
  text-align: center;
  padding: 30px 0px 30px 0px;
  color: #d5d5d5;
}

#rest3 .leftPrice {
  position: absolute;
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  margin: 10px 0px 0px 50px;
}

#rest3 .leftPrice h1 {
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 18px;
  padding-top: 10px;
  color: #6B5750;
}

#rest3 .rightTitle {
  position: absolute;
  background: #6b5750;
  width: 230px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px 150px;
}

#rest3 .rightTitle h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  color: white;
}

/*! TWO AND FOUR */

#rest3 .soupContainer p {
  font-family: "LandingPFont", sans-serif;
  font-size: 12.5px;
  color: #d5d5d5;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  line-height: 22px;
}

#rest3 .leftTitle {
  position: absolute;
  background: #6b5750;
  width: 230px;
  height: 45px;
  border-radius: 7px;
  margin: 135px 0px 0px -5px;
}

#rest3 .leftTitle h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 16px;
  padding-top: 13px;
  margin-left: 35px;
  color: white;
}

#rest3 .rightPrice {
  position: absolute;
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  margin: 10px 0px 0px 280px;
}

#rest3 .rightPrice h1 {
  text-align: center;
  font-family: "LandingH1Font";
  font-size: 18px;
  padding-top: 10px;
  color: #6B5750;
}

/*! MAP SCREEN */

#rest3 .map {
  text-align: center;
  margin-left: -1px;
}

/*! RESERVATIONS */
#rest3 .reservations .sectionContainer {
  color: #d5d5d5;
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

#rest3 .reservations h2 {
  margin-top: -35px;
}

#rest3 .reservations p {
  margin-bottom: 15px;
}

#rest3 input,
#rest3 select,
#rest3 textarea {
  margin: 10px;
  padding: 5px 0px 5px 5px;
  border-color: #DD7852;
  width: 330px;
}

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

#rest3 .reserve:hover {
  border-color: #DD7852 !important;
  color: #DD7852;
  background: #d5d5d5;
}

#rest3 #submit {
  font-family: "LandingH1Font", sans-serif;
  text-transform: uppercase;
  height: 60px;
  font-size: 16px;
  border-radius: 7px;
  border-color: #a19590;
  color: white;
  background: #6b5750;
}

/*! SCROLL BARS */

#rest3 .scrollmenuDate {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 70px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest3 .scrollmenuPeople {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 70px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest3 .scrollmenuTime {
  text-transform: uppercase;
  font-family: "LandingH1Font", sans-serif;
  margin: 40px 0px 50px 15px;
  overflow: auto;
  white-space: nowrap;
}

#rest3 .reservationHeadings{
  color: #DD7852;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  margin: 40px 0px -20px 15px;
}

#rest3 a.box3 {
  font-size: 30px;
  width: 100px;
  height: 90px;
  background-color: #333;
}

#rest3 .scrollmenuDate span {
  font-size: 12px;
}

#rest3 .scrollmenuTime span {
  font-size: 12px;
}

#rest3 .scrollmenuDate a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 2px 0px 14px 0px;
  text-decoration: none;
}

#rest3 .scrollmenuPeople a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 25px 0px 0px 0px;
  text-decoration: none;
}

#rest3 .scrollmenuTime a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 23px 0px 14px 0px;
  text-decoration: none;
  line-height: 23px;
}

#rest3 .scrollmenuDate a:hover {
  background-color: #6B5750;
}

#rest3 .scrollmenuPeople a:hover {
  background-color: #6B5750;
}

#rest3 .scrollmenuTime a:hover {
  background-color: #6B5750;
}