::-webkit-scrollbar {
	display: none;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 500px) {
	.nav li {
		display: list-item !important;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {
	.main {
		width: 88%
	}
}

@media only screen and (min-width: 400px) and (max-width: 1050px) {
	.main {
		width: 88%
	}
}

.main {
	max-width: 560px;
	margin: 125px auto 0 auto;
	text-align: center;
}

.avatar {
	width: 125px;
	height: 125px;
	margin-bottom: 25px;
	border-radius: 62.5px;
	/* transition: all .2s; */
	box-shadow: 0 0px 0px 0 rgb(0 0 0 / 18%), 0 0px 12px 0 rgb(0 0 0 / 15%);
	transition: box-shadow .2s;
	transition: opacity .2s;
	opacity: 1;
	cursor: pointer;
	margin-bottom: 25px;
}

.avatar:hover {
	box-shadow: 0 0px 4px 0 rgb(0 0 0 / 18%), 0 0px 12px 0 rgb(0 0 0 / 15%);
	opacity: .8;
}

.myname {
	font-size: 2.5rem;
	margin-bottom: 13px;
	letter-spacing: 0px;
	color: #222;
	font-weight: 700;
}

.discription {
	font-size: 1.15rem;
	font-weight: 300;
	font-style: normal;
	color: #aaa;
	margin: 0 auto 30px;
}

.social-links a svg {
	padding: 0px 9.5px 19.5px 9.5px;
}

.nav {
	width: 100%;
	margin-top: 40px;
}

.nav ul {
	text-align: center;
}

.nav li {
	font-size: 1.25rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	padding: 7px 15px;
}

.nav a {
	color: black;
}

.footer {
	width: 100%;
	height: 60px;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #ededed;
	font-size: 13px;
	color: #aaa;
}

path {
	transition: all .2s;
}

.icon-facebook:hover>path {
	fill: rgb(24, 119, 242);
}

.icon-twitter:hover>path {
	fill: rgb(29, 161, 242);
}

.icon-ins:hover>path {
	fill: #fc0c4b;
}

.icon-github:hover>path {
	fill: #3e75c3;
}

.icon-email:hover>path {
	fill: #3e75c3;
}






/* other pages */
.article-list {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ededed;
}

.article-list a {
	color: black;
}

.article-list span {
	float: right;
	color: #aaa;
	font-size: 1rem;
}

.article-list li {
	padding: 20px;
	line-height: 23px;
	overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: all .2s;
}

.article-list li:hover {
	box-shadow: 0 0px 4px 0 rgb(0 0 0 / 18%), 0 0px 12px 0 rgb(0 0 0 / 15%);
}

.folder {
	width: 100%;
	padding: 20px;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: all .2s;
}

.folder:hover {
	box-shadow: 0 0px 4px 0 rgb(0 0 0 / 18%), 0 0px 12px 0 rgb(0 0 0 / 15%);
	height: 100%;
}

.folder li {
	line-height: 23px;
	padding: 20px 0px;
}

/* introduction */
.introduction {
	line-height: 1.7;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ededed;
	text-align: left;
}

.introduction p {
	line-height: 1.7;
	color: #666;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: .4px;
}
