nav {
  background-color:#004B8D;
}

#navbarNavAltMarkup {
  justify-content: space-between;
}

.phone {
  padding-right: 20px;
  font-weight: bold;
  color: white !important;
}

.nav-collapse-phone {
  margin-left: 1rem;
}

.nav-logo {
  width: 60px;
  margin-right: 10px;
}

h1 {
  text-transform:uppercase;
  color: #8d0005;
}

#section_home {
  background-color:whitesmoke ;
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.muang_thai_title {
  font-size: 4rem;
}

.icon-restaurant {
  width:100px;
  margin-top: -50px;
}

.text_intro {
  padding: 10px;
  border-left: 6px solid #8d0005;
}

.text_intro div {
  padding-left: 15px;
}

.text_intro h2 {
  font-size: 3rem;
}

h2 {
  color: #004B8D;
  text-transform:uppercase;
}

p {
  font-family: "Lato", sans-serif;
  text-align: justify;
}

#tabMenu p {
  font-family: "Lato", sans-serif;
  text-align: center;
}

#section_menu {
  padding-top: 55px;
}

#navTabMenu {
  margin-top: 10px;
  justify-content: center;
}

#navTabMenu .nav-link {
  color: #004B8D;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

#section_gallery {
  padding-top: 65px;
}

#section_restaurant {
  padding-top: 5rem;
  padding-bottom: 4em;
}

#section_restaurant > div {
  margin-bottom: 3rem;
}

.dish-picture {
  width: 270px;
  height:auto;
}

