@charset "UTF-8";

.about-me {
	width: 100%;
}

.about-me-container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.about-me-background {
	display: block;
	width: 100%;
}

.about-me-APC {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 32%;
	z-index: 2;
	transform: translateY(-50%);
}

.about-me-header {
	position: absolute;
	color: white;
	font-size: 2.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 2px #292929; 
	padding: 10px;
	left:50%;
	top: 2%;
	z-index: 2;
}

.about-me-desc {
	position: absolute;
	color: white;
	width: 50%;
	font-size: 1.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 0.5px #292929; 
	padding: 10px;
	left:45%;
	top: 20%;
	z-index: 2;
}

@media (max-width: 1200px) {
	.about-me-container {
		margin-bottom: 300px !important;
	}
	
	.about-me-header {
		font-size: 6vw !important;
	}
	
	.about-me-desc {
		font-size: 3vw !important;
	}
}
