
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

:root {
    --scale: calc(100vw / 1440);
  }
   

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
    .left, .main, .right {
      width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
  }

  #scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* display: none; Hidden by default */
    background-color: #007BFF;
    height: 60px;
    width: 60px;
    background-color: #aaf0d1;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s, transform 0.3s;
    font-weight: bold;
}

#scrollToTopBtn:hover {
    background-color: #FFC5D3;
    transform: scale(1.1);
}

.topbtn{
    height: 50px;
}

 
h1{
    /* cursor: pointer; */
}    


  html{
    scroll-behavior: smooth;

}

  ::-webkit-scrollbar{
    width: 20px;
    background-color: #102b53;
}
 
::-webkit-scrollbar-track{
    background-color: #ffffff
}
 
::-webkit-scrollbar-thumb{
    background-color: #A68CEE;
}
                

body{
    /*background: plum;*/
    /*background: linear-gradient(180deg, #102b53, #a68cee);*/
    background: linear-gradient(180deg, #102B53 0%, #A68CEE 100%);
    overflow-x: hidden;
    margin: 0 0;
    /* cursor: url(https://cdn.custom-cursor.com/db/19738/glitter-custom-cursor-logo-glitter-cursor.png), auto; */
    cursor: url(images/kleinecursor.png), auto;
}



a, button{
    cursor: url(images/kleinepointer.png), pointer;

}

body * {
    box-sizing: border-box;
}

.content{
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 4.125em;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(5px);
    transition: background-color .3s cubic-bezier(.42, .00, .58, 1.00);
    border-bottom-style: solid;
    border-color: transparent;
    z-index: 99999;
    padding: 0;
    max-width: 100%;
    display: flex;
}


.nav{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    padding: 0 10%;   
    justify-content: space-between;
    position: sticky;
    z-index: 99999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.logo{
    position: fixed;
    top: 1px;
    left: 20px;
    z-index: 99999;
}

/*.logo, .home, .navabout-me, .projects, .learning-outcomes{
    color: white;
    font-size: 3vw;
    --font-roboto-mono: 'Roboto Mono';

}
*/


/* li a{
    color: white;
    text-decoration: none;
    font-family: 'TAN - MON CHERI';
    font-size: 20px;
    display: block;
    width: 250px;
    line-height: 65px;
} */

li{
    list-style: none;
    
}

li a:hover{
   
}

.navmenu, .dropbtn{
    color: white;
    text-decoration: none;
    font-family: "Unna";
    font-size: 25px;
    display: block;
    width: 160px;
    line-height: 65px;
    padding-left: 10px;
        
    
}

.navmenu_lo{
    color: white;
    text-decoration: none;
    font-family: "Unna";
    font-size: 25px;
    display: block;
    width: 220px;
    line-height: 65px;
    padding-left: 10px;

}

.navmenu_lo:hover{
    color: white;
    background: #FFC5D3;
    /* font-weight: bold; */


}

.navmenu:hover, .dropbtn:hover{
    /* font-weight: bold; */
    color: white;
    background: #FFC5D3;


}

.image{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -500;
  }
  img{

  }
.dropdown{
    position: relative;
    display: inline-block;
}

.dropdown-content{
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.44);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: 1px solid #ffffff;
    padding-right: 0;


  }

  .dropdown-content a:hover {
    /* background: rgba(237, 237, 237, 0.44); */
    background-color: #ffffff;
    color: black;
    font-weight: bold;

}

.dropdown:hover .dropbtn{
    /* font-weight: bold; */
    color: white;
    background: #FFC5D3;
}

.dropdown:hover .dropdown-content {
    display: block;
    
  }
  

.drop{
    font-family: "Unna";
    font-weight: bold;
}
  
----
.table-container {
    border-radius: 15px;
    padding: 20px;
    width: 60%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the element */
}

.header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background-color: #C49FFF;
    width: 60%;

}

.kop1{
    
    display: flex;
}
.p{
    color: white;
    
}

