.hero-container {
  position: relative;
  min-height: 350px;
  color: white;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../image/cultural-sites-img/barnsdall.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  transform: translateY(00%);
}

/* ################################
||                            ||
||      Data Table Styles     ||
||                            ||
################################
 */

/*Buttons of Sheets*/
#culturalTable .btn-sheet1,
#culturalTable .btn-sheet2,
#culturalTable .btn-sheet3 {
  color: white;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgb(90, 87, 87);
  margin: 10px 10px 10px 0;
}

#culturalTable .btn-sheet1 {
  background-color: #996539;
  border-color: #996539;
}

#culturalTable .btn-sheet1:hover,
#culturalTable .btn-sheet1:focus {
  background-color: #a86138;
  border-color: #a86138;
}

#culturalTable .btn-sheet2 {
  background-color: #996539;
  border-color: #996539;
}

#culturalTable .btn-sheet2:hover,
#culturalTable .btn-sheet2:focus {
  background-color: #d43e2c;
  border-color: #d43e2c;
}

#culturalTable .btn-sheet3 {
  background-color: #996539;
  border-color: #996539;
}

#culturalTable .btn-sheet3:hover,
#culturalTable .btn-sheet3:focus {
  background-color: #b84424;
  border-color: #b84424;
}

#culturalTable .btn-sheet1:hover span,
#culturalTable .btn-sheet2:hover span,
#culturalTable .btn-sheet3:hover span {
  display: inline-block;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
/* END Buttons of Sheets*/

/* data table */
.table-container {
  overflow-x: auto;
  overflow-y: auto;
  height: 750px;
  max-width: 100%;
  background-color: white;
  padding: 2em 1em;
  border-left: 15px solid #edc3b6;
  border-top: 15px solid #edc3b6;
  border-radius: 10px;
  box-shadow: 15px 15px 15px rgb(90, 87, 87);
}
.table-container::-webkit-scrollbar {
  width: 15px; /*vertical scrollbar */
  height: 15px; /*horizontal scrollbar */
}

.table-container::-webkit-scrollbar-track {
  background: #edc3b6;
  border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #ca641f;
  border-radius: 10px;
}
.table-container::-webkit-scrollbar-thumb:hover {
  background: #b42e16;
}

#dataTable_filter {
  margin-bottom: 10px;
}
#dataTable thead tr {
  background-color: #ec9c5c;
}

/* @media (max-width: 768px) {
  
} */

/* END data table */

/* links style */
.cutltural-links a{
  color: #936035;
  font-weight: bold;
}

.cutltural-links a:hover,
.cutltural-links a:focus {
  color: #eb832a;
}
/* END links style */