.image-header-orac{
  background-image: url('../img/baharat.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter:grayscale(100%);
  overflow: hidden;
  background-attachment: fixed;
}

.image-header-orac h1{
  font-size: 70px;
  font-weight: bolder;
  color: white;
  border-bottom: 5px solid white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-orac{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-orac-text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 470px;
}

.about-orac-text h3{
  text-decoration: underline;
  font-size: 30px;
}

.table{
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
  font-size: 20px;
}

.table:hover{
  background-color: #F1C53C;
}

.table .food-col:hover{
  text-decoration: underline;
}

.search-box{
  font-size: 30px;
}
iframe{
  width: 650px;
  height: 355px;
}

@media (max-width: 1200px){
  .image-header-orac h1{
    font-size: 50px;
  }
}

@media (max-width: 950px){
  iframe{
  width: 530px;
  height: 300px;
  }
  .about-orac-text h3{
    font-size: 20px;
  }
  .table {
    width: 300px;
    font-size: 15px;
  }
  .search-box {
    font-size: 15px;
  }
}
