/*========Global========*/
body {
	font-weight: 400;
}

/*========Portfolio========*/
.portfolio {
	display: flex;
	justify-content: center;
}

.avatar {
	display: flex;
	justify-content: center;
}

.avatar img {
	max-width: 200px;
	border-radius: 200px;
	box-shadow: none !important;
}

.avatar-section {
	text-align: center;
}

.contact-icons {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.contact-icons a {
	color: var(--color) !important;
}

.subtext {
	margin-bottom: 20px;
}

/*========Post Content========*/
.homepage .post {
	margin-top: 0;
	padding-top: 0;
}

.post-content a {
	color: #fe5186;
	text-decoration: none;
}

.post-content .em {
	color: #fe5186;
	display: inline;
	font-weight: bolder;
}

.post-content a:hover {
	text-decoration: underline;
}

/*========For Phone========*/
@media(max-width: 684px) {
	.avatar img {
		max-width: 150px;
	}
}
