/* header section */

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hygiene{
  height: 100px;
  padding-left: 100000px;
  float: right;
  margin-right: -7px;
  margin-top: 54px;
}

.hygiene2 {
  display: none;
}

#header {
  /* background-image: url('assets/images/pizza.jpg'); */
  /* background-image: url('assets/images/chinese.jpg'); */
  /* background-image: url('assets/images/cafe.jpg'); */
  /* background-image: url('assets/images/fried-chicken.jpg'); */
  /* background-image: url('assets/images/indian.jpg'); */
  /* background-image: url('assets/images/burger.jpg'); */
  /* background-image: url('assets/images/mexican.jpg'); */
  /* background-image: url('assets/images/sweets.jpg'); */
  /* background-image: url('assets/images/turkish.jpg'); */
  /* background-image: url('assets/images/fish&chips2.jpg'); */



  background-size: cover;
  background-position: top;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}

#nav {
  padding: 50px 100px 0 100px;
}

#logo {
  width: 200px;
}

#button1 {
  background: transparent;
  padding: 6px;
  float: right;
  text-align: center;
  border: 3px solid #ffffff;
}

#button1 a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.4em;
  padding-left: 5px;
  text-decoration: none;
  vertical-align: middle;
}

#button1:hover {
  background: #ffffff;
  border: 3px solid #ffffff;
}

#button1:hover a {
  color: #000000;
}

.col-sm-5cols{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-5cols {
    width: 20%;
    float: left;
  }
}

.img-fluidd {

  object-fit: cover;
  height: 300px !important;
  width: 300px;
  padding: 20px 20px 0 20px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}


#button3 {
  background: transparent;
  padding: 6px;
  width: 300px;
  text-align: center;
  border: 3px solid #ffffff;
  display: inline-grid;
  text-align: center;
}

#button3 a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.4em;
  padding-left: 5px;
  text-decoration: none;
  vertical-align: middle;
}

#button3:hover {
  background: #ffffff;
  border: 3px solid #ffffff;
}

#button3:hover a {
  color: #000000;
}

#tagline {
  color: #fff;
  margin: 150px 0 150px 0;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}

#us {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#button-xs {
  display: none;
}

.welcome-text {
  color: #ffffff;
  text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

/* end of header section */

/* contact section */

#contact-section {
  height: 100px;
  background-color: #ebebeb;
  text-align: center;
}

.icon {
  height: 20px;
}

.contact-info {
  font-size: 15px;
  font-family: "Merriweather";
  font-style: italic;
  display: inline;
}

#divider {
  height: 1px;
  width: 50px;
}

/* end of contact section */

/* info section */

#info {
  height: 600px;
  background-image: url("assets/images/fill.png");
  background-position: fixed;
}

.card {
  margin: 0 auto;
  border: 0 none;
  box-shadow: none;
  width: 300px;
}

.lnr {
  width: 100px;
  display: block;
  margin: 0 auto;
  fill: currentColor;
  color: #f99f1f;
}

#info {
  padding-top: 20px;
  text-align: center;
  margin-bottom: -190px;
}

#info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.3em;
  color: #f99f1f;
}

#info p {
  padding: 20px;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #534741;
}

.button2 {
  background: transparent;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  border: 4px solid #f99f1f;

}

.button2 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #f99f1f;
  letter-spacing: 0.4em;
  line-height: 43px;
  padding-left: 4px;
  text-decoration: none;
}

.button2:hover {
  background-color: #f99f1f;
}

.button2:hover a {
  color: white;
  text-decoration: none;
}

#cuisine2 {
  height: auto;
}

#cuisine2-left {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
}

#cuisine2-left h2 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #534741;
}

#cuisine2-right {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}


#reviews-section {
  height: 100%;
  background-color: #fff;
}

#title-div {
  margin: 100px;
}

#reviews-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #f99f1f;
  letter-spacing: 0.3em;
  text-align: center;
}

u {
  text-decoration: none;
  border-bottom: 1px solid #534741;
  padding: 10px;
}

#overall {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.3em;
  color: #534741;
}

#no-reviews p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-bottom: 120px;
  color: #534741;
}

#all-reviews {
  margin: 100px;
}

#review-box {
  height: 250px;
  width: 450px;
  background-color:#ebebeb;
  margin: 5px;
}

#empty-box {
  height: 250px;
  width: 450px;
  background-color: white;
  margin: 5px;
}

.rating {
  width: 150px;
  height: 50%;
  background-color: #d9d9d9;
}

.rating h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.user-data h4 {
  text-align: right;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-top: 30px;
  margin: 0;
}

.user-data p {
  text-align: right;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  letter-spacing: 0.15em;
  line-height: 17px;
}

.text {
  width: 250px;
  padding-left: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.text ul {
  list-style: none;
  padding: 0;
}

/* end of reviews section */

/* map section */

#map {
  margin-bottom: -7px;
  padding: 0;
}

/* end of map section */

/* footer */

#footer {
  background-color: #534741;
  height: 100%;
  padding: 50px 100px 0 100px;
}

#footer-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
}

#footer-1 img {
  padding-bottom: 10px;
  width: 100px;
}

