html {
    background-color: #000000;
    font-family: Abel;
    scroll-behavior: smooth;
    cursor: none;
}

h1 {
    font-size: 40pt;
}

.cursor {
    z-index: 999;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 100ms;
    transition-timing-function: ease-out;
    pointer-events: none;
    background-color: #000000;
}

.expand {
    animation: cursorAnim3 5s forwards;
    background-color: #FFFFFF;
}

a  {
    text-decoration: none;
    cursor: none;
}

body {
    padding: 0px;
    margin: 0px;  
    cursor: none;  
}

/*header*/
#logo {
    width: 250px;
    z-index: 99;   
    position: fixed; 
    top: 0px;
    left: 20px;
}

#logo.scrolled {
    filter: grayscale(100%) invert(100%);
    z-index: 99;  
}

main {
    margin-top: 0px;
}

.hero-image1 {
    background-image: 
    linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6486168032786885) 14%, rgba(0,0,0,0) 100%),
    url("heroImage.jpg");
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
    z-index: 0;
    margin-top: 0px;
}

.hero-image2 {
    background-image: 
    linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6486168032786885) 14%, rgba(0,0,0,0) 100%),   
    url("heroImage2.jpg");
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
    z-index: 0;
    margin-top: 0px;

}
.hero-image3 {
    background-image: 
    linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6486168032786885) 14%, rgba(0,0,0,0) 100%),   
    url("heroImage3.avif");
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
    z-index: 0;
    margin-top: 0px;
}
.hero-image4 {
    background-image: 
    linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6486168032786885) 14%, rgba(0,0,0,0) 100%),   
    url("Pictures/pointCounter.jpg");
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
    z-index: 0;
    margin-top: 0px;
}
.hero-text1 {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.hero-text2 {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.hero-text3 {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
button {
    background-color: white;
    border-radius: 20px;
    height: 40px;
    width: 200px;
    position: relative;
    display: block;
    margin: 20px auto 0;
    cursor: none;
}

header {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: transparent;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 15;
}

.scroll-balk {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition-delay: 0.5s;
    transition: top 0.3s ease-in-out;
    z-index: 10;
}

nav {
    align-items: center;
    display: flex;
    gap: 20px;
    z-index: 15;
}

nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Abel';
    font-size: 18px;
    margin-left: 30px;
    z-index: 15;    
}

nav.scrolled a {
    color: black;
}

nav a:hover {
    color: #00ffff;
}

p {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
}

article {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
    
#links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    padding-top: 60px;
    margin-top: 0px;
    position: relative;
}

#links p {
    text-align: center;
    margin: 15px;
    font-size: larger;
    color: black;
}

#links article img {
    position: relative; 
    max-width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease;
}

#links article {
    background-color: white;
    border-radius: 20px;
    transition: transform 0.3s ease;
    overflow: hidden;
    flex: 1 0.5 30%;
}

@media (max-width: 768px) {
    #links article {
        flex: 1 1 100%;
    }
}

#links article:hover {
    transform: scale(1.05);
}
#links article:hover img {
    transform: scale(1.05);
}

#posities {
    position: relative;
}

.number1, .number2, .number3, .number4, .number5, .number6 {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #151515;
    text-align: center;
    position: absolute;
    transition: 0.3s ease;
    z-index: 30;
    overflow: hidden;
}
.number1 img, .number2 img, .number3 img, .number4 img, .number5 img, .number6 img {
    position: relative;
    bottom: 0px;
}
.number1:hover, .number2:hover, .number3:hover, .number4:hover, .number5:hover, .number6:hover {
    height: auto;
    width: 40%;
    border-radius: 20px;
    background-color: #151515;
    text-align: center;
    position: absolute;
    transition: 0.3s ease;
    z-index: 50;
}
.number1 p, .number2 p, .number3 p, .number4 p, .number5 p, .number6 p {
    color: white;
    font-size: 18pt;
    margin-top: 2px;
}
.number1 {
    top: 47%;
    right: 24%;
}
.number2 {
    top: 36%;
    right: 38.5%
}
.number3 {
    top: 44%;
    right: 46.5%;
}
.number4 {
    top: 52%;
    right: 55.5%;
}
.number5 {
    top: 65%;
    right: 39%;
}
.number6 {
    top: 56%;
    right: 31.5%;
}

#positieInfo {
    margin: 10vw;
}
#positieInfo h2 {
    color: #FFFFFF;
}

#soorten {
    margin: 10vw;
}
#soorten h2, #soorten p {
    color: #FFFFFF;
}
#soorten li {
    color: #FFFFFF;
}

.textimg {
    display: flex;
    align-items: center;
}

.textimg img {
    margin-top: 50px;
    margin-left: 40px;
}

#profile {
    display: flex;
    align-items: center;
    margin: 200px;
}

#profile a {
    color:#FFFFFF;
    text-decoration: none;
}

#profile img {
    border-radius: 50%;
    padding: 200px;
}

#smallart {
    width: 500px;
}

#regels {
    width: 70vw;
    margin: auto;
}
#regels ul li{
    color: white;
}
/*footer*/
footer {
    padding: 30px;
    margin: 30px auto;
    max-width: none;
    text-align: center;
    border-top: 3px solid #262626;
    position: relative;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px;
}
.footer-section {
    flex: 1;
    min-width: 250px;
}
.footer-section h3 {
    color: white;
    margin-bottom: 10px;
}
.footer-section p {
    color: #FFFFFF;
    font-size: 14px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin: 5px 0;
}
.footer-section ul li a {
    text-decoration: none;
    color: #FFFFFF;
    transition: color 0.3s;
}
.footer-section p a {
    text-decoration: none;
    color: #FFFFFF;
    transition: color 0.3s;
}
.footer-section ul li a:hover {
    color: #00ffff;
}
.footer-section p a:hover {
    text-decoration: none;
    color: #00FFFF;
    transition: color 0.3s;
}