*{
	box-sizing: border-box;
}

html{
  overflow: hidden;
}

body{
  margin: 0;
  padding: 0;
}

#title{
  text-align: center;
  font-size: 10vw;
  margin-top:2em;
}

.font1{
  font-family: elina, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font2{
  font-family: fairwater-solid-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font3{
  font-family: charcuterie-block, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font4{
  font-family: fairy-tale-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font5{
  font-family: good-times, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  text-shadow: 0px 0px 100px #0FFF64;
}

.font6{
  font-family: paganini, serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

#content-wrapper{
	display: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	background-size: 100vw 100vh;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	position: fixed;
}

#box{
	width: 80%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40%;
	margin-top: -40%;
	z-index:50;
}

#button {
	background-color: #945026;
	border: none;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 5vw;
	width:8vw;
	height:8vw;
	position: fixed;
	right: 1em;
	bottom: 1em;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
}


#module1, #module2, #module3, #module4, #module5, #module6, #module7, #module8, #module9, #module10{
  display: none;
}


/********************LISEBERGET**************************/

#progressbar{
  transition: height 0.5s ease-in-out;
}

.progress {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
}

.progress.vertical {
  position: relative;
  width: 10vw;
  height: 50vh;
  display: inline-block;
  margin-left: 7em;
}
.progress.vertical > .progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}

.progress-bar {
  background-color: #2196f3;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #64dd17;
  background: #6EBC5B;
  box-shadow: 0px 0px 23px #6EBC5B;
}




.dot {
  height: 5vh;
  width: 5vh;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  margin:0.5vh;
}

#rotation-line{
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  z-index:-1;
}

.incline-line{
    width: 100%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    border-color: #6EBC5B;
    border-width: 0.33vh;
    border-style: solid;
    box-shadow: 0px 0px 23px #6EBC5B;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/********************LISEBERGS TRÄDGÅRDAR**************************/

#module3{
  position: absolute;
  width: 100vw;
  height: 8vh;
  bottom: 25vh;
}

#health-bar{
  height: 100%;
  width: auto;
  text-align:center;

}

#health-bar #bar{
  position: relative;
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#heart-bar{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.heart{
  margin-top: calc(4.5vh - 5%);
  width: 10%;
}


/********************HAMNOMRÅDET**************************/

#module7{
  width: 100vw;
  height: 100vh;
  position: absolute;
  margin: 0;
  bottom: 0;


}

#package-lable{
  width: 80vw;
  height: auto;
  background: #FFF6EC;
  font-family: "Courier", monospace;
  transform: rotate(-6.08deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65vw;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw;
  padding-top:0;
  padding-bottom: 20vw;
  z-index: 100;
  transition: bottom 0.5s;
}
#package-lable:hover{
	bottom: -14vw;
}

#package-lable div{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#package-lable h3{
  font-size: 5vw;
  text-align: center;
  font-weight: normal;
}

#package-lable p{
  font-size: 4vw;
}

#package-lable input{
	font-size: 6vw;
	padding: 1vw;
	background-color: transparent;
    width: calc(100% - 4vw);
	border: 0;
    border-bottom: 1px solid #999999;
	outline: none;
	font-family: "Indie Flower";
}
}



/********************MYTER OCH LEGENDER**************************/
#module9{
  display: flex;
  justify-content: center;
  align-items: center;
}

.viking-heart {
  animation: .8s infinite beatHeart;
}

@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes beat {
  0%, 50%, 100% { transform: scale(1, 1); }
  30%, 80% { transform: scale(0.92, 0.95); }
}


/*******************OVERLAY********************/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */


}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
