body {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}

a {
  color: #a6767b;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #894563;
  text-decoration: underline;
}

.kartes-logo {
  margin: 10px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10%;
}

.header-navi {
  background-color: black;
  border-color: black;
  position: relative;
  width: 100%;
}

.header-navi ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-right: 10px;
}

.header-navi-item {
  margin: 0 10px;
  flex: 1;
  text-align: center;
}

.header-navi-item a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .header-navi-item {
    margin: 0 5px;
    font-size: 14px;
  }
}

.main {
  margin-left: 10%;
  margin-right: 10%;
}

.thanks-info {
  width: 100%;
}

.hairlux-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hairlux-info p {
  margin-right: 30px;
}

.hairlux-button {
  display: inline-flex;
  background-color: #c1941e;
  color: white;
  font-size: 95%;
  padding: 12px;
  text-decoration: none;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}

.hairlux-button img {
  margin-bottom: 5px;
  margin-left: 7px;
  width: auto;
  height: auto;
}

.hairlux-button:hover {
  padding: 10px;
  background-color: none;
  border-color: black;
  border-style: groove;
  border-width: 2px;
  text-decoration: none;
}

.hairlux-logo {
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  max-width: 90%;
  margin-right: 8px;
}

.archive-list {
  margin: auto;
  max-width: 80%;
}

.archive-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  border-style: outset;
  border-width: 1px;
  border-color: black;
  background-color: black;
  margin-bottom: 10%;
}

.archive-image {
  margin: 0;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.archive-text {
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 16px;
  color: white;
}

.archive-embed {
  width: 90%;
  height: 200vh;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
  border: groove;
  border-radius: 5px;
  border-color: black;
  border-width: 1px;
}

.archive-navi {
  position: relative;
  display: inline-block;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

.archive-navi button {
  font-size: inherit;
  cursor: pointer;
  padding: 2%;
  border-radius: 5px;
  border-style: groove;
  border-width: 1.6px;
  border-color: black;
  white-space: nowrap;
}

.archive-navi-list {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  padding: 10px;
  z-index: 1;
  width: 104%;
  overflow: scroll;
  max-height: 1000%;
  border-style: groove;
  border-radius: 5px;
  border-color: #36323278;
  border-width: 1.6px;
}

.archive-navi:hover .archive-navi-list, .archive-navi:focus-within .archive-navi-list {
  display: flex;
  flex-direction: column;
}

.archive-navi-list a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #333;
}

.archive-navi-list a:hover {
  background-color: #ddd;
  border-radius: 5px;
}

#current {
  background-color: #99999988;
  border-radius: 5px;
}

footer {
  padding: 1%;
  border-radius: 5px;
  margin-top: 5vh;
  place-items: center;
  text-align: center;
  background-color: black;
  color: white;
}

.footer-navi {
  position: relative;
  width: 100%;
}

.footer-navi ul {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-navi li {
  padding: 0 5px;
}

.footer-navi a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-navi a:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width: 500px) {
  .footer-navi a {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }
}

.yt-embed {
  width: 100%;
  height: 500px;
}

@media (max-width: 825px) {
  .yt-embed {
    width: 100%;
    height: 300px;
  }
}

.social {
  padding-top: 10px;
  text-align: center;
}

.social>a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.social>a:hover {
  opacity: 0.9;
}

.icon {
  margin-top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
}

#facebook {
  background-image: url("src/facebook.png");
}

#instagram {
  background-image: url("src/instagram.png");
}

#pinterest {
  background-image: url("src/pinterest.png");
}

#youtube {
  background-image: url("src/youtube.png");
}

#gmaps {
  background-image: url("src/gmaps.png");
}

.archive {
  justify-content: center;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
}

/* ANIMATION */

* {
  box-sizing: border-box
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
  margin-top: 4%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  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);
}

.slideshow-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border-style: groove;
  border-width: 2px;
}

/* Caption text */
.slideshow-text {
  color: #ffffff;
  background-color: #11111190;
  border-radius: 5px;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: auto;
  text-align: center;
  text-justify: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #111111;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

@media (max-width: 768px) {
  body {
    width: 96%;
  }
  .hairlux-info {
    flex-direction: column;
  }
  .hairlux-button {
    display: flex;
    flex-direction: row;
  }
  .hairlux-button img {
    max-width: 20%;
    margin-right: 10%;
  }
}