@font-face {
  font-family: "Averia";
  src: url("../Fonts/Averia_Serif_Libre/AveriaSerifLibre-Regular.ttf");
}

@font-face {
  font-family: "Compagnon";
  src: url("../Fonts/Compagnon-LightItalic.otf");
}

@font-face {
  font-family: "Chalkboard";
  src: url("../Fonts/Chalkboard.ttc");
}

@font-face {
  font-family: "Pixels";
  src: url("../Fonts/SHPinscher-Regular.otf");
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  cursor: url("../Images/mouse.png"), auto;
}

.alles {
  display: flex;
  background-image: url("../Images/scansBoekjesWeb_5.png");
  background-size: 86%;
  background-repeat: no-repeat;
  background-position: top left;
  height: 100%;
  margin-left: 15%;
}

.belangrijk {
  font-family: "Averia";
  font-size: 10px;
  position: absolute;
  margin-left: 1.5vh;
}

.header {
  margin-bottom: 0;
  text-align: center;
}

.header p {
  font-family: "Pixels";
  font-size: 55px;
  margin-top: 2vh;
  margin-bottom: 0;
}

.boekje {
  margin-top: 30px;
  margin-left: 50px;
  width: 80%;
  height: 75%;
}

.Bar {
  position: relative;
  width: 90%;
  height: 1vh;
  left: 5vh;
  display: flex;
  justify-content: center;
  gap: 1vh;
  text-align: center;
  color: black;
  padding: 1vh;
}

.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 20%;
  height: 10%;
  top: 2vh;
  right: 2vh;
}

.hamburgerImg {
  height: 20%;
  width: auto;
  border-radius: 2px;
}

.iframe {
  width: 95%;
  height: 120%;
}

.mobile-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  font-size: 13px;
  overflow-y: auto;
  font-family: "Averia";
}

.mobile-bar {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mobile-menu a {
  text-align: center;
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: white;
  font-size: 13px;
}

.mobile-menu .belangrijk {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  color: white;
  font-size: 13px;
}

.mobile-menu .languageMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 0.5rem;
  font-size: 13px;
}

.text-row {
  font-size: 10px;
  top: 200px;
  color: black;
  font-family: "Averia";
  text-align: left;
  text-decoration: dotted;
}

.topper {
  display: flex;
  rotate: 1deg;
  width: 100%;
  justify-content: space-between;
  font-family: "Pixels";
  font-size: 100%;
  margin-top: -10px;
  margin-left: 20px;
}

#left {
  text-align: center;
  width: 50%;
}

#left a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#right {
  text-align: center;
  width: 50%;
}

.pages {
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 70%;
  margin-left: 6%;
}

