@media only screen and (max-width:600px) {
	nav ul li {
		font-size: xx-small;

	}

	.aboutme {
		font-size: large;

	}

	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}

	/* Full-width containers */
	.container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.container::before {
		left: 60px;
		border: medium solid var(--dwhite);
		border-width: 10px 10px 10px 0;
		border-color: transparent var(--dwhite) transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.left::after,
	.right::after {
		left: 15px;
	}

	/* Make all right containers behave like the left ones */
	.right {
		left: 0%;
	}

	.content img {
		width: 80%;
		height: 11rem;
		border-radius: 10px;
		max-height: fit-content;
		margin: 5px auto;
	}


	.slideshow-container {
		display:none
	}

	#galeri_menu{
		display:none
	}




}