* {
  margin: 0;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

.container {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none; */
}

#contact {
  font-size: 18px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 90%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.contact-p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgb(22, 22, 22), 0 0 1em rgb(14, 14, 14),
    0 0 0.2em rgb(22, 22, 22);
}

.box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 80%;
  padding: 30px;
  border-radius: 20px;
  background-image: url("images/canixbinnen1.png");
  background-size: cover;
  transition: all 0.3s;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

.box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 30px;
  width: 80%;
  border-radius: 20px;
  background-image: url("images/canixbinnen2.png");
  background-size: cover;
  transition: all 0.3s;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
.box-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 30px;
  width: 80%;
  border-radius: 20px;
  background-image: url("images/canixbinnen3.jpg");
  background-size: cover;
  transition: all 0.3s;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

.box-left:hover,
.box-middle:hover,
.box-right:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.content {
  margin: 0 auto;
  width: 740px;
  padding: 30px 0;
}

#bg {
  width: 100%;
  height: 100%;
  background-image: url("svg/tomwaits_bg_jpg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  transform: translateZ(0);
  z-index: -2;
  animation: slideBg 8s linear infinite 0s;
  animation-timing-function: ease-in-out;
  backface-visibility: hidden;
  animation-direction: alternate;
}

.img {
  position: relative;
  margin-top: 20px;
  width: 500px;
}

#wrapper {
  font-family: arial;
  color: #ffffff;
  text-align: center;
}

#top {
  font-family: arial;
  color: #ffffff;
  text-align: center;
  display: none;
  height: 100vh;
}

#loading-wrapper {
  width: 100%;
  height: 101vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.icons_container {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.icons {
  transition: transform 0.2s;
  width: 80px;
}

.icons:hover {
  transform: scale(1.1);
}

.box {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

h1 {
  margin-bottom: 40px;
  font-size: 40px;
  color: white;
}

video {
  max-width: 100%;
  height: auto;
}

.title {
  justify-content: center;
  align-items: center;
}

#highlight-video {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

#title {
  text-align: center;
  color: rgb(187, 125, 125);
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 100px;
}

#evenementen {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none;
  justify-content: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 1500px; */
  margin: 0 auto;
  /* height: auto; */
  margin-top: 120px;
}

.listing-item {
  display: block;
  color: black;
  width: 95%;
  float: left;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.tickets {
  height: 70px;
  background-color: rgb(22, 22, 22);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: large;
}

.tickets:hover {
  background: rgb(155, 0, 5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.noHover {
  cursor: default;
}
.noHover:hover {
  background: rgb(22, 22, 22);
}
.listing-item:hover,
.listing-item.active {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.listing-item .listing {
  padding: 20px;
  position: relative;
}

figure.image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

figure.image {
  position: relative;
  margin: 0;
  padding: 0;
}

figure.image figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.6);
}

figcaption .caption {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figcaption h1 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

figcaption p {
  color: white;
  font-size: 12px;
}

.listing h4 {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
}

.listing h4:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.listing:hover figure.image figcaption {
  background: rgba(195, 39, 43, 0.6);
}

#link {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .listing-item {
    display: block;
    width: -webkit-calc((100%/5.1));
    width: -moz-calc((100%/5.1));
    width: calc((100% / 5.1));
  }
  #contact {
    flex-direction: row;
  }
  .box-right {
    width: 30%;
  }
  .box-left {
    width: 30%;
  }
  #evenementen {
    height: 100vh;
    background-image: url("images/bg-zaal.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
  }
  #arrow-container-bottom {
    position: absolute;
  }
  #arrow-container {
    display: block;
  }
  .arrow {
    width: 50px;
    height: 50px;
    background-image: url("svg/arrow.svg");
    background-repeat: no-repeat;
    background-size: auto;
  }
}

.arrow-top {
  width: 50px;
  height: 50px;
  background-image: url("svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  transform: rotate(180deg);
  margin-bottom: 50px;
}

#arrow-container {
  width: 100%;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#arrow-container-bottom {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: none;
  bottom: 0;
}

.bounce {
  animation: bounce 2s infinite;
}

.fbPosts {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 450px;
  height: 500px;
  background-color: black;
  margin: 10px;
  padding: 10px;
}
.fbPostsDiscription {
  color: white;
  font-size: medium;
  overflow: hidden;
  padding: 20px;
}
.fbPostsMessage {
  color: white;
  font-size: larger;
  top: 0;
  overflow: hidden;
  padding: 20px;
}
#allPosts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 1500px; */
  margin: 0 auto;
  height: auto;
  width: auto;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

#lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

#lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

#lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* Scrollbar */

/* width */

::-webkit-scrollbar {
  width: 14px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* TIMELINE */
.timeline-section {
  /* background-color: #24292d; */
  min-height: 100vh;
  padding: 100px 15px;
}
.timeline-items {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.timeline-items::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  left: calc(50% - 1px);
}
.timeline-item {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item:nth-child(odd) {
  padding-right: calc(50% + 30px);
  text-align: right;
}
.timeline-item:nth-child(even) {
  padding-left: calc(50% + 30px);
}
.timeline-dot {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 8px);
  border-radius: 50%;
  top: 10px;
}
.timeline-date {
  font-size: 20px;
  font-weight: 100;
  color: #ffffff;
  margin: 6px 0 15px;
}
.timeline-content {
  background-color: rgba(124, 42, 42, 0.6);
  border: 10px #555;
  padding: 30px;
  border-radius: 5px;
}
.timeline-content h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 10px;
  /* text-transform: capitalize; */
  font-weight: 500;
}
.timeline-content p {
  color: #ebebeb;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.timeline-images {
  margin-top: 20px;
  width: 100%;
  /* border: 2px solid white; */
}

/* responsive */
@media (max-width: 767px) {
  .timeline-items::before {
    left: 7px;
  }
  .timeline-item:nth-child(odd) {
    padding-right: 0;
    text-align: left;
  }
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    padding-left: 37px;
  }
  .timeline-dot {
    left: 0;
  }
}