.header h2 {
    margin: 0;
    color: #FFFFFF;
}

.header span {
    color: #FFFFFF;
    
}

.arrow{
font-size: 20px ;
}

.dec{
    text-decoration: none;
    color: black;
}

.top{
 background-color: #A68CEE;
 color: white;
}

table {
    width: 60%;
    border-collapse: collapse;
}

thead th {
    text-align: left;
    background-color:#FFBFC8;
    color: #000000;
    padding: 10px;
    font-weight: normal;
    font-family: 'roboto mono';
    border-color: pink;
    
}

tbody td {
    padding: 10px;
    background-color: #A68CEE;
    color: #000000;
    font-family: 'roboto mono';
    
    

}


.t4{
    background-color: #a68cee;

    width: 100%;
    height: 50px;
}

tbody tr {
    border-left: 20px solid;
    border-right: 20px solid;
    border-bottom: 8px solid;
    border-color: #ffc5d3;

}

tbody tr:first-child{
border-top: none;
}

tbody tr:last-child {
    border-bottom: 20px solid;
    border-left: 20px solid;
    border-right: 20px solid;
    border-color: #ffc5d3;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

}

#flights{
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    overflow: visible;
}
.flights__content{
    border-radius: 0 0 20px 20px;
    padding-top:none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;



}

.flights__heading{
    height: 70px;
    width: 100%;
    background-color: #A68CEE;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 800px;
    display: flex;
    padding: 20px;
    padding-left: 40px;
    color: black;
    /* justify-content: space-between; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid;    
}

.flights__heading__title{
    margin: 0px;
    font-family: 'ROBOTO MONO';
    color: white;
    font-size: 2em;


}

h3{
    margin: 0;
    margin-left: 450px;
    line-height: 3;
    font-family: 'ROBOTO MONO';
    color: white;
}

.flights__item{
    font-family: 'ROBOTO MONO';
    margin-left: 10px;
    padding: 20px;
    height: 3.123rem;
    border-radius: 5px;
    align-items: center;
    display: flex;
}
.flights__item1{
    font-family: 'ROBOTO MONO';
    background-color: rgba(166, 140, 238, 0.2);    margin: 10px;
    padding: 20px;
    height: 3.123rem;
    border-radius: 5px;
    align-items: center;
    margin-top: 0;
    display: flex;
}
.flights__item2{
    font-family: 'ROBOTO MONO';
    background-color: rgba(166, 140, 238, 0.4);    margin: 10px;
    padding: 20px;
    height: 3.123rem;
    border-radius: 5px;
    align-items: center;
    display: flex;
}
.flights__item3{
    font-family: 'ROBOTO MONO';
    background-color: rgba(166, 140, 238, 0.6);    margin: 10px;
    padding: 20px;
    height: 3.123rem;
    border-radius: 5px;
    align-items: center;
    display: flex;
}
.flights__item4{
    font-family: 'ROBOTO MONO';
    background-color: rgba(166, 140, 238, 0.8);    margin: 10px;
    padding: 20px;
    height: 3.123rem;
    border-radius: 5px;
    align-items: center;
    display: flex;
}
.flights__item5{
    font-family: 'ROBOTO MONO';
    background-color: #A68CEE;
    margin: 10px;
    padding: 20px;
    height: 3.123rem;
    border-radius: 5px;
    align-items: center;
    display: flex;
}
.status {
    font-weight: bold;
    font-family: 'ROBOTO MONO';
    

}

.destination{
    color: #FFFFFF;
    font-size: 16px;
}

.status.done {
    color: #ffffff;
    font-size: 16px;
}

.status.ongoing {
    color: #000000;
}

td:last-child {
    text-align: center;
}
---

.rectangle-div {
    width: 100%;
    position: relative;
    height: 80%;
    background-color: #ffc5d3;
    padding-left: 5rem ;

}


.mid{
    background-color: none;
    width: 100%;
    display: flex;
    flex-direction: column; /* Zorgt ervoor dat de items onder elkaar komen */
    padding: 0 10%;   
}

