:root {
  /* Colors: */
  --sand: #f8d293;
  --darkerGray: #222226;
  --gray: #838386;
  --aqua: #488c97;
  --background: #0f0f1a;
}

a {
  color: var(--aqua);
  font-family: "spartan";
  font-weight: 400;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;

  width: 100%;
  max-width: 100%;

  background-color: var(--background);

  display: flex;
  flex-direction: column;

  overflow-x: hidden;
}

.titleScreen {
  height: 100vh;
  width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-image: url(../media/images/media-000-bg.png);
  background-repeat: no-repeat;
  background-size: cover;

  margin-bottom: 5vh;
}

.header {
  z-index: 1;

  display: flex;
  width: 100%;
}

.header > * {
  flex: 1 0 50%;
}

.logo img {
  width: 60%;
  position: sticky;
  top: 0;
  margin: 20px;
}

.links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right;
  margin-top: 50px;
  margin-right: 50px;
}

.links a {
  margin: 0 0.5rem;
  padding: 10px;

  text-decoration: none;
  color: var(--aqua);
  font-family: "spartan";
  font-weight: 400;
  font-size: 1.2rem;

  transition: all ease 0.2s;
}
.links a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--aqua);
}

.title {
  width: 550px;
  margin-left: 75px;
  margin-top: 35px;
}
.title h1 {
  color: var(--aqua);
  font-family: "spartan";
  font-weight: 600;
  font-size: 3.5rem;
}
.title p {
  color: white;
  font-family: "spartan";
  font-weight: 400;
  font-size: 1.2rem;

  line-height: 3vh;
}

.buttons {
  width: 100%;
  margin-top: 35px;
  display: flex;
  align-items: start;
}

.buttons a {
  font-family: "spartan";
  font-weight: 200;
  text-decoration: none;
  padding: 7px 25px;
  font-size: 1.3rem;
}
.reserveren {
  color: var(--aqua);
  background-color: transparent;
  border: 1.5px solid var(--aqua);
  margin-right: 15px;

  transition: all ease 0.2s;
}
.reserveren:hover {
  background-color: var(--aqua);
  color: var(--background);
}
.over {
  color: var(--background);
  font-family: "spartan";
  font-weight: 200;
  background-color: var(--aqua);
  border: 1.5px solid var(--aqua);

  transition: all ease 0.2s;
}
.over:hover {
  background-color: transparent;
  color: var(--aqua);
}

.contentScreen {
  color: white;

  padding-top: 75px;

  width: 100vw;

  display: flex;
  flex-direction: column;
}

.introductionContainer {
  display: flex;
  flex-direction: column;
}

.generalRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.generalRow > * {
  flex: 1 1 60%;
}
.generalRow > .textContainer {
  flex: 1 1 40% !important;
}

.media1,
.media2,
.media4,
.media5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: fit-content;
}

.image1,
.image2,
.image3,
.image4,
.image5,
.image6 {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
  aspect-ratio: 3/2;

  margin: 0;
  margin-left: 45px;
  margin-right: 45px;

  transition: all ease 0.2s;
}
.image1:hover,
.image2:hover,
.image3:hover,
.image4:hover,
.image5:hover,
.image6:hover {
  background-size: 110%;
}
.image1,
.image3 {
  background-image: url(../media/images/media-001.jpeg);
}
.image2,
.image4 {
  background-image: url(../media/images/media-004.jpeg);
}
.image1 {
  background-image: url(../media/images/custom/lounge-tafels.jpg);
}
.image2 {
  background-image: url(../media/images/custom/koffie3.jpg);
}
.image3 {
  background-image: url(../media/images/custom/lounge2.jpg);
}
.image4 {
  background-image: url(../media/images/media-easter.jpeg);
}
.image5 {
  background-image: url(../media/images/media-easter.jpeg);
}
.image6 {
  background-image: url(../media/images/snowflake-1823942.jpg);
}

.text1,
.text2,
.text3,
.text4 {
  width: 300px;
  margin: 75px;
}
.text1,
.text3 {
  margin-right: 0;
}
.text2,
.text4 {
  margin-left: 0;
}

.text1 h1,
.text2 h1,
.text3 h1,
.text4 h1 {
  color: var(--aqua);
  font-family: "spectral sc";
  font-weight: 400;
  font-size: 3vw;
  margin: 0;
  letter-spacing: 2px;
  margin-bottom: 2vh;
}
.text1 p,
.text2 p,
.text3 p,
.text4 p {
  color: white;
  font-family: "spartan";
  font-weight: 400;
  font-size: 1vw;
  margin: 0;
  line-height: 1.7em;
}
.text3 h2,
.text4 h2 {
  margin: 0;
}

/* -News Spacer- */

.news-spacer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  margin-top: 5vh;
  margin-bottom: 5vh;
}

.news-spacer h1 {
  text-align: center;
  color: var(--aqua);
  font-family: "spectral sc";
  font-weight: 400;
  font-size: 10vh;
}

.line {
  width: 25vw;
  height: 5px;
  background-color: var(--sand);
}

.text3 h2,
.text4 h2 {
  margin-top: -25px;
  margin-bottom: 15px;
  font-family: "spartan";
  font-weight: 200;
  font-size: 1rem;
  color: var(--gray);
}

