@import "grid.css";
@import "global.css";
.contact {
	border-bottom: 1px solid var(--blue);
}
.experience {
	border-bottom: 1px solid var(--blue);
}
.contactLinks {
	align-self: center;
	padding-top: 5vmax;
	font-size: 2rem;
}
.skills {
	border-bottom: 1px solid var(--blue);
}
.skills li {
	font-family: "Figtree", sans-serif;
	font-size: 1.25;
	color: var(--white);
}
.contact img{
	width: 100%;
	padding: 10px;
}
.headshot {
	width: 100%;
	padding: 0;
}
.aboutActive {
	color: var(--mint) !important;
}
#imgBtnHolder{
	display: flex;
	flex-direction: column;
}
#cvBtn{
	margin-top: 30px;
	max-width: max-content;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (min-width: 834px) {
	.contact img{
		width: 70%;
		padding: 10px;
	}
}
@media screen and (min-width: 1080px) {
	.contact img{
		width: 50%;
		padding: 10px;
	}
}