@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Oxanium:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Nerko+One&family=Oxanium:wght@200..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
}

nav {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    display: flex;
    justify-content: center; 
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

nav .logo {
    width: 80px;
    height: auto;
    margin-right: 20px;
    position: absolute;
    left: 20px;
    top: -11px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

nav ul li a:hover {
    color: #019c30;
    text-decoration: none;
}

section {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    height: 100vh; 
    scroll-snap-align: start; 
}

body {
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    height: 100vh;
}

section#home {
    background-image: url('files/trees-4896953_1280.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1 {
    font-family: "DynaPuff", system-ui;
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

img {
    width: 350px;
    height: auto;
    margin-bottom: 20px;
}

p {
    font-family: "Oxanium", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
    color: black;
    text-align: left;
    align-items: center;
}

.aboutus{
    width: 35%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
    color: black;
    text-align: center;
    align-items: center;   
}

.box-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

.box {
    background-color: white;
    color: black;
    width: 30%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: left;
    height: 60vh;
}

.box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

#dieren-en-natuur {
    background-image: url('files/vlinder.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
}

#about {
    font-family: "DynaPuff", system-ui;
    background-image: url('files/buffel.jpg');
    display: flex;
    flex-direction: column;
}

#contact {
    background-color: #1e90ff;
    background-image: url('files/wwf-kantoor-nederland.webp');
    color: white;
    display: flex;
    flex-direction: column;
}

html {
    scroll-behavior: smooth;
}

.content {
    display: flex;
    flex-direction: column;
}

#hero {
    font-family: "Oxanium", sans-serif;
    background-image: url('files/WWFTEAM.webp');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    color: white; 
    padding: 20px; 
}

#paypalfoto {
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
}

.content2 {
    width: 23%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
    color: black;
    text-align: left;
    align-items: center;
}

h4 {
    font-family: "DynaPuff", system-ui;
    font-size: 28px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

#beschermbox {
    background-color: white;
    color: black;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: auto;
}

.beschermfoto {
    display: flex;
    height: 220px;
    width: auto;
}