/* News Items */
.newsItem {
}
/* -Spacer- */
.spacer {
  width: 100vw;

  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;

  margin-bottom: 5vh;
}
.spacer > * {
  flex: 1 1 50%;
}
.spacer > .disclaimer {
  background-color: var(--aqua);
  width: 100%;
  padding: 1vh 2vw;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.spacer > .disclaimer h1 {
  font-family: "spartan";
  font-weight: 500;
}
.spacer > .disclaimer p {
  width: 100%;
  font-family: "spartan";
  font-weight: 400;
  color: white;
  margin: 0.5rem 0;
}
.spacer > .disclaimer a {
  width: 100%;
  font-family: "spartan";
  font-weight: 400;
  color: var(--sand);
  text-decoration: underline;
}
.subText {
  font-style: italic !important;
  margin: 0 !important;
  color: lightgray !important;
  font-size: 0.9rem;
  font-weight: 300;
}
.schedule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.schedule > * li {
  list-style: none;

  color: var(--gray);
  font-family: "Spartan";
  font-weight: 400;
}
.schedule h1,
.location h1 {
  color: var(--aqua);
  font-family: "spectral sc";
  font-weight: 400;
  text-align: center;
}
.wrapper {
  display: flex;
  flex-direction: row;
}
.days {
  margin-right: 2vw;
  line-height: 3vh;
}
.time {
  line-height: 3vh;
  margin-left: 2vw;
}
.location {
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
}
.location a {
  text-decoration: none;
  color: var(--gray);
  font-size: 2vh;
}
.location-image i {
  font-size: 10vh;
  color: var(--sand);
}
.location-image {
  margin-top: 2vh;
  margin-bottom: 3vh;
}

/* -footer-  */

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10vh;
}

footer > * {
  flex: 1 1 50%;
}

.Fcontent1 {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 3vh;
}

.Fcontent2 {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-right: 25px;
  margin-bottom: 3vh;
}

.Fcontent1 a,
.Fcontent2 a {
  color: var(--gray);
  text-decoration: none;
  font-family: "spartan";
  font-weight: 200;
}

.Fcontent1 p,
.Fcontent2 p {
  color: var(--gray);
  font-family: "spartan";
  font-weight: 200;
}

.dropdown {
  display: none;
}

.open i {
  color: var(--aqua);
  font-size: 6vw;
}

.modal {
  visibility: hidden;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: var(--background);
  border: 2px solid var(--aqua);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.445);
  width: 80vw;
  height: 60vh;

  padding: 5vh 5vh;
}
.col1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col2 p {
  font-family: "spartan";
  font-weight: 400;
  color: var(--gray);
}

.openModal,
.closeModal {
  cursor: pointer;
}

/* -Mobile Compatibility-  */

/* Phone */
@media only screen and (max-width: 800px) {
  .titleScreen {
    background-size: cover;
    background-position: center;

    align-items: center;
  }
  .header img {
    width: 100%;
    margin: 0;
    margin-top: 2vh;
    margin-left: 4vw;
  }

  .spacer {
    flex-direction: column;
  }

  .title {
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 90vw;
    margin-top: 5vh;
  }
  .title h1 {
    text-align: center;
    font-size: 3rem;
  }
  .title p {
    text-align: center;
  }

  .buttons {
    justify-content: center;
  }

  .links {
    display: none;
  }

  #menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--aqua);
  }
  #atag {
    margin-left: 9vw;
    margin-top: 2vh;
    text-decoration: none;
    font-size: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .buttons a {
    font-size: 1rem;
  }

  .row1,
  .row3,
  .row2 {
    flex-direction: column;
  }
  .row4 {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .row1 > *,
  .row2 > *,
  .row3 > *,
  .row4 > * {
    flex: 1 1 100%;
  }

  .text1,
  .text2,
  .text3,
  .text4 {
    width: 90vw;
    margin: 10px;
    text-align: center;
  }
  .text1,
  .text3 {
    margin-right: 0;
  }
  .text2,
  .text4 {
    margin-left: 0;
  }

  .image1,
  .image2,
  .image3,
  .image4,
  .image5,
  .image6 {
    width: 90vw;
    margin-top: 3vh;
  }

  .image2,
  .image4 {
    width: 90vw;
  }

  .news-spacer h1 {
    font-size: 10vw;
  }

  .line {
    width: 20vw;
    height: 2px;
  }

  .text1 h1,
  .text2 h1,
  .text3 h1,
  .text4 h1 {
    font-size: 10vw;
  }

  .text1 p,
  .text2 p,
  .text3 p,
  .text4 p {
    font-size: 4vw;
    line-height: auto;
  }

  .Fcontent1 a,
  .Fcontent2 a,
  .Fcontent1 p,
  .Fcontent2 p {
    font-size: 0.7rem;
  }

  .modal {
    height: 90vh;
    width: 85vw;
    padding: 4vh 4vh;
  }
  .col1 {
    flex-direction: column-reverse;
  }
  .col1 h1 {
    font-size: 3vh;
    margin-top: 1vh;
  }
  .col2 p {
    font-size: 1.2vh;
  }
}

@media only screen and (max-width: 1200px) {
  .links a {
    font-size: 1.3vw;
  }
}

::-webkit-scrollbar {
  display: none;
}
