/* TEMPLATIO BY VIKTOR RAMLYCKS */
html, body {
  width: 100%;

  margin: 0;
}


/* 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: block;
  height: 5vh;
  width: 50vw;
  background-color: #867BC1;
  border-radius: 5vh;

  position: relative;
  margin-top: 1.5vh;
  margin-left: 1.75vh;
  
  visibility: hidden;
}

#navpengartext {
  color: #FFC997;
  font-size: 2.5vh;
  text-align: center;
}



#omosstextbox {
  margin-top: 5vh;

  display: flex;
  justify-content: center;
}

h1 {
  text-align: left;
  font-size: 2vh;
  color:#4F4789;
}

p {
  font-size: 2.25vh;
}

#kontor {
  height: 40vh;
  width: 80vw;
  margin-top: 4vh;
  margin-left: 1vh;;
}

#litentext {
  color: rgb(75, 75, 75);
  font-style: italic;
}


/* MEDIA QUERIES */

@media only screen and (min-width: 600px) {
  #slider {
      background: url(TETXTSTTXTT_PC.jpg);
      animation: textShine 32.5s infinite linear;
  }

  #braid {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
  }
  
  #textenspel {
      margin-left: 26.5vw;
  }

  #navpengar {
      display: none;
  }

  #kontor {
    height: 40vh;
    width: 40vw;
    margin-top: 4vh;
  }
}

/* TEMPLATIO BY VIKTOR RAMLYCKS */