/* achtergrond en lettertype */
html, body {
  margin: 0;
  padding: 0; 
  background-color: #f0ead6;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  overflow-x: hidden;
}

/* navigatie balk */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  
  background-color: #E55F2A; 
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box; 
}

nav ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
  display: flex; 
  justify-content: flex-end; 
}


.logo {
  height: 70px;
  width: auto;
  margin-left: 20px;
}

.logo-left:hover {
  background-color: transparent;
}

nav li {
  display: inline-block;
}


nav li a {
  display: block;
  color: white; 
  text-align: center;
  padding: 16px; 
  text-decoration: none; 
  font-weight: bold;
  

  font-size: 23px; 
}

nav li a:hover {
  background-color: #B84A1E; 
}



/* lay out */
.main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.page-content{
padding-top: 80px;
padding-left: 100px;
padding-right: 100px;
max-width: 1500px;
margin: 0 auto;
}

.container {
  height: 60%;
  overflow-y: scroll;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: none;
  color: whitesmoke;
  text-align: center;
}

.hero-image {
  width: 100vw; 
  height: 80vh;
  background-image: url("../img/villa_Location_bank.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0; 
  margin-top: 75px;
  padding-top: 120px;
}


/* tekst */
h1 {
  text-align: center;
  color: #454545;
  font-size: 60px;
}
h2{
  color: #454545;
}
p {
  color: #454545;
}
footer {
  color: #5c5c5c;
}
.hero-text{
  text-align: center;
  margin-bottom: 50vh;
}

.hero-text h1{
  font-size: 100px;
  color: #ccc;
  margin-bottom: 10px;
}

.hero-text h2{
  font-size: 30px;
  color: #ccc;
  margin-bottom: 20px;
}

.hero-text p {
    font-size: 22px;
    color: #ccc;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.6;
}

input {
  width: 60%;
}

button {
  background-color: grey;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

table {
  width: 100%;
}

td {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  min-width: 20px;
}

td.fitwidth {
  width: 1px;
  white-space: nowrap;
}

th {
  background-color: grey;
  color: white;
  font-size: 20px;
}

tr.clicked {
  background-color: #abc;
}

#clicked {
  background-color: aqua;
}

/* --- De Grijze Info Balk --- */
.about-teaser {
    background-color: #5c5c5c;
    color: white;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box; 
}

/* Een onzichtbaar doosje in het midden zodat de tekst niet te breed wordt */
.teaser-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Zorg dat de titel in dit blok ook opvalt */
.about-teaser h2 {
    color: #E55F2A; 
    font-size: 32px;
    margin-bottom: 20px;
}

.about-teaser p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}


.portfolio-teaser {
    background-color: #bfb593; 
    color: #454545;
    padding: 100px 20px; 
    text-align: center;
    width: 100%;
    box-sizing: border-box; 
}


.portfolio-teaser h2 {
    color: #454545;
    font-size: 32px;
    margin-bottom: 20px;
}

.portfolio-teaser p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-primary-portfolio {
    display: inline-block;
    background-color: #f0ead6; /* the button */
    color: #454545 !important; /* text in the button */
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease; 
}
.btn-primary-portfolio:hover{
  background-color: #c9be9b;
}

.btn-primary {
    display: inline-block;
    background-color: #E55F2A;
    color: white !important; 
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease; 
}

.btn-primary:hover {
    background-color: #B84A1E; 
} 

.info-tab {
    background-color: #c9be9b;
    color: white;
    padding: 30px 20px;
    text-align: left;
    width: 100%;
    box-sizing: border-box; 
}
.tab-content{
  max-width: 1000px;
  margin: 0 auto;
}

