@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap");
/*reset css*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
	font-size: 13px;
	font-family: "Roboto Mono", monospace;
	letter-spacing: 0;
	font-weight: 400;
}
body {
	cursor: url("/images/cur410.cur"), auto;
}
::selection {
	background-color: #5ccff1;
	color: #fefefa;
}
.container {
	position: relative;
	margin: 0;
	height: 100vh;
}
#main {
	padding: 30px;
	background: #fefefa;
	width: 100%;
	height: 100%;
}
/*Outline*/
.container .line {
	content: "";
	position: fixed;
	background-color: #5ccff1;
	z-index: 105;
}
.container .line.top {
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.container .line.bottom {
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 30px;
}
.container .line.left {
	left: 0;
	top: 0;
	width: 30px;
	height: 200%;
}
.container .line.right {
	left: auto;
	right: 0;
	top: 0;
	width: 30px;
	height: 200%;
}
/*Hello Text*/
.hello-location {
	width: 100%;
	position: relative;
	bottom: 5rem;
	text-align: center;
}
.hello {
	font-size: 4.5rem;
}
/*PROFILE*/
.profile-container {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.profile-content--image {
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
		rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.profile-content--text {
	font-weight: 400;
	text-align: center;
	color: #787777;
}
.job {
	font-weight: 400;
	color: black;
}
.profile-content--texts {
	margin-top: 20px;
}
.profile-content--links {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.profile-content--links a > img {
	filter: invert(46%) sepia(0%) saturate(5883%) hue-rotate(352deg)
		brightness(99%) contrast(74%);
}
.profile-content--icon {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 5px;
}
/*LINKS*/
.link {
	position: relative;
	color: black;
	display: flex;
	line-height: 1.1rem;
}
.link:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	position: absolute;
	background-color: #aab8c2;
}
/*SHOWCASE*/
#showcase {
	position: relative;
	overflow: visible;
	background: #fefefa;
	padding: 30px;
	width: 100%;
	height: 100%;
}
.showcase-title {
	position: relative;
	padding: 60px;
	font-size: 5.5rem;
	font-weight: 600;
}
.showcase-projects {
	display: grid;
	grid-template-columns: repeat(auto-fit, 20rem);
	justify-content: center;
	gap: 1rem;
}
.showcase-project--box {
	position: relative;
	border: 3px solid black;
	width: 20rem;
	height: 40rem;
}
.showcase-project--image {
	width: 100%;
	height: 15rem;
	object-fit: cover;
}
.showcase-project--title {
	font-size: large;
	font-weight: 500;
	margin-top: 1rem;
	text-align: center;
}
.showcase-project--text {
	position: absolute;
	margin: 0 10px;
	top: 50%;
	text-indent: 10px;
	text-align: center;
}
.project-bottom--content {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	flex-direction: row-reverse;
}
.showcase-project--moreabout {
	color: black;
	text-decoration: underline;
	text-decoration-color: #5ccff1;
	text-decoration-thickness: 2px;
}
.showcase-project--date {
	color: #787777;
}
/*Outline Responsive*/
@media only screen and (max-width: 840px) {
	.showcase-title {
		text-align: center;
		font-size: 5.5rem;
	}
	.showcase-project {
		margin-bottom: 4rem;
	}
	.container {
		margin: 15px;
	}
	.container .line.right {
		width: 15px;
	}
	.container .line.top {
		height: 15px;
	}
	.container .line.bottom {
		height: 15px;
	}
	.container .line.left {
		width: 15px;
	}
}
/*Responsive Horizontal*/
@media (max-height: 576px) {
	.showcase-title {
		font-size: 2.5rem;
		text-align: center;
	}
	.hello {
		font-size: 2rem;
	}
	.profile-content--image {
		width: 8rem;
		height: 8rem;
	}
}

@media (max-height: 840px) {
	.showcase-project {
		margin-bottom: 5rem;
	}
}
/*Responsive Vertical*/
@media (max-width: 450px) {
	.showcase-title {
		font-size: 2.5rem;
		text-align: center;
	}
	.hello {
		font-size: 2.8rem;
	}
	.profile-container {
		height: 100vh;
	}
	.profile-content--image {
		width: 9.7rem;
		height: 9.7rem;
	}
	.link {
		line-height: 0.8rem;
	}
	.profile-content--links a > img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.profile-content--links a > span {
		font-size: 10px;
	}
}
@media (max-width: 376px) {
	.showcase-title {
		font-size: 2.5rem;
		text-align: center;
	}
	.hello {
		font-size: 2rem;
	}
	.profile-container {
		height: 100vh;
	}
	.profile-content--image {
		width: 9.7rem;
		height: 9.7rem;
	}
	.link {
		line-height: 0.8rem;
	}
	.profile-content--links a > img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.profile-content--links a > span {
		font-size: 10px;
	}
}