.titel-about-me{
    color: white;
    background-color: none;
    margin-bottom: 0;
    width: 40%;
    margin-top: 5rem;
    font-family: 'TAN - MON CHERI'; 
}
   

.about-me{
    color: white;
    font-size: 1.2rem;
    background-color: none;
    width: 60%;
    margin-top: 0;
    font-family: 'Unna';
    font-weight: lighter;
}

.easter {
    width: 65%;
    color: white;
}

hr{
   height: 1px; 
   background-color: #ffffff;
   border: none;
   margin: 0;
}

.rectangle-div1{
    background-color: #102b53;
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rand{
    background-color: aqua;
    height: 30px;
    width: 100%;
}

.board{
    background-color: #a68cee;
    width: 60%;
    height:80%;
    display: flex;
    justify-content: end;
}

.inboard{
    background-color: azure;
    width: 100%;
    height: 80%;
    align-self: flex-end;
    justify-items: end;
}

.title-project{
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    background-color: brown;
}

.divproject{
    display: flex;
    justify-content: center;

}

.div1{
    background-color: #ffffff;
    height: 80%;
    width: 60%;
    border-radius: 25px;
    margin: 25px;
    display: flex;
 
}



.bovenstuk{
    display: flex;

    background-color: #eedaf3;
    border-radius: 25px;
    width: 60%;


 
}

.ul{
    display: flex;
}

.naamproject{   
color: #0040ff;
text-align: center;
font-family: 'raleway';
font-size: 2rem;
text-transform: uppercase;
font-weight: 700;
}

.projectcontainer{
    background-color: #ff00fb;
    width: 100%;
    height: 441px;
    margin-top: 102px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

}



.LO-items-description a{
    color: #000000;
    text-decoration: none;
    list-style: none;
    margin-top: 20px;

}

.LO-items a{
    color: #000000;
    text-decoration: none;
    list-style: none;
    margin-top: 50px;

}

#LO-links, #LO-LINKS{
    text-decoration: none;
    list-style: none;
    color: black;
    margin: top 10px;

}

#LO-LINKS1{
    margin-top: 30px;
}

.divcloud{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 150px;
}

.title-outcomes{
    font-family: 'ROBOTO MONO';
    color: white;
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}

________________
/* styles.css */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #4a00e0, #8e2de2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    cursor: url(https://cdn.custom-cursor.com/db/19738/glitter-custom-cursor-logo-glitter-cursor.png), auto;

  }

  a{
    text-decoration: none;
    z-index: 10;
  }
  .section_cards{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container, .container2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px; /* Ruimte tussen kaarten */
    width: 90%;
    max-width: 1000px;
    position: relative;
    
  }
  
  .card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 500px;
    margin-left: 30%;
    transition: transform 0.2s ease-in-out;


  }

  .card2 {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 500px;
    margin-left: 5%;
    transition: transform 0.2s ease-in-out;

  }
  
  .card:nth-child(odd) {
    align-self: flex-end;
  }
  
  .card:nth-child(even) {
    align-self: flex-start;
  }

  .card:hover, .card2:hover{
    transform: translateY(-5px);

}
  
  .card h2, .card2 h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
    color: #fff;
    font-family: "unna";
    
  }
  
  .card p, .card2 p {
    margin: 0;
    font-size: 1em;
    color: #ddd;
    font-family: "unna";
  }  


footer{
    border-top: #102b53;
    border-top-style: solid;
    background-color: #102b53;
    margin-top: 50px;
    padding: 30px;

}

.footerdiv{
    background-color: none;
    display: flex;
    height: 212px;
    margin-left: 250px;
    margin-right: 200px;

}

.footer-name{
    color: white;
    font-family: 'TAN - MON CHERI';
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0;


}

.footer-email{
    color: white;
    font-family: 'Roboto Mono', monospace; 
    font-size: 15px;
    font-weight: lighter;

}