.rightPage {
  width: 40%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rightPage .mond {
  position: relative;
  width: 10%;
  margin-left: 75%;
  rotate: 35deg;
}

.rightPage .disco {
  position: relative;
  width: 80%;
  margin-top: 20%;
}

.blinkje2 {
  position: fixed;
  margin-top: 42%;
  margin-left: 20%;
  width: 3%;
}

.leftPage {
  width: 45%;
  height: 110%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: "Pixels";
}

#leftPageNews {
  overflow-y: scroll;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.myAlbum {
  position: fixed;
  font-family: "Averia", serif;
  font-size: 30%;
  margin-left: 0%;
  margin-top: 0%;
  width: 100%;
  height: 2%;
  margin-top: 51.5%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.leftPage::-webkit-scrollbar {
  width: 9px;
}

.newsItem {
  margin-top: 20px;
  width: 85%;
  height: 50%;
  border: 2px solid black;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5%;
}

.newsItem .Title {
  font-family: "Pixels";
  font-size: 120%;
  margin-bottom: 10px;
}

.newsItem .Content {
  font-family: "Averia";
  font-size: 80%;
  width: 80%;
  height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.newsItem .button button,
.wholeNewsItem button {
  width: 35%;
  position: relative;
  z-index: 10;
  border: none;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: transparent;
  text-decoration: underline;
  font-family: "Pixels", sans-serif;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.wholeNewsItem {
  margin-top: 5%;
  margin-left: -5%;
  width: 90%;
  height: 90%;
  border: 2px solid black;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.wholeNewsItem .Title {
  font-family: "Pixels";
  font-size: 20px;
  margin-bottom: 10px;
}

.wholeNewsItem .Content {
  font-family: "Averia";
  width: 300px;
  height: 320px;
  word-wrap: break-word;
  overflow-y: scroll;
}

.wholeNewsItem p {
  font-family: "Averia";
  width: 300px;
}

.arrows {
  display: flex;
  position: absolute;
  justify-content: space-between;
  bottom: 50%;
  width: 90%;
  left: 10vh;
  background: transparent;
}

.arrowButton {
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: black;
  font-size: 50px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.arrowButton a {
  text-decoration: none;
}

a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  position: relative;
  color: black;
}

.arrowButton:hover,
.text:hover,
#left a:hover,
.button button:hover,
.language a:hover,
.myAlbum p:hover,
.Content p:hover {
  animation-name: buttons;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* .language .text-row {
  font-family: "Averia", serif;
  font-size: 10px;
  width: 10vh;
  margin-top: -1.5vh;
  margin-left: 1.5vh;
} */

.text-row {
  display: flex;
  justify-content: flex-start;
}

a {
  text-decoration: wavy;
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  position: relative;
  color: black;
}

.language a {
  display: inline-block;
}

@keyframes buttons {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  75% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1200px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .alles,
  body {
    background-image: url("../Images/PinkPaper.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-left: 0px;
  }

  .pages {
    width: 100%;
    height: 95%;
    margin-left: 0;
  }

  .language {
    margin-top: 1vh;
  }

  .leftPage {
    width: 100%;
    height: 100%;
  }

  .myAlbum {
    margin-top: 168%;
    font-size: 80%;
  }

  .eventPicture {
    height: 200px;
    position: relative;
    margin-left: 15%;
    margin-top: 20px;
  }

  .newsItem .button button,
  .topper,
  .arrows,
  .rightPage {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .alles,
  body {
    background-image: url("../Images/PinkPaper.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-left: 0px;
  }

  .hamburger {
    display: flex;
    position: fixed;
  }

  .mobile-menu.show {
    display: block;
  }

  .pages {
    width: 90%;
    margin-left: 0;
  }

  .leftPage {
    width: 100%;
    height: 100%;
    margin-left: 7%;
  }
  .newsItem .button button,
  .topper,
  .arrows,
  .rightPage {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .alles,
  body {
    background-image: url("../Images/PinkPaper.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-left: 0px;
  }

  .pages {
    width: 90%;
    margin-left: 0;
  }

  .Bar {
    position: relative;
    width: 90%;
    height: 1vh;
    margin-left: -4vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1vh;
    text-align: center;
    color: black;
  }

  .language,
  .belangrijk {
    display: none;
  }

  .text-row {
    display: none;
  }

  .hamburger {
    display: flex;
    position: fixed;
  }

  .mobile-menu.show {
    display: block;
  }

  .leftPage {
    width: 100%;
    height: 100%;
    margin-left: 7%;
  }

  .newsItem .button button,
  .topper,
  .arrows,
  .rightPage {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .alles,
  body {
    background-image: url("../Images/PinkPaper.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-left: 0px;
  }

  .pages {
    width: 90%;
    margin-left: 0;
  }

  .Bar .text-row {
    display: none;
  }

  .text-row {
    display: none;
  }

  .hamburger {
    display: flex;
    position: fixed;
  }

  .mobile-menu.show {
    display: block;
  }

  .leftPage {
    width: 100%;
    height: 100%;
    margin-left: 7%;
  }

  .rightPage {
    display: none;
  }

  .newsItem .button button,
  .rightPage,
  .topper,
  .arrows {
    display: none;
  }
}
