 /* General rules */
 body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: left;
    cursor: auto;
    background-color: #161619;
    margin: 0;
    padding: 0;
    transition: 0.5s;
 }

 p {
    font-size: 15px;
 }

 /* Navigation */
 .Nav-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: .1em;
    padding-left: 0.2em;
    padding-right: 0.1em;
    text-transform: uppercase;
 }

 .F-Right a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: white;
 }

 .Title {
    font-size: 20px;
    float: left;
 }

 .Title a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: white;
 }

 /* Main page */
 main {
	color: white;
}

.line {
	height: 1px;
    background-color: #9f8466;
    border: none;
}

.Myself { 
    width: 100%;
    border: 2px solid #333;
    border-radius: 4px;
}

.PRJ-Info {
    color: #9f8466;
    font-weight: bold;
}

.container-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.container-info > div {
    margin: 0 10px 15px; 
}

.info-2 {
    margin-top: -1em!important;
}

.info-2 h1 {
    color:#9f8466;
    font-weight: bold;
}

.contact-button {
    border: 8px solid #9f8466;
    border-radius: 1em;
    padding: 1em;
    color: #9f8466;
    font-size: 22px;
}

.contact-button a {
    text-decoration: none;
    color: #9f8466;
}

/* About section */
.about-mainsection{
    display: flex;
    flex-direction: column;
    padding: 0em 5em 0em 5em;
    align-items: center;
}

.aboutme {
    clip-path: circle(50%); 
    width: 30%;
    margin-top: 5em;
}

/* Footer */
.footer-ul {
	list-style-type: none;
    font-weight: 700;
    letter-spacing: .1em;
    padding-left: 0.2em;
    padding-right: 0.1em;
    text-transform: uppercase;
    color: white;
}

.footer-li-middle a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	color: #9f8466;
	font-size: 45px;
}
.footer-image {
	width: 100%;
	border: 2px solid #333;
	border-radius: 4px;
}

/* Copyright */
.Copyright {
    color: white;
    text-align: center;
}

/* Desktop */
@media only screen and (min-width: 600px) {
    .container {
        display: flex;
        padding: 0em 5em 0em 5em;
    }

    .container-info {
        display: grid;
        flex-direction: row;
        padding: 5em 5em 0em 5em;
    }

    .End-container {
        display: flex;
        flex-direction: column;
        padding: 5em 5em 0em 5em;
        align-items: center; 
    }

    .H-1 {
        font-size: 72px;
    }

    .Hamburger {
		display: none;
	}

	.nav-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 -.5px 1.5px 0 white;
    font-weight: 700;
    letter-spacing: .1em;
    padding-left: 0.2em;
    padding-right: 0.1em;
    text-transform: uppercase;
	}
	.F-Right {
		float: right;
	}
	.F-Right a {
		display: block;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		color: white;
	}

	#myLinks {
	  display: block;
	}

    .container-footer {
        display: grid;
        grid-gap: 25px 0px;
        padding: 50px;
        grid-template-columns: repeat(3, 33%);
        justify-content: center;
        margin-top: 15%;
    }

    .footer-li a {
		display: block;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		color: white;
		font-size: 45px;
	}
 }

 /* mobile */
 @media only screen and (max-width: 600px) {

    .container-info {
        display: block;
    }
 }


 /* CSS FOR ABOUT PAGE */

.about-main {
    overflow: hidden;
}

 .legend {
    position: fixed;
    top: 5em;
    left: 1em;
    z-index: 2;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    background-color: #9f8466;
    border-radius: 12px;
    font-weight: bold;
 }

path {
    transition: fill 0.3s ease; /* Maakt een vloeiende overgang mogelijk */
  }

.Mainframe {
    position: relative;
}

img {
    width: 100%;
}

.mind {
    position: absolute;
    left: 40%;
    top: 8%;
    background: transparent;
    cursor: pointer;
    opacity: 0;
}

.mind:hover {
  opacity: 1;
}

.leftEye {
    position: absolute;
    left: 38%;
    top: 14%;
    cursor: pointer;
    opacity: 0;
}

.leftEye:hover {
  opacity: 1;
}

.rightEye {
    position: absolute;
    left: 50%;
    top: 14%;
    cursor: pointer;
    opacity: 0;
}

.rightEye:hover {
  opacity: 1;
}

.nose{
    position: absolute;
    left: 47%;
    top: 19%;
    cursor: pointer;  
    opacity: 0;
}

.nose:hover {
  opacity: 1;
}

.mouth {
    position: absolute;
    left: 44.5%;
    top: 24.5%;
    cursor: pointer;  
    opacity: 0;
}

.mouth:hover {
  opacity: 1;
}

.leftEar {
    position: absolute;
    left: 34%;
    top: 15%;
    cursor: pointer;  
    opacity: 0;
}

.leftEar:hover {
  opacity: 1;
}

.rightEar {
    position: absolute;
    left: 60%;
    top: 16%;
    cursor: pointer;  
    opacity: 0;
}

.rightEar:hover {
  opacity: 1;
}

/* Animations */
.zoomMind {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 0%;
  left: 37%;
}

.zoomLeftEye {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 15%;
  left: 30%;
}

.zoomRightEye {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 15%;
  left: 45%;
}

.zoomNose {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 19%;
  left: 35%;
}
.zoomMouth {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 30%;
  left: 31%;
}
.zoomLeftEar {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 15%;
  left: 20%;
}
.zoomRightEar {
  color: white;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  position: absolute;
  top: 15%;
  left: 50%;
}

.text{
  color: white;
}

/* Create zoom-in animation */
@keyframes zoomIn {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}


.animate {
  animation: zoomIn 1s cubic-bezier(1, 0.01, 0, 0.99);
  display: block;
}

/* ######################   NOSE PAGE   ####################### */
.NosePage {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: white;
  overflow-y: scroll;
}

.NosePage::-webkit-scrollbar {
  display: none;
}

.overhead{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.secretfish {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50%;
}

.secretfish  img{
  width: 25%;
}

/* ############################     MIND PAGE   ################################## */

.MindPage {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: white;
  overflow-y: scroll;
}

.TheMind {
  text-align: center;
}

.MindPage img {
  width: 95%;
}

.Part-1 {
  margin-left: 5%;
  margin-top: 5%;
}

.Part-1 h1 {
  color: #9f8466;
}

.Part-2 {
  margin-left: 5%;
}

.showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1em 1em 1em 0;
}

.Part-2 h1 {
  color: #9f8466;
}

.Part-3 {
  margin-left: 5%;
}

.Part-3 h1 {
  color: #9f8466;
}