@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@500&display=swap');


@font-face {
  font-family: 'cinzelregular';
  src: url('cinzel-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root {
  --w: 300px;
  --h: 250px;
}

* {
  font-family: 'Crimson Pro', serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  outline: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
  overflow: hidden;
  color: #C3B998;
}

html, body, p, a {
  color: #C3B998;
  font-size: 16px;
}

.slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.title {
  font-family: "cinzelregular";
  font-size: 20px;
}

.logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#author {
  font-size: 25px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#crown {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%,0)
}

#title {
  position: absolute;
  color: #AB222C;
  font-size: 25px;
  top: 50px;
  left: 50%;
  transform: translate(-50%,0)
}

#subtitle {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 100%;
  transform: translate(-50%,0)
}

#boek2d {
  opacity: 0;
  position: absolute;
  height: 90px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#prijs {
  opacity: 0;
  background: #E1273D;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  padding: 5px;
  border-radius: 40px;
  text-align: center;
  line-height: 70px;
  left: 140px;
  top: -5px;
}

  #prijs .euro {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
  }

#nspp {
  opacity: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 40px;
}

.content {
  font-size: 20px;
  width: 100%;
}

#slide2 .content {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
}

#slide3 .content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
}

#slide3 #content1, #slide3 #content1 > * {
  color: #AB222C;
}

#slide3 #content2, #slide3 #content2 > * {
  color: #AB222C;
}

#slide4 .content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 67%;
  transform: translate(-50%, -50%);
}


#slide5 {
  background: #BB2E2A;
}


#text-white {
  color: #fff;
  position: absolute;
  left: 130px;
  top: 35px;
  width: 50%;
  font-size: 20px;
}

boek-container {
  display: block;
  height: 100%;
}

#button {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 135px;
  padding: 10px;
  background: #C3B998;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  width: 140px;
}

#stage {
  position: relative;
  width: var(--w);
  height: var(--h);
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-image: url('../img/paper.jpg');
  border: solid #C3B998 8px;
}

#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

  #preloader img {
    width: 50px;
  }
