
p {font-weight: 200;color: #333; font-size: 18px;}

.ingredients {
  font-family: var(--font-secondary);
  color: #555;
  margin-bottom: 5px;
font-weight: 200;
}

.section-faq p {
    margin: 0;
    font-size: 18px;
    font-weight: 200;
color: #333;
}
.header .btn-book-a-table, .header .btn-book-a-table:focus {
    font-size: 14px;
    color: #fff;
    background: #ce4e12;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    transition: 0.3s;
}



.btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: #bd4711;
 
}

.btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: #bd4711;
}

.orange-dark {#F0422A;
  color:  rgba(243, 202, 36, 1);
}
.orange {
  color:  rgba(243, 202, 36, 1);
}
.text-red {
  color:  rgb(201, 69, 8);
}
.herobg {
  background-color: #fefcf9;
}
.herobg1 {
  background-image: url("assets2/img/r-port-de-soller-david-vives-w.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
  background-size: cover;
}
.herobg2 {
  background-image: url("assets2/img/beach-frank-mckenna-ww.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  background-size: cover;
}

#overlayt {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you"re using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .5
  background-image: linear-gradient(to bottom, #000, #fff);
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 20px;
  margin-bottom: 15px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #ce4e12;
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: #bd4711;
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.fancyfont {font-family: "Amatic SC", sans-serif;}



@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
  .imgmodal       {
    height: 150px;
  }
  }

@media screen and (min-width: 601px) {
  .imgmodal       {
    height: 250px;
  }
  }


@media screen and (max-width: 600px) {
  .etiq      {
    width:100%; 
    height: 60px; 
    padding:3px  6px;
    position: absolute;
    top:10px;right:1px;
    border-radius:   0px 0px 60px  60px;
    font-size: 18px; 
    line-height:24px;
    background-color: #ca7818;
    color: #fff;

  }
  }

@media screen and (min-width: 601px) {
  .etiq      {
    width:75%; 
    height: 60px; 
    padding:3px  6px;
    position: absolute;
    top:16px;right:12%;
    border-radius:   0px 0px 60px  60px;
    font-size: 18px;
font-weight: 400; 
    line-height:24px;
    height:50px;
   background-color: #fff;
   color: #ca7818;
   box-shadow: 0 8px 20px #333;

  }
  }





  .offer      {
    width:80%; 
    height: 60px; 
    padding:3px  6px;
    position: absolute;
    top:0px;right:12%;
    border-radius:   0px 0px 60px  60px;
    font-size: 18px;
font-weight: 400; 
    line-height:24px;
    height:70px;
   background-color: #ca7818;
   color: #fff;
border-top: opx ;
border-right :2px solid #fff;
border-bottom:2px solid #fff;
border-left:2px solid #fff;



  }


