@font-face {
  font-family: "Dins Sans";
  src: url("../fonts/fonts/dins_Sans.ttf");
}

@font-face {
  font-family: "Bucanera";
  src: url("../fonts/fonts/dins_Sans.ttf");
}

@font-face {
  font-family: "Ambit Black";
  src: url("../fonts/fonts/Ambit-SemiBold.ttf");
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/fonts/BebasNeue-Bold.ttf");
}

.onepage_button:hover {
  border: 2px solid goldenrod !important;
  background-color: goldenrod !important;
  transition: 0.5s;
  color: white;
}

.onepage_button {
  transition: 0.3s;
}

.modal_close {
  background-color: none;
}

.modal_open {
  background-color: rgba(204, 204, 204, 0.5);
}

.menu-open > span {
  background-color: #000 !important;
}

.stillsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 20px;
  padding: 3em;
  padding-top: 0px;
  margin: auto;
  margin-top: 5%;
  align-items: start;
  min-height: 80%;
  width: 80%;
}

.stillsGrid div {
  width: 400px;
  height: 400px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 5px 3px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stillsGrid div img {
  padding: 0.5em;
  width: 90%;
  height: 90%;
}

.stillsGrid div a {
  text-decoration: underline;
  font-size: 1.5em;
}

@media only screen and (max-width: 1200px) {
  .owl-carousel {
    margin-top: 8% !important;
  }

  .innerTable1 {
    width: 100% !important;
    float: none !important;
  }

  .innerTable2 {
    text-align: center !important;
    float: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .owl-carousel {
    margin-top: 20% !important;
  }

  .stillsGrid {
    grid-template-columns: 1fr !important;
  }

  .stillsGrid > div img {
    width: 80% !important;
  }
}