.info-tab p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.info-tab h3 {
    color: #E55F2A; 
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.footer-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column{
  flex: 1;
  min-width: 250px;
}

.footer-link{
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover{
  color: #E55F2A;
  text-decoration: underline;
}

.legal-text {
    color: #E55F2A; 
    font-size: 14px;
    text-decoration: underline; 
    font-weight: bold;
    transition: color 0.3s;
}

.legal-text:hover {
    color: white; 
}

.term-condition{
  color: #222;
}

/* responsive */
@media (max-width: 900px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}
.page-content {
    padding: 40px;
    color: black; /* 🔥 force zwart */
}

.portfolio-card {
    color: black;
}

.about-page {
  padding-top: 120px;
  padding-bottom: 72px;
}

.about-shell {
  max-width: 1180px;
}

.about-hero-card {
  background: linear-gradient(135deg, #fff7ef 0%, #f6ecdf 100%);
  border: 1px solid #e9d8c6;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 20px 44px rgba(75, 48, 26, 0.08);
  margin-bottom: 28px;
}

.about-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e55f2a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page h1 {
  text-align: left;
  margin: 0 0 14px;
  color: #2d2117;
  font-size: 56px;
  line-height: 1.05;
}

.about-lead {
  max-width: 760px;
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #6a5544;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-card {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 38px rgba(41, 31, 22, 0.08);
}

.about-card-wide {
  grid-column: 1 / -1;
}

.about-card h2 {
  margin: 0 0 16px;
  color: #2d2117;
  font-size: 28px;
}

.about-card p {
  margin: 0 0 16px;
  color: #5f5247;
  font-size: 18px;
  line-height: 1.8;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.portfolio-card video,
.portfolio-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: none;
}

.portfolio-search {
  margin: 24px 0 32px;
}

.portfolio-search label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2d2117;
}

.portfolio-search-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.portfolio-search input {
  flex: 1 1 280px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #d8c8b6;
  border-radius: 10px;
  font-size: 16px;
  background: #fffdfa;
  color: #2d2117;
}

.portfolio-search button {
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  background: #e55f2a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.portfolio-search button:hover {
  background: #c94f20;
}

.portfolio-empty {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff4ed;
  color: #8b3f1e;
  font-weight: 600;
}

.locaties-page {
  padding-top: 120px;
  padding-bottom: 56px;
}

.locaties-page h1 {
  text-align: left;
  margin: 0 0 24px;
  font-size: 48px;
  color: #2d2117;
}

.locaties-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 24px;
}

.filter-group {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.filter-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.locaties-filter label {
  font-weight: 700;
  color: #3f2f22;
  font-size: 14px;
}

.filter-select,
.locaties-filter input[type="search"] {
  min-width: 200px;
  border: 1px solid #d8c8b6;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fffdfa;
  color: #2d2117;
}

.filter-select {
  cursor: pointer;
}

.filter-select:hover,
.locaties-filter input[type="search"]:focus,
.filter-select:focus {
  outline: none;
  border-color: #e55f2a;
  box-shadow: 0 0 0 3px rgba(229, 95, 42, 0.1);
}

.filter-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.locaties-filter button {
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  background: #e55f2a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
}

.locaties-filter button:hover {
  background: #c94f20;
}

.locaties-filter .filter-reset {
  color: #b84a1e;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 14px;
}

.locaties-filter .filter-reset:hover {
  text-decoration: underline;
}

.locaties-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.locatie-card-link {
  color: inherit;
  text-decoration: none;
}

.locatie-card {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(41, 31, 22, 0.08);
}

.locatie-card.is-clickable {
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.locatie-card.is-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(41, 31, 22, 0.14);
}

.locatie-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.locatie-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #2d2117;
}

.locatie-card p {
  margin: 0 0 8px;
  color: #5d4b3d;
}

.locatie-open-hint {
  margin-top: 8px;
  font-size: 13px;
  color: #8a6a55;
}

.locaties-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: #5d4b3d;
}

body.no-scroll {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2000;
}

.lightbox.is-open {
  display: block;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 13, 9, 0.82);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  margin: 6vh auto;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.38);
}

.lightbox-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #2d2117;
}

.lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(88vh - 68px);
  margin: 0 auto;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: #e55f2a;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.aanmelden-page {
  padding-top: 120px;
  padding-bottom: 56px;
}

