body {
	font-family: 'Karla', sans-serif;
	margin-top: 40px;
}

header {
	display: flex;
	position: static;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 57px;
	transition: all 0.2s;
}

#header-smolicon {
	position: fixed;
	opacity: 0;
/*	border-radius: 50%;*/
	top: 28px;
	left: 4.5vw;
	width: 60px;
	z-index: 9998;
	transition: all .2s;
}

header #header-icon {
	width: 190px;
	margin-bottom: 25px;
	transition: all .2s;
}

header div {
	width: 300px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	cursor: pointer;
	opacity: .7;
}

.main-body {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------COMMON CSS ENDS HERE--------------------------------------*/
.about-body {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}
.about-body div {
	width: 300px;
	margin-bottom: 9vh;
}
.about-body div p {
	text-align: justify;
	line-height: 1.5;
}
.about-body div:first-child {
	font-size: 30px;
}
.a-company {
	color: #e2734e !important;
}
#about-itsme {
	height: 380px;
	margin-bottom: 35px;
}
#about-resumelink {
	font-style: italic;
	position: relative;
	letter-spacing: 0.5px;
	top: 12px;
}
#last-paragraph {
	text-align: left;
}
/*-----------------------------------------------------------------------------*/

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

@media screen and (min-width: 500px) {
	#last-paragraph {
		text-align: justify;
	}
	#about-itsme {
		height: 500px;
	}
	.about-body div {
		width: 400px;
	}
}

@media screen and (min-width: 1000px) {
	header div {
		width: 300px;
	}
	.about-body {
		flex-direction: row;
		margin-top: 90px;
	}
	#about-itsme {
		margin-right: 50px;
	}
}
