html {
  scroll-behavior: smooth;
}
body{
  background-color: #141414;
}
nav{
  background-color: transparent;
  font-size: 150%;
}
h1{
  color: #fff !important;
}
a{
  color: #fff !important;
}
.footeritems{
  text-align: center;
  font-size: 120%;
  display: flex;
  justify-content: center;
}
.footeritem{
  padding: 2%;
}
.backgroundimage{
  position: relative;
  width: 100%;
  margin-top: -6%;
}
.titletext {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 800px;
  height: auto;
}
.top{
  top: 55%;
}
.titel{
  margin: 1%;
  margin-bottom: 0;
}
.playknop {
  position: absolute;
  top: 47%;
  left: 3%;
  background-color: #44444471;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 140%;
  font-family: sans-serif;
  border-radius: 2%;
  font-weight: bold;
}
.playknop:hover{
  background-color: #fff;
  color: #000;
  filter: drop-shadow(2px 1px 6px #000);
  transition: filter 0.5s ease-in-out ;
}
.playknop.info{
  left: 13%;
}
  .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 100%);
  overflow-x: scroll;
  scroll-behavior: smooth;  
  }
  .wrapper::-webkit-scrollbar {
    appearance:none;
    height:10px;
    background-color: #141414;
    } 
    
   .wrapper::-webkit-scrollbar-thumb {
    appearance:none;
    height:100px;
    background-color:rgb(78, 77, 77);
    border-radius: 10px;
    }   .wrapper section {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, auto);
  margin: 40px 0;
  }
  .wrapper section .item {
  padding: 0px 2px;
  transition: 250ms all;
  }
  .wrapper section .item:hover > .extrainfo {
  display: block;
  margin: 0 10px;
  transform: scale(1.0655);
  box-shadow: 1px 1px 1px 1px #000;
  }
  .wrapper section .item:hover{
    margin: 0 10px;
    transform: scale(1.2);
  }
  .extrainfo{
    display: none;
    background-color: #181818;
    width: 322px;
    height: 38%;
    color: #fff;
    box-shadow: 1px 1px 1px 1px #000;
    border-radius: 0 0 5px 5px ;
  }
  .circle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 10px;
    background: #303030;
    border: 3px solid #8c8c8c;
    color: #fff;
    text-align: center;
    font: 16px Arial, sans-serif;
    font-weight: bold;
  }
  .circle.play{
    background: #fff;
    border: #fff;
    color: #000;
  }
  /*Footer*/
  .footer{
    display: flex;
    justify-content: center;
    margin-top: 1%;
  }
  .footerimage{
    width: 20%;
    height: auto;
  }
  /*Inlogpagina*/
  .loginform{
    height: 70%;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 3%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.netflixlogin{
  background-image: url('./pictures/backgroundlogin.jpg');
}
.logologinsize{
  width: 190;
  height: auto;
}
  @media only screen and (max-width: 1700px){
    .backgroundimage{
      margin-top: -8%;
    }
    .top{
      top: 70%;
    }
    .playknop{
      top: 60%;
    }
    .playknop.info{
      left: 17%;
    }
    nav{
      font-size: 120%;
    }
    }
    @media only screen and (max-width: 1165px){
      .backgroundimage{
        margin-top: -8%;
      }
      .top{
        top: 70%;
      }
      .playknop{
        top: 60%;
      }
      .playknop.info{
        left: 21%;
      }
      nav{
        font-size: 120%;
      }
      }
  @media screen and (max-width: 1024px){
    .backgroundimage{
      width: 0;
    }
    .titletext,.playknop, .navbar-text{
      display: none;
    }
  }