.aanmelden-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.aanmelden-intro {
  background: linear-gradient(135deg, #fff7ef 0%, #f8efe5 100%);
  border: 1px solid #e8d7c5;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 18px 40px rgba(104, 67, 39, 0.08);
}

.aanmelden-intro .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e55f2a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aanmelden-page h1 {
  text-align: left;
  margin: 0 0 12px;
  font-size: 52px;
  line-height: 1.05;
  color: #2d2117;
}

.aanmelden-intro p {
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  color: #6c5745;
}

.aanmelden-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aanmelden-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.aanmelden-alert {
  border-radius: 16px;
  padding: 16px 18px;
  font-weight: 700;
}

.aanmelden-alert.success {
  background: #e8f7ed;
  color: #19633b;
  border: 1px solid #b8e2c5;
}

.aanmelden-alert.error {
  background: #fff0ef;
  color: #9f2d22;
  border: 1px solid #f2c5c0;
}

.aanmelden-card {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 38px rgba(41, 31, 22, 0.08);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0 0 8px;
  font-size: 26px;
  color: #2d2117;
}

.section-heading p {
  margin: 0;
  color: #6f6258;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.aanmelden-page .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aanmelden-page .field-full {
  grid-column: 1 / -1;
}

.aanmelden-page .field label {
  font-size: 14px;
  font-weight: 700;
  color: #3f2f22;
}

.aanmelden-page .field label span {
  color: #c63c19;
}

.aanmelden-page .field input,
.aanmelden-page .field textarea,
.aanmelden-page .field select {
  width: 100%;
  border: 1px solid #d8c8b6;
  border-radius: 14px;
  padding: 14px 1px;
  font-size: 15px;
  color: #2d2117;
  background: #fffdfa;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aanmelden-page .field input:focus,
.aanmelden-page .field textarea:focus,
.aanmelden-page .field select:focus {
  border-color: #e55f2a;
  box-shadow: 0 0 0 4px rgba(229, 95, 42, 0.14);
  background: #fff;
}

.aanmelden-page .field input[type="file"] {
  padding: 12px;
  background: #fbf4ec;
  cursor: pointer;
}

.aanmelden-page .field textarea {
  min-height: 140px;
  resize: vertical;
}

.field-help {
  margin: 0;
  color: #7f6f62;
  font-size: 13px;
}

.checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #e5d5c2;
  border-radius: 16px;
  padding: 16px;
  background: #fcf6ef;
}

.checkbox-field input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkbox-field span {
  line-height: 1.5;
}

.checkbox-field strong {
  color: #c63c19;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
}

.aanmelden-page .submit-btn {
  min-width: 240px;
  padding: 16px 24px;
  background: #e55f2a;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(229, 95, 42, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.aanmelden-page .submit-btn:hover {
  background: #c84f22;
  transform: translateY(-1px);
}

.page-portfolio{
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .aanmelden-page h1 {
    font-size: 40px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-page h1 {
    font-size: 42px;
  }

  .locaties-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .aanmelden-page .field-full {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .page-content.about-shell {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 104px;
  }

  .about-page {
    padding-bottom: 48px;
  }

  .about-hero-card,
  .about-card {
    padding: 22px;
    border-radius: 20px;
  }

  .about-page h1 {
    font-size: 34px;
  }

  .about-lead,
  .about-card p {
    font-size: 16px;
  }

  .page-content.aanmelden-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 104px;
  }

  .locaties-page {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .locaties-page h1 {
    font-size: 34px;
  }

  .locaties-filter {
    align-items: stretch;
  }

  .portfolio-search-controls {
    flex-direction: column;
  }

  .portfolio-search button {
    width: 100%;
  }

  .locaties-filter select,
  .locaties-filter input[type="search"],
  .locaties-filter button {
    width: 100%;
  }

  .locaties-grid {
    grid-template-columns: 1fr;
  }

  .aanmelden-intro,
  .aanmelden-card {
    padding: 22px;
    border-radius: 20px;
  }

  .aanmelden-page h1 {
    font-size: 32px;
  }

  .form-actions {
    justify-content: stretch;
  }

  .aanmelden-page .submit-btn {
    width: 100%;
  }
}

.zoekbalk-sectie {
    background-color: #2d2117;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.zoek-content {
    max-width: 800px;
    margin: 0 auto;
}

.zoekbalk-sectie h2 {
    color: #E55F2A;
    font-size: 32px;
    margin-bottom: 10px;
}

.zoekbalk-sectie p {
    color: #ccc;
    margin-bottom: 20px;
}

.zoek-input {
    width: 60%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #d8c8b6;
    font-size: 15px;
    margin-right: 10px;
}

.zoekresultaat {
    margin-top: 30px;
    background-color: #fff7ef;
    border-radius: 16px;
    padding: 24px;
    text-align: left;
}

.zoekresultaat h3 {
    color: #E55F2A;
}

.zoekresultaat p {
    color: #2d2117;
}

.wens-tekst {
    font-style: italic;
    color: #6c5745;
}

.locatie-card-link {
    text-decoration: none;
    color: inherit;
}

.locatie-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.locatie-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.locatie-image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.locatie-card-info {
    padding: 16px;
}

.locatie-card-info h3 {
    color: #2d2117;
    margin: 0 0 8px;
    font-size: 18px;
}

.locatie-card-info p {
    color: #6c5745;
    font-size: 14px;
    margin: 0;
}

.locatie-no-image {
    width: 100%;
    aspect-ratio: 4/3;
    background: #f0ead6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5745;
    font-size: 14px;
}

.detail-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 40px 60px;
}

.detail-titel {
    text-align: center;
    color: #2d2117;
    font-size: 42px;
    margin-bottom: 30px;
}

.detail-hoofdfoto {
    width: 100%;
  max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.detail-hoofdfoto img {
    width: 100%;
  max-height: 600px;
  object-fit: contain;
    display: block;
}

.detail-thumbnails {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.thumbnail-strip {
    display: flex;
    gap: 10px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    flex: 1;
}

.thumbnail {
    width: 100px;
    height: 70px;
  object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.thumbnail:hover {
    opacity: 0.9;
}

.thumbnail.actief {
    opacity: 1;
    border: 2px solid #E55F2A;
}

.thumb-nav {
    background: #E55F2A;
    color: white;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.thumb-nav:hover {
    background: #B84A1E;
}

.detail-aanvragen {
    display: inline-block;
    margin-bottom: 30px;
}

.detail-beschrijving h2 {
    color: #E55F2A;
    margin-top: 30px;
}

.detail-beschrijving p {
    color: #2d2117;
    line-height: 1.7;
    max-width: 900px;
}

.hamburger-toggle {
  display: none;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
  }

  .hamburger-toggle:checked ~ .nav-links {
    display: flex;
  }
}