@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("https://use.typekit.net/dxs0bnh.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");

body {
  font-family: "gravita-geo-variable", sans-serif;
  font-variation-settings: "wght" 263.63637;
  background-color: #f8f9fa;
  margin: 0;
}

header {
  background-color: #2f4b50;
  color: #d1c29e;
  padding: 40px 0;
}
header img.logo {
  max-height: 200px;
}

.social-icons a {
  color: #d1c29e;
  margin-left: 10px;
  font-size: 1.2rem;
}
.navbar-nav .nav-link {
  color: #d1c29e !important;
  margin: 0 10px;
}
.navbar-toggler {
  border-color: #d1c29e;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23D1C29E' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero h1 {
  font-family: westgate, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 8rem;
  letter-spacing: 2px;
  text-align: center;
}

.hero img {
  display: block;
  max-height: 400px;
  margin: auto;
}

@media screen and (max-width: 650px) {
  .hero img {
    display: block;
    max-height: 200px;
    margin: auto;
  }
}

.btn-custom {
  background-color: #c0a87b;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 10px;
}

.opening-aankondiging {
  background-color: #f1f1f1;
  padding: 15px;
  border-left: 4px solid #2f4b50 !important;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #2f4b50;
}

.openingsuren {
  padding: 40px 20px;
  background: white;
  text-align: center;
}

.openingsuren .row {
  text-align: left;
}
.openingsuren table {
  width: 100%;
}
.openingsuren td {
  padding: 4px 5px;
  vertical-align: top;
}

.map-container {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: white;
}

.map-container iframe {
  width: 80%;
  height: 300px;
  border: 0;
}
.page-title {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.praktisch-content {
  padding: 20px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.praktisch-section .icon-kind {
  content: url("../img/icons/FAMILIE_BLAUW.png");
  max-width: 40px;
  margin-right: 10px;
}

.praktisch-section .icon-auto {
  content: url("../img/icons/AUTO_BLAUW.png");
  max-width: 40px;
  margin-right: 10px;
}

.praktisch-section .icon-betaling {
  content: url("../img/icons/BETALING_BLAUW.png");
  max-width: 40px;
  margin-right: 10px;
}

.praktisch-section .icon-feest {
  content: url("../img/icons/FEEST_BLAUW.png");
  max-width: 40px;
  margin-right: 10px;
}

.praktisch-content h2 {
  border-bottom: 2px solid #2f4b50;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.praktisch-content ul {
  list-style-type: none;
  padding-left: 0;
}
.praktisch-content ul li::before {
  content: "\2022";
  color: #2f4b50;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.praktisch-section {
  margin-bottom: 30px;
}

footer {
  background-color: #2f4b50;
  color: #d1c29e;
  padding: 30px 0;
  text-align: center;
  font-size: 0.9rem;
}
footer a {
  color: #c0a87b;
}

/* Menu Section */
.menu-section {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.menu-section h2 {
  border-bottom: 2px solid #2f4b50;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.menu-item {
  margin-bottom: 20px;
}
.menu-item h5 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

/* Over ons pagina */
.overons-content {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  /* background-color: white; */
  /* color: #2f4b50; */
}

.overons-content h2 {
  /* font-family: westgate, sans-serif;
  font-weight: 100;
  font-size: 2.5rem; */

  border-bottom: 2px solid #2f4b50;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.overons-content p {
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.overons-content p.quote {
  text-align: center;
  display: block;
  margin: auto;
  width: 80%;
  font-size: 1.5rem;
}

.overons-content h5 {
  font-size: 1rem;
  font-variation-settings: "wght" 500;
}

.overons-highlight {
  font-variation-settings: "wght" 500;
}