#footer-1 p {
  padding: 0;
  margin: 0;
  width: 150px;
}

#footer-1 a {
  text-decoration: none;
  color: white;
  font-weight: 700;
}

#footer-2 h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
}

#footer-2 p {
  font-family: "Merriweather", serif;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  width: 200px;
}

#social-icons img {
  width: 20px;
  margin: 5px;
  float: right;
}

#end {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #fff;
  margin-top: 50px;
}

#end a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

/* end of footer */

/* media queries */

@media (max-width:1200px) {

  /* header */

  #nav {
    padding: 50px 60px 0 60px;
  }

  /* reviews */

  #all-reviews {
    margin: 50px 0 100px 0;
  }

  #review-box {
    width: 400px;
  }
  #empty-box {
    width: 400px;
    height: 0;
  }
  .text {
    width: 200px;
    padding-left: 30px;
  }

  /* footer */

  #footer {
    background-color: #534741;
    height: 100%;
    padding: 50px 60px 0 60px;
  }
  #footer-2 p {
    margin-left: 20px;
  }

}

@media (max-width:768px){

  /* header */

  #nav {
    padding: 50px 30px 0 30px;
  }

  #tagline span {
    display: block;
    line-height: 50px;
  }

  /* contact section */

  #contact-section {
    height: 180px;
    background-color: #ebebeb;
    text-align: center;
  }

  .contact-info {
    font-size: 15px;
    font-family: "Merriweather";
    font-style: italic;
    display: inline;
  }

  #divider {
    height: 1px;
    width: 50px;
    display: block;
    margin: 15px auto;
  }

  /* info section */

  .card {
    /* margin: 50px auto; */
    width: 100%;
  }

  #info {
    padding-top: 40px;
    margin-bottom: 0;
  }

  #info h2 {
    font-size: 20px;
  }

  .button2 {
    width: 200px;
  }

  .button2 a {
    font-size: 15px;
  }

  /* cuisine section - version 1 */

  #cuisine-right {
    height: 500px;
  }

  /* cuisine section -version 2 */

  #cuisine2-left {
    height: 500px;
  }

  /* footer */

  #footer {
    padding: 50px 30px 0 30px;
  }

  #footer-2 {
    margin-right: 30px;
    text-align: right;
  }

  #footer-2 p {
    /* width: 150px; */
  }

  #social-icons img {
    width: 20px;
    margin: 10px 10px 10px 0;
    float: left;
  }

}

#c p {
  color: white;
  margin-bottom:15px;
}

#f {
  width: 100%;
  background: #2f2f2f;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center
}

#f h3 {
  color: white;
}

#page1{
  background: url(../images/bg_bot.jpg) center 0 repeat #faf3ed;
  margin: auto;
  width: 50%;

  padding: 10px;
}

#f i {
  font-size: 26px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.vcard {
  color:#fff;
}

#c {
  background: #222222;
  padding-top: 15px;
  padding-bottom: 1px;
  text-align: center;
}

#c p {
  color: white;
  padding-bottom:15px;
}

.app-links {
  margin-top: 30px;
}

.apple-img{
  margin-top: 10px
}
.android-img{
  margin-top: 10px
}

.get-app-text{
  display: none;
  color: #ffffff;
}


@media (max-width:576px) {

  /* header */

  #logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .button {
    display: none;
  }

  .hygiene2 {
    height: 100px;
    margin-top: 30px;
    display: inline-block;
  }

  #tagline {
    margin: 60px 0 50px 0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }

  #tagline p {
    line-height: 30px;
  }

  #button-xs {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: transparent;
    height: 35px;
    width: 120px;
    border: 3px solid white;

  }

  #button-xs a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.4em;
    padding: 2px 0 0 6px;
    text-decoration: none;
  }

  #button-xs:hover {
    background: #fff;
  }

  #button-xs:hover a {
    color: #534741;
  }

  /* info */

  #info {
    height: 100%;

  }

  #cuisine-right {
    height: 300px;
  }

  /* our cuisines version 2 */

  #cuisine2-left {
    height: 300px;
  }

  /* reviews section */

  #title-div {
    margin: 100px auto;
  }

  #review-box {
    width: 100vw;
  }

  #empty-box {
    width: 100vw;
    height: 0;
  }

  .rating {
    width: 120px;
  }

  .rating h2 {
    padding-left: 10px;
    padding-top: 10px;
  }

  .text {
    width: 50vw;
    padding-left: 20px;
  }

  /* map */

  iframe {
    height: 400px;
  }

  /* footer section */

  #footer {
    padding-top: 70px;
  }

  #footer-1 {
    width: 100%;
    text-align: center;
  }

  #footer-1 p {
    width: 150px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #footer-2 {
    margin-top: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #footer-2 h4 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
  }

  #footer-2 p {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }

  #social-icons {
    display: flex;
    justify-content: center;
  }

  .apple-img{
    width:47%;
    margin-top: 0px;
  }
  .android-img{
    width:47%;
    margin-top: 0px;
  }

  .app-links {
    margin-top: 0px;
  }

  .get-app-text{
    margin-top: 50px;
    display: inline-block;
  }

  #button3 {
    width: auto;
  }


}
