@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik+Scribble&display=swap');
html{
    scroll-behavior: smooth;
}
.cv{
    margin-top: 10px;
    margin-right: 10px;
}

body{
    background-color:white;
}
*{
    color: black;
}
h1{
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 15px;
    font-size: 3.5rem;
    /* text-shadow: black 5px 5px; */
}
h3{
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.6rem;
}
h5{
    font-size: 1rem;
    font-family: sans-serif;
}
p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
nav{
    position: fixed;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
a{
    text-decoration: none;
    color: black;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    padding-right: 15px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    margin: 60px auto;
    width: 75%;

}
.eerste{
    color: green;
}
.t{
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: left;
    background-color: white;
    /* background: radial-gradient(circle, #283044, #000 100%); */
    /* background: radial-gradient(circle, #343e3d, #000 100%); */
}
.container img{
    float: left;
    width: 250px;
    height: 250px;
    margin-right: 30px;
    object-fit: cover;
    border: 5px solid white;
    margin-bottom: 5px;
    border-radius: 20px;
    /* box-shadow: #23709E 10px 10px; */
    box-shadow: #000 10px 10px;
}

.container li{
    display: inline-block;
}
.joy{
    /* background: radial-gradient(circle, #283044, #000 100%); */
    /* background: radial-gradient(circle, rgba(149,122,217,1) 0%, rgba(0,0,0,1) 100%); */
    background-color: white;
    width: 100%;
    height: 100vh;
}
.tex p{
    font-size: 15px;
    padding-bottom: 10px;
}
.overlay{
    display: flex;
    margin-bottom: 50px;
}
.overlay a{
    font-family: sans-serif;
    padding: 0;
    text-decoration: underline;
    font-size: 1rem;
}
.cbs{
    margin-right: 30px;
}
.amac{
    margin-right: 30px;
}
.oud{
    margin-right: 30px;
}
.opleiding{
    display: flex;
}

.vista{
    margin-right: 30px;
}
.con a{
    padding: 0;
}
.overlay2 a{
    font-family: sans-serif;
    padding: 0;
    text-decoration: underline;
    font-size: 1rem;
}
.overlay2{
    display: flex;
}


@media (max-width: 858px){
    .joy{
        min-height: 688px;
        height: auto;
    }
    .container{
        width: 70%;
        margin-top: 75px;

    }
    .overlay{
        display: block;
    }
    .container img{
        float: none;
    }
    .Section#Levi{
        margin-top: 100px;
    }
    .opleiding{
        flex-wrap: wrap;
    }
}
@media (max-width: 700px){
	.container{
		margin-top: 175px;
	}
}

.con{
    /* background: radial-gradient(circle, #90BAAD, #97D2FB 100%); */
    /* background: radial-gradient(circle, #283044, #000 100%); */
    /* background: radial-gradient(circle, #90BAAD, #A1E5AB 100%); */
    background-color: white;
    text-align: center;
}
@media (max-width: 400px){
    nav{
        display: none;
    }
}
.tex li a{
    font-size: 30px;
}
.con li a{
    font-size: 30px;
}
.con li{
    margin-bottom: 20px;
}

.levi{
    border-left: 2px solid black;
    padding-left: 10px;
}