/* .SectionHeader-line {
  width: 100px;
} */

.SkillsContainer {
	width: 100%;
	padding: 0;
	margin: 30px 4000000000000000000000000000000000000000000000000000000000px
		50px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.SkillsList {
	/* border: 2px solid rgba(255, 255, 255, 0.6); */
	/* border-radius: 10px; */
	/* box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.291) inset; */
	/* padding: 10px 0 20px; */
	width: 100%;
	height: inherit;
	font-size: 16px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, auto));
	align-items: center;
	justify-content: left;
	justify-items: center;

	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* center EACH row */
	column-gap: 32px; /* horizontal spacing */
	row-gap: 20px; /* vertical spacing */
}

.SkillImage {
	/* border: 5px solid red; */
	height: 45px;
	transition: 0.25s ease-out;
}

.SkillImage:hover {
	cursor: pointer;
	transform: scale(1.15);
	/* filter: drop-shadow(0 0 10px); */
}

.python:hover {
	filter: drop-shadow(-6px -2px 8px rgba(88, 140, 240, 0.9))
		drop-shadow(6px 2px 8px rgba(255, 230, 90, 0.9));
	/* drop-shadow(0 0 4px rgba(255, 255, 255, 0.35)); */
}

.c:hover {
	filter: drop-shadow(0 0 12px rgba(80, 150, 255, 0.85));
}

.cpp:hover {
	filter: drop-shadow(0 0 12px rgba(70, 130, 255, 0.95));
}

.js:hover {
	filter: drop-shadow(0 0 12px rgba(255, 220, 70, 0.9));
}

.ts:hover {
	filter: drop-shadow(0 0 12px rgba(0, 140, 255, 0.9));
}

.bash:hover {
	filter: drop-shadow(0 0 12px rgba(0, 255, 120, 0.9));
}

.sql:hover {
	filter: drop-shadow(0 0 12px rgba(255, 140, 60, 0.95));
}

.React:hover {
	filter: drop-shadow(0 0 10px rgba(97, 218, 251, 0.95));
}

.Next:hover {
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}

.Node:hover {
	filter: drop-shadow(0 0 6px rgba(50, 255, 120, 1))
		drop-shadow(0 0 18px rgba(0, 255, 180, 1));
}

.Flask:hover {
	filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
}

.FastAPI:hover {
	filter: drop-shadow(0 0 12px rgba(5, 153, 139, 0.95));
}

.PyTorch:hover {
	filter: drop-shadow(0 0 6px rgba(255, 100, 40, 1))
		drop-shadow(0 0 16px rgba(255, 100, 40, 1))
		drop-shadow(0 0 12px rgba(255, 80, 20, 1));
}

.RESTAPI:hover {
	filter: drop-shadow(0 0 12px rgba(90, 150, 255, 0.8));
}

.AWS:hover {
	filter: drop-shadow(0 0 22px rgba(255, 165, 0, 1))
		drop-shadow(0 0 38px rgba(255, 200, 80, 1));
}

.Git:hover {
	filter: drop-shadow(0 0 14px rgba(241, 78, 50, 1))
		drop-shadow(0 0 26px rgba(255, 120, 80, 0.9));
}
.Docker:hover {
	filter: drop-shadow(0 0 14px rgba(36, 150, 237, 1))
		drop-shadow(0 0 28px rgba(100, 180, 255, 0.9));
}
.Linux:hover {
	filter: drop-shadow(0 0 14px rgba(255, 200, 60, 1))
		drop-shadow(0 0 26px rgba(255, 220, 120, 0.9));
}
.Firebase:hover {
	filter: drop-shadow(0 0 18px rgba(255, 180, 40, 1))
		drop-shadow(0 0 30px rgba(255, 200, 60, 1));
}
.PostgreSQL:hover {
	filter: drop-shadow(0 0 14px rgba(51, 103, 145, 1))
		drop-shadow(0 0 26px rgba(100, 150, 200, 0.9));
}
.MongoDB:hover {
	filter: drop-shadow(0 0 14px rgba(71, 162, 72, 1))
		drop-shadow(0 0 28px rgba(110, 220, 110, 0.9));
}
.Clouds:hover {
	filter: drop-shadow(0 0 14px rgba(255, 153, 0, 1))
		drop-shadow(0 0 26px rgba(66, 133, 244, 0.9));
}
.CICD:hover {
	filter: drop-shadow(0 0 14px rgba(140, 80, 255, 1))
		drop-shadow(0 0 28px rgba(80, 160, 255, 0.9));
}

.SectionHeader {
	font-size: 38px;
	text-align: center;
	margin: 0;

	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.Section {
	height: auto;
	margin: 30px 30px 0 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;

	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.HalfSplitter {
	width: 50%;
	height: auto;
	margin: 15px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: space-around;
}

.Section-box {
	width: 100%;
	margin: 10px 50px;
	display: flex;
	flex-flow: column nowrap;
}

.Split-Item {
	width: 50%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: initial;
	align-items: center;
	align-content: initial;
}

.Section-box-main {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}

.Split-Header {
	display: flex;
	flex-flow: column nowrap;
	justify-content: initial;
	align-items: center;
	align-content: initial;
}

.Section-box-icon {
	height: 100px;
	width: 100px;
	margin: 0 15px 0 0;
	display: flex;
	justify-content: center;
	position: relative;
}

.Split-Item-icon {
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
}

.Section-box-icon img,
.Split-Item-icon img {
	border-radius: 50%;
	aspect-ratio: 1;
	height: 100%;
}

.Section-box-text {
	width: auto;
	height: 100%;
	display: block;
}

.Split-Item-text {
	margin-bottom: 5px;
}

.Section-box-title,
.Split-Item-title {
	font-size: 28px;
	margin: 0;
}

.Split-Item-title {
	text-align: center;
}

.Section-box-subtitle {
	font-size: 18px;
	margin: 0;
}

.Section-box-subtitle-small {
	font-size: 14px;
	margin: 0;
	color: gray;
}

.Section-box-description {
	width: 100%;
	margin: 10px 30px 5px 5px;
	font-size: 16px;
}

.Section-box-description ul {
	list-style: outside;
	margin-bottom: 5px;
	padding-left: 20px;
}

.Section-box-links {
	margin-top: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.Section-box-links > .btn + .btn {
	margin-left: 40px;
}

@media screen and (max-width: 1100px) {
	.Section-box {
		margin: 20px 10px;
	}

	.Section-box-description {
		margin: 10px 20px 0 0;
	}
}

@media screen and (max-width: 900px) {
	.Section {
		flex-wrap: wrap;
	}

	.Section-box {
		width: 70%;
	}

	.Section-box-main {
		flex-wrap: wrap;
	}

	.Section-box-icon {
		width: 100%;
		margin: 0;
	}

	.Section-box-text {
		width: 100%;
		text-align: center;
		margin-top: 1rem;
	}

	.Section-box-description {
		margin: 10px 0 0 5px;
	}

	.Section-box-links {
		justify-content: space-evenly;
	}

	.Section-box-links a {
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.Section-box-links > .btn + .btn {
		margin-left: 0;
	}
}

@media screen and (max-width: 750px) {
	.HalfSplitter {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.Section-box {
		width: 90%;
	}
}

@media screen and (max-width: 500px) {
	.Section {
		margin: 15px 0;
	}
}

@media screen and (max-width: 400px) {
	.HalfSplitter {
		justify-content: center;
	}

	.Split-Item {
		min-width: 200px;
		height: auto;
	}
}