.extra {
  margin-top: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.dish-name {
  margin-top: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.price {
  color: #8d0005;
  font-weight: bold;
}

.gmap {
  margin-bottom: 20px;
}

.footer {
  height: 80px;
  background-color:#004B8D;
}

.restaurant_img {
  display: inline-block;
  position: relative;
  padding: 20px;
}

.restaurant_img img {
  width: 90%;
}

.restaurant_img span.upper:before, .restaurant_img span.upper:after, .restaurant_img span.lower:before, .restaurant_img span.lower:after {
	content: '';
	position: absolute;
	height: 40px;
	width: 40px;
}

.restaurant_img span.upper:before {
	border-top: 2px solid #003f5f;
	border-left: 2px solid #003f5f;
	left: 23px;
	top: 0;
}

.restaurant_img span.upper:after {
	border-top: 2px solid #003f5f;
	border-right: 2px solid #003f5f;
	right: 23px;
	top: 0;
}

.restaurant_img span.lower:before {
	border-bottom: 2px solid #003f5f;
	border-left: 2px solid #003f5f;
	left: 23px;
	bottom: 0;
}

.restaurant_img span.lower:after {
	border-bottom: 2px solid #003f5f;
	border-right: 2px solid #003f5f;
	right: 23px;
	bottom: 0;
}

.restaurant_text h2{
  margin-top: 50px;
}

.footer > div {
  height: 100%;
}

.social-network {
  color: white;
  text-align: end;
}

.social-network a {
  margin-top: 10px;
  color: white;
  text-decoration: none;
}

.social-network-logo {
  height: 50px;
  margin-right: 5px;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
}

.gallery-col-large {
  display: flex;
  flex: 60%;
  max-width: 60%;
  padding: 0 0.75rem;
}

.gallery-col-small {
  display: flex;
  flex: 40%;
  max-width: 40%;
  padding: 0 0.75rem;
}

.gallery-col-large img {
  max-width: 100%;
  flex:1;
}

.gallery-col-small img {
  object-fit: cover;
  flex:1;
  max-width: 100%;
}

.restaurant-front {
  margin-bottom: 1.5rem;
}

.thanks-visit {
  background-color: #004B8D;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

.thanks-visit p {
  color: white;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 3rem;
}

.thanks-visit .thanks-visit-thai {
  color: white;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 3rem;
}

.thanks-visit .camera {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.thanks-visit .fa-camera {
  color: white;
  font-size: 4rem;
}

.thanks-visit .camera-left-side {
  width: 30%;
  height: 0;
  border: white solid 5px;
  margin-right: 35px;
}

.thanks-visit .camera-right-side {
  width: 30%;
  height: 0;
  border: white solid 5px;
  margin-left: 35px;
}

.thanks-visit .camera-end {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-visit .camera-end-line {
  width: 84%;
  height: 0;
  border: white solid 5px;
}


@media (max-width: 1199.98px) {
  .muang_thai_title {
    font-size: 2rem;
  }
  
  .text_intro h2 {
    font-size: 2rem;
  }

  .icon-restaurant {
    margin-top: -10px;
  }
      
  .gallery-row {
    padding-bottom: .5rem;
  }

  .gallery-col-large {
    padding: 0 .25rem;
  }

  .gallery-col-small {
    padding: 0 .25rem;
  }

  .restaurant-front {
    margin-bottom: 1rem;
  }

  .thanks-visit {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }
  
  .thanks-visit p {
    font-size: 2rem;
  }
  
  .thanks-visit .thanks-visit-thai {
    font-size: 2rem;
  }

  .thanks-visit .fa-camera {
    font-size: 2rem;
  }

  .thanks-visit .camera-left-side {
    border: white solid 3px;
  }
  
  .thanks-visit .camera-right-side {
    border: white solid 3px;
  }

  .thanks-visit .camera-end-line {
    border: white solid 3px;
  }
}

@media (max-width: 991.98px) {
  .muang_thai_title {
    font-size: 2rem;
  }
  
  .text_intro h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .icon-restaurant {
    width:60px;
    margin-top: -15px;
  }

  #section_home {
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
    
  .gallery-row {
    padding-bottom: .5rem;
  }

  .gallery-col-large {
    padding: 0 .25rem;
  }

  .gallery-col-small {
    padding: 0 .25rem;
  }

  .restaurant-front {
    margin-bottom: .5rem;
  }

  .thanks-visit {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  
  .thanks-visit p {
    font-size: .5rem;
  }
  
  .thanks-visit .thanks-visit-thai {
    font-size: .5rem;
  }

  .thanks-visit .fa-camera {
    font-size: .5rem;
  }

  .thanks-visit .camera-left-side {
    border: white solid 1px;
  }
  
  .thanks-visit .camera-right-side {
    border: white solid 1px;
  }

  .thanks-visit .camera-end-line {
    border: white solid 1px;
  }
}

@media (max-width: 1500px) {
  .muang_thai_title {
    font-size: 3rem;
  }
  
  .text_intro h2 {
    font-size: 2rem;
  }
}

.booking-button {
  justify-content: center;
  display: flex;
  padding-top: 20px;
  margin-bottom: 20px;
}

.tf-floating-button {
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  z-index: 9999999;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  width: 300px;
  border-color: rgba(90, 149, 66, 1);
  color: rgba(90, 149, 66, 1);
}

.tf-widget-link {
  padding: 0 0 0 15px;
  text-decoration: none;
  color: rgba(90, 149, 66, 1);
  font-family: Raleway, sans-serif;
  font-size: 1.1em;
  width: 70%;
  text-align: center
}

.tf-widget-link:hover {
  font-weight: 700;
  color: rgba(90, 149, 66, 1);
  background: none !important
}

.tf-button-icon {
  padding: 0 0 0 25px;
  border-left: 1px solid rgba(90, 149, 66, 1)
}

.delivery-button {
  justify-content: center;
  display: flex;
  padding-top: 20px;
  margin-bottom: 20px;
}

.deliveroo-floating-button {
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  z-index: 9999999;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  width: 400px;
  border-color: rgba(0, 205, 188, 1);
  color: rgba(0, 205, 188, 1);
}

.deliveroo-widget-link {
  padding: 0 0 0 15px;
  text-decoration: none;
  color: rgba(0, 205, 188, 1);
  font-family: Raleway, sans-serif;
  font-size: 1.1em;
  width: 70%;
  text-align: center
}

.deliveroo-widget-link:hover {
  font-weight: 700;
  color: rgba(0, 205, 188, 1);
  background: none !important
}

.deliveroo-button-icon {
  padding: 0 25px 0 25px;
  border-left: 1px solid rgba(0, 205, 188, 1);
  height: 35px;
}
