:root
{
    --image-scale:max(20vw, 22vh);
}

@font-face 
{
    font-family: "custom font";
    src: url(./);
}
*{
    
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
     
}

html, body 
{
    background: rgba(0, 0, 0, 0.7) url("../images/lazergamesdenboschPNG.png");
    background-size: 104vw 204vh;
    background-blend-mode: darken;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    
}

li, button
{
   font-weight: 500;
   font-size: 15px;
   color: black;
   text-decoration: none;
   background: white;
   cursor: pointer;
}
.links 
{
    font-weight: 500;
   font-size: 15px;
   color: black;
   text-decoration: none;
}
main
{
    z-index: 0;
    width: 100%;
    position: absolute;
}

header
{
    z-index: 1000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    overflow: hidden;
    background-color: orange;
}

header img 
{
    max-width: max(20vw,10vh);

}

.logo
{
    cursor: pointer;
}

header nav ul 
{
    padding: max(0.5vw, 0.5vh) max(2vw, 2vh);
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: sticky;
    top: 0px;
}


.nav__links li
{
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;

}

.nav__links li
{
    transition: all 0.3ms ease 0;
}

.nav__links li :hover
{
    transition: all 0.3ms ease 0;
}

header nav ul li
{
    padding: max(1vw, 1vh) max(3vw, 3vh);
    border: none;
    border-radius: 50px;
    display: flex;
    font-size: clamp(2px, max(1.25vw, 1.25vh), max(2vw, 2vh));
    font-weight: 500;
}
.img2{
    height: 300px;
}

li:hover
{
    color:orange
}

#dropbox
{
    width: 4%;
    cursor: pointer;
    position: absolute;
    left: 5px;
}
article
{
    /* top: 100px; */
    height: 100%;
    position: relative;
    margin: 10px;
    margin-top: 5px;
    width: 95%;
    /* left: 12vw; */
    background-color: orange;
    display: inline-block;
    /* align-content: center; */
    padding-top: 30px;
}
article img
{
    height: 200px;
    width: 300px;
    border: 4px solid;
    
}
article p
{
    position: relative;
    background-color: rgb(223, 150, 4);
    width: 65%;
    left: 17%;
    font-size: 30px;
}
article p.titel
{
    color: white;
}

article button
{
    background-color: rgb(63, 63, 63);
    border: 2.7px solid red;
    border-radius: 10px;
    padding: 5px;
    width: 10.5vw;
    height: 5vh;
    font-size: 18px;
    color: black;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-self:baseline
}

#displaypage article
{
    display: none;
}

#displaypage
{
    align-self: center;    
    width: 35vw;
    height: 60vh;
    padding: 10px;
    left: 30%;
    align-content: center;
    text-align: center;
}

section
{
    display: flex;
}

article a
{
  background-color: orange;
    position: absolute;
    top: 85.5%;
    left: 68%;
    border: 2.7px solid red;
    border-radius: 10px;
    padding: 5px;
    width: 5.7vw;
    height: 5vh;
    font-size: 18px;
    color: black;
}