.navbar-brand img{
    width: 40%;
    
}
.background-image {
  background-image: url('afbeeldingen/homeAFbeelding.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* Subtract the height of the navbar */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 800px; /* Add padding equal to the height of the navbar */
  box-sizing: border-box;
}
.academie-background {
  background-image: url('afbeeldingen/AcademieBackground.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* Zorgt ervoor dat de achtergrond de volledige hoogte bedekt */
  min-width: 100vh;
}
.logowit {
    width: 20px
    height: 100% 
}
 .footer-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
    }
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    font-family: sans-serif;
    background: grey;
}

footer {
    margin-top: auto;
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
ondertekst{
    color: aliceblue
}
a{
    color: #01b9fd !important; 
}
html{
    font-family: sans-serif;
}
h2{
    color: #01b9fd;
    padding-top: 2%;
    text-align: center;
}
.bg-primary{
    background-color: #075775 !important;
}

.pad-bottom{
    margin-bottom: 100px;  
}
.btn-primary{
    background-color: #01b9fd !important; 
    border-color: #01b9fd !important; 
}
h1{
    color: #01b9fd !important;
    padding-top: 1%;
    text-align: center;
    
}
midden {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px; /* Maximale breedte van de sectie */
    text-align: center;
    padding: 40px;
    border: 4px solid #F5F5F5; /* Voeg een rand toe om de ovaal te zien */
    border-radius: 50px; /* Maak de hoeken rond voor een ovale vorm */
}
.cv-container {
            max-width: 1000px;
            margin: 50px auto;
            padding: 20px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        .cv-header {
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 2px solid #333;
            margin-bottom: 20px;
        }
        .cv-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.cv-photo img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 3px solid #333;
}

.cv-contact {
    position: relative;
    text-align: center;
    color: #666;
    flex: 1;
    top: 20px;
}

.cv-header h1 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
        .cv-section {
            margin-bottom: 20px;
        }
        .cv-section h2 {
            font-size: 1.5em;
            color: #333;
            border-bottom: 2px solid #333;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .cv-section ul {
            list-style: none;
            padding: 0;
        }
        .cv-section ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }
        .cv-section ul li:last-child {
            border-bottom: none;
        }
        .cv-section ul li strong {
            display: block;
            color: #333;
        }
        .cv-about p {
            font-style: italic;
            color: #666;
        }
        .cv-shape {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: #333;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
            z-index: -1;
        }
        .cv-shape-bottom {
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: #333;
            clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
            z-index: -1;
        }

.summary-item {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background-color: #fff;
            padding: 20px;
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 1rem;
        }

        .summary-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

        .summary-text {
            flex: 1 1 100%;
            min-width: 300px;
            margin-bottom: 20px;
        }

        .summary-text h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .summary-text p {
            font-size: 16px;
        }

        .summary-photos {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            flex: 1 1 100%;
        }

        .summary-photos img {
            max-width: calc(50% - 10px); /* Ensures two images per row with space between them */
            width: 15rem;
            height: auto; /* Maintain aspect ratio */
            max-height: 100vh; /* Limits the height of the images */
            border-radius: 8px;
            transition: transform 0.3s, box-shadow 0.3s;
            object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
        }

        .summary-photos img:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 600px) {
            .summary-photos img {
                max-width: calc(100% - 10px); /* Stacks images on smaller screens */
            }
        }
.header-banner {
    background-color: #333;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    animation: slideIn 1.5s ease-out;
}

.header-banner h1 {
    margin: 0;
    font-size: 2.5em;
    opacity: 0;
    animation: fadeIn 2s forwards 1.5s;
}

/* Animations */
@keyframes slideIn {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Main Content Styling */
.main-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: fadeInContent 2s ease-in-out;
}

@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-me {
    margin-bottom: 20px;
}

.about-me h2 {
    text-align: center;
    color: #5a9;
    font-size: 2em;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.about-me h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #5a9;
    position: absolute;
    bottom: 0;
    left: -100%;
    animation: slideInBar 1s forwards;
}

@keyframes slideInBar {
    to {
        left: 0;
    }
}

.about-me p {
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
}

.about-me p:hover {
    color: #5a9;
}

.about-me strong {
    font-weight: bold;
}
.profile-pic {
    display: block;
    margin: 0 auto 20px;
    width: 350px;
    height: 250px;
    border-radius: 20%;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


  
.nav-item a:hover{
    border-bottom: 2px solid #01b9fd;
}
.blue, h5{
    color: #075775;
}
.navbar-text{
    color: #01b9fd !important;
}
.active{
    border-bottom: 2px solid #01b9fd;
}



.flex-container {
  display: flex;
}
.flex-container > div{
  margin: 10px;
  padding: 20px;
  font-size: 30px;
 }
.header-fix{
    padding-top: 130px;
}
img {
  width: 100%;
  height: auto;
}
nav{
    font-size: 110%;
}
form{
    width: 60%;
    margin-left: 1%;
}


p, li{
    font-size: 120%;
}
.white{
    color: white;
}

