@media screen and (max-width: 1400px) {
	#profile {
		height: 83vh;
		margin-bottom: 6rem;
	}
	.about-containers {
		flex-wrap: wrap;
	}
	#contact,
	#projects {
		height: fit-content;
	}
}

@media screen and (max-width: 1200px) {
	#desktop-nav {
		display: none;
	}
	#hamburger-nav {
		display: flex;
	}
	#experience,
	.experience-details-container {
		margin-top: 2rem;
	}
	#profile,
	.section-container {
		display: block;
	}
	.arrow {
		display: none;
	}
	section,
	.section-container {
		height: fit-content;
	}
	section {
		margin: 0 5%;
	}
	.section__pic-container {
		width: 275px;
		height: 275px;
		margin: 0 auto 2rem;
	}
	.about-containers {
		margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.navsection {
		padding-inline: 10px;
	}

	.about-text {
		margin-bottom: 40px;
		margin-top: 15px;
		font-size: 1.2rem;
	}
	/* #contact,
	footer {
		height: 40vh;
	} */

	#projects {
		margin-top: 50px;
	}
	#profile {
		height: 43vh;
		margin-bottom: 0;
		padding-top: 100px;
		height: fit-content;
	}

	footer > nav {
		margin-top: 2rem;
	}

	.copyright {
		font-size: 0.8rem;
		padding-bottom: 20px;
	}

	#about {
		margin-top: 50px;
		height: fit-content;
	}
	article {
		font-size: 1rem;
	}
	footer nav {
		height: fit-content;
		margin-bottom: 2rem;
	}
	.about-containers,
	.contact-info-upper-container,
	.btn-container {
		flex-wrap: wrap;
	}
	.contact-info-container {
		margin: 0;
	}
	.contact-info-container p,
	.nav-links li a {
		font-size: 1rem;
	}
	.experience-sub-title {
		font-size: 1.25rem;
	}
	.logo {
		font-size: 1.5rem;
	}
	.nav-links {
		flex-direction: column;
		gap: 0.5rem;
		text-align: center;
	}
	.section__pic-container {
		width: auto;
		height: 46vw;
		justify-content: center;
	}
	.section__text__p2 {
		font-size: 1.25rem;
	}
	.title {
		font-size: 2rem;
	}
	.text-container {
		text-align: justify;
	}
	.vig-logo {
		width: 80%;
	}

	#greeting {
		display: none;
	}

	.section__pic-container {
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	#contact {
		height: fit-content;
		margin: 30px 0;
	}

	.logofill {
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	.about-containers {
		flex-direction: column;
	}

	.contact-info-upper-container {
		flex-direction: column;
		width: 90%;
		align-items: center;
		justify-items: center;
		gap: 0.5rem;
	}

	/* EXPERIENCE SECTION */
}