.maildiv{
    width: 500px;
}

.pp{
    display: flex;
    justify-content:space-between;
    background-color: none;
    width: 60%;
}

.divportfolio{

}

.divprojects{
    
}


.footer-portfolio{
    font-family: 'Roboto Mono', monospace; 
    color: white;
    font-size: 18px;
    margin: 20px 0;

}

.footer-projects{
    font-family: 'Roboto Mono', monospace; 
    color: white;
    font-size: 18px;
    margin: 20px 0;

}

.flights__link {
    display: flex;
    align-items: center; /* Zorg voor verticale uitlijning van tekst */
    text-decoration: none;
    color: inherit; /* Erf kleur van de ouder */
    width: 100%;
    height: 100%;
    border-radius: inherit;
    gap: 0px; /* Ruimte tussen elementen binnen de link */
}

.flights__item1 span, .flights__item2 span, .flights__item3 span, .flights__item4 span, .flights__item5 span {
    flex-basis: auto; /* Gebruik geen vaste breedte */
    text-align: left; /* Houd tekst links uitgelijnd */
    padding: 0px; /* Voeg binnenruimte rond de tekst toe */
}
/* .list a {
    color: white;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace; 
} */


/* .list a:hover{
    color: #4400ff;
} */

.listFooter{
    background-color: none;
    font-family: 'Roboto Mono';
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: lighter;
 

}

.listFooter:hover{
    color: #A68CEE;
}


.flights {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.flights__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    background: pink;

    padding: 10px;
}

.flights__list {
    display: block;
    width: 100%;

    margin: 0;
    padding: 0;

}

.flights__item, .flights__item1, .flights__item2, .flights__item3, .flights__item4, .flights__item5 {
    display: flex;
}

.flights__item span {
    flex-basis: 10%;
    flex-shrink: 0;
}


.flights__item span:nth-child(1), .flights__item1 span:nth-child(1), .flights__item2 span:nth-child(1), .flights__item3 span:nth-child(1), .flights__item4 span:nth-child(1), .flights__item5 span:nth-child(1){
    flex-basis: 10%;
}


.flights__item span:nth-child(2), .flights__item1 span:nth-child(2), .flights__item2 span:nth-child(2), .flights__item3 span:nth-child(2), .flights__item4 span:nth-child(2), .flights__item5 span:nth-child(2){
    flex-basis: 20%;
}

.flights__item span:nth-child(3), .flights__item1 span:nth-child(3), .flights__item2 span:nth-child(3), .flights__item3 span:nth-child(3), .flights__item4 span:nth-child(3), .flights__item5 span:nth-child(3){
    flex-basis: 20%;
}

.flights__item span:nth-child(4), .flights__item1 span:nth-child(4), .flights__item2 span:nth-child(4), .flights__item3 span:nth-child(4), .flights__item4 span:nth-child(4), .flights__item5 span:nth-child(4) {
    flex-basis: 20%;
}

.flights__item span:nth-child(5), .flights__item1 span:nth-child(5), .flights__item2 span:nth-child(5), .flights__item3 span:nth-child(5), .flights__item4 span:nth-child(5), .flights__item5 span:nth-child(5){
    flex-basis: 20%;
}


.flights__item span:nth-child(6) .flights__item1 span:nth-child(6), .flights__item2 span:nth-child(6), .flights__item3 span:nth-child(6), .flights__item4 span:nth-child(6), .flights__item5 span:nth-child(6){
    text-align: right;
}




/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

/* OBJECTS */

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

.titlelo{
    background: #102b53;
    backdrop-filter: blur(10px); /* Blur effect */
    -webkit-backdrop-filter: blur(10px); /* Voor WebKit-browsers */margin-bottom: 50px;
}

.titlelo h1{
    color: white;
    width: 100%;
    height: 1.5em;
    display: flex;
    align-items: center;
    margin: 0 15%;
    font-family: "Unna";
    font-size: 2.5em;
}

