body {
  color: white;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  background: url('../img/dots.png');
  position: relative;
  min-height: 97.5vh;
  overflow: auto;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 1px;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3d3d3d;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #575757;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #3d3d3d;
}

.footer {
  position: relative;
  bottom: 0;
}

a {
  color: white;
}

.mySlides {
  display: none;
}

img {
  cursor: pointer;
  vertical-align: middle;
  max-height: 600px;
  border-radius: 6px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 70vw;
  padding-top: 10px;
  padding-bottom: 1.2%;
  position: relative;
  margin: auto;
  border:1px dashed  rgb(76, 76, 76);
  border-radius: 3px;;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(155, 155, 155, 0.19);
}

/* Position the "next button" to the right */
.next {
  right: 11px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.slideIndex {
  color: #f2f2f2;
  font-size: 13px;
  padding: 8px 12px;
  /* position: absolute; */
  color: rgb(189, 189, 189);
  text-align: center;
}

.info-container {
  display: flex;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right:auto;
  border-radius: 8px;
  padding: 0px;
  background-color: rgba(46, 46, 46, 0.579);
}

.info {
  flex: 4; /* 80% width */
  margin-top:10px;
  padding-left: 15px;
  padding-right: 20px;
}

.other {
  flex: 1; /* 20% width */
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(27, 27, 27);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
  padding-left: 15px;
}

.footer{
  font-family: 'Kollektif';
  text-align: center;
  position: relative;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .prev, .next, .text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1000px) {
  .slideshow-container {
    border: none;
    max-width: 100vw;
  }
  .info-container {
    display: block;
    width: 92%;
  }
  .other{
    border-radius: 8px;
  }

  .footer{
    position: relative;
  }
}/*# sourceMappingURL=project.css.map */