html, body {
    width: 100%;
  
    margin: 0;

    background-image: url(woodplak.jpg);
    background-size: 70%;
    background-repeat: repeat;
  }
  
  /* sticky divven */
  
  #stickytop {
    background-color: #4F4789;
    position: fixed;
    width: 100vw;
    height: 12vh;
    text-align: center;
  
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  
  #text {
    color: #FFC997;
    text-align: center;
  
    font-family: 'Courier New', Courier, monospace;
    font-size: 4vh;
    font-weight: bold;
    text-decoration: none;
  }
  
  #stickybackground {
    background-color: #4F4789;
    position: sticky;
    width: cover;
    height: 12vh;
    text-align: center;
    z-index: 1;
  }
  
  #pengarpengar {
    display: none;
  }
  
  #navpengar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    width: 50vw;
    background-color: #867BC1;
    border-radius: 5vh;

    position: relative;
    margin-top: 1.5vh;
    margin-left: 1.75vh;

}

#navpengar {
    color: #FFC997;
    font-size: 2.5vh;
    text-align: center;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace§;
}

#navpengar:after {
    content: "kr";
}



  
  
  /* slot css */
  /*************/

#piratskalle {
  z-index: 1;
  position: absolute;
  background-image: url(💀EMOJI.svg);
  background-size: cover;
  background-position-x: center;
  height: 15vh;
  width: 20vh;
  margin-top: 14vh;
}

#skallcontainer {
  display: flex;
  justify-content: center;
}

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.slotcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30.5vh;
    z-index: 0;
}

#slot1 {
    width: 100px;
    height: 150px;
    border: 1px solid black;
    border-radius: 7.5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #fafafa;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4) inset;

    border-width: 1vh;
    border-style: groove;
    border-color: #ddae47;
    background-image: url(slootspart2.png);
    background-size: 100px;
    background-position-y: -15px;
	transition: 5s;
}

#slot2 {
	width: 100px;
	height: 150px;
	border: 1px solid black;
	border-radius: 7.5px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background: #fafafa;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4) inset;

	border-width: 1vh;
	border-style: groove;
	border-color: #ddae47;
	background-image: url(slootspart2.png);
	background-size: 100px;
	background-position-y: -15px;
	transition: 5s;
}

#slot3 {
  	width: 100px;
  	height: 150px;
  	border: 1px solid black;
  	border-radius: 7.5px;
  	display: inline-block;
  	overflow: hidden;
  	position: relative;
  	background: #fafafa;
  	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4) inset;

  	border-width: 1vh;
  	border-style: groove;
  	border-color: #ddae47;
  	background-image: url(slootspart2.png);
  	background-size: 100px;
  	background-position-y: -15px;
	transition: 5s;
}

.slot .symbols {
    position: absolute;
    top: 0;
    left: 0;
    transition: top 5s;
}

.slot .symbol {
    width: 100px;
    height: 150px;
    font-size: 60px;
    line-height: 100px;
    display: block;
    text-align: center;
    padding-top: 25px;
}

button {
    height: 9vh;
    width: 9vh;
    font-size: 2vh;
    border-width: 0.85vh;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 1.5vh;
    font-family: 'inter', sans-serif;
    font-weight: bolder;
    background-color: rgb(69, 60, 189);
    cursor: pointer;
}

h1 {
  position: absolute;
  font-size: 4vh;
  font-weight: bold;
  font-family: 'Irish Grover', sans-serif;
}

#plunder {
  background-color: rgb(69, 60, 189);
  height: 5.5vh;
  width: 60vw;

  margin-top: 13vh;

  position: absolute;
  border-width: 1vh;
  border-color: black;
  border-style: solid;

  font-size: 3vh;
  text-align: center;
  font-family: 'Irish Grover', sans-serif;
}

#backyourbet {
  margin-top: 34vh;
}

#yourbet {
  background-color: rgb(69, 60, 189);
  height: 5.5vh;
  width: 60vw;

  margin-top: 45vh;

  position: absolute;
  border-width: 1vh;
  border-color: black;
  border-style: solid;
  font-size: 3vh;
  text-align: center;
  font-family: 'Irish Grover', sans-serif;
}

#knappartre {
  display: flex;
  justify-content: space-around;
  position: absolute;
  width: 80%;
  margin-top: 75vh;
}

/*// table ///*/

#table {
  position: absolute;
  height: 70vh;
  width: 80vw;
  background: rgba(0, 0, 0, 0.753);

  z-index: 3;

  color: white;
  text-align: center;
  font-size: 2.25vh;

  visibility: hidden;
  border-radius: 1.5vh;
}

#tableclose {
  position: absolute;
  height: 7vh;
  width: 7vh;
  right: 0px;
  font-size: 16px;
  border-width: 0.5;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0.63);
  color: white;
}

#popupdiv{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 100%;
}

#popup{
	height: 15vh;
	width: 80vw;
	background-color: rgba(0, 0, 0, 0.692);
	z-index: 1;
	position: absolute;
	visibility: hidden;
	margin-bottom: 5vh;
	color: white;
	font-size: 4vh;
	cursor: pointer;
}


   /*************/ /*************/ /*************/
  /* MEDIA QUERIES */
  
@media only screen and (min-width: 600px) {
    #slider {
        background: url(TETXTSTTXTT_PC.jpg);
        animation: textShine 32.5s infinite linear;
    }   
    #yourbet {
      font-size: 5vh;
    }

    #plunder {
      font-size: 5vh;
    }

    #braid {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #textenspel {
        margin-left: 26.5vw;
    }

    #pengarpengar{
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bolder;
      font-family: 'Courier New', Courier, monospace§;
      font-size: 2.5vh;
      height: 5vh;
      width: 12vw;
      color: #FFC997;
      background-color: #867BC1;
      position: absolute;
      right: 10vw;
      border-radius: 2vh;
    }   
    #pengarpengar:after {
        content: "kr";
    }

    #navpengar {
        display: none;
    }

    button {
        height: 12vh;
        width: 12vh;
    }

    #knappartre {
        width: 70vw;
    }
}
  