@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");

/*
	Identity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	html {
		height: 100%;
	}

	body {
		height: 100%;
		background-color: #ffffff;
		background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
		background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
		background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
		background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
		background-repeat: repeat,			no-repeat,			no-repeat;
		background-size: 100px 100px, cover,				cover;
		background-position: top left,		center center,		bottom center;
		background-attachment: fixed,			fixed,				fixed;
	}

		body:after {
			content: '';
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: inherit;
			opacity: 0;
			z-index: 1;
			background-color: #ffffff;
			background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
			background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
			background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
			background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
			background-repeat: repeat,			no-repeat;
			background-size: 100px 100px, cover;
			background-position: top left,		center center;
			-moz-transition: opacity 1.75s ease-out;
			-webkit-transition: opacity 1.75s ease-out;
			-ms-transition: opacity 1.75s ease-out;
			transition: opacity 1.75s ease-out;
		}

		body.is-loading:after {
			opacity: 1;
		}

/* Type */

	body, input, select, textarea {
		color: #414f57;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 2;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 10pt;
				line-height: 1.75;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-color 0.2s ease;
		transition: color 0.2s ease, border-color 0.2s ease;
		color: inherit;
		text-decoration: none;
	}

		a:before {
			-moz-transition: color 0.2s ease, text-shadow 0.2s ease;
			-webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
			-ms-transition: color 0.2s ease, text-shadow 0.2s ease;
			transition: color 0.2s ease, text-shadow 0.2s ease;
		}

		a:hover {
			color: #ff7496;
		}

	strong, b {
		color: #313f47;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #313f47;
		line-height: 1.5;
		margin: 0 0 0.75em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 1.85em;
		letter-spacing: 0.22em;
		margin: 0 0 0.525em 0;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 1em;
	}

	h6 {
		font-size: 1em;
	}

	@media screen and (max-width: 480px) {

		h1 {
			font-size: 1.65em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px #c8cccf;
		margin: 3em 0;
	}

/* Form */

	form {
		margin: 0 0 1.5em 0;
	}

		form > .field {
			margin: 0 0 1.5em 0;
		}

			form > .field > :last-child {
				margin-bottom: 0;
			}

	label {
		color: #313f47;
		display: block;
		font-size: 0.9em;
		margin: 0 0 0.75em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: solid 1px #c8cccf;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #ff7496;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #c8cccf;
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #414f57;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px #c8cccf;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0.15em;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			color: #ff7496;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #ff7496;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		border-bottom: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 1.5em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 1.5em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #c8cccf;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
			margin-top: -0.675em;
		}

			ul.icons li {
				display: inline-block;
				padding: 0.675em 0.5em;
			}

				ul.icons li a {
					text-decoration: none;
					position: relative;
					display: block;
					width: 3.75em;
					height: 3.75em;
					border-radius: 100%;
					border: solid 1px #c8cccf;
					line-height: 3.75em;
					overflow: hidden;
					text-align: center;
					text-indent: 3.75em;
					white-space: nowrap;
				}

					ul.icons li a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					ul.icons li a:before {
						color: #ffffff;
						text-shadow: 1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;
					}

					ul.icons li a:hover:before {
						text-shadow: 1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;
					}

					ul.icons li a:before {
						position: absolute;
						top: 0;
						left: 0;
						width: inherit;
						height: inherit;
						font-size: 1.85rem;
						line-height: inherit;
						text-align: center;
						text-indent: 0;
					}

					ul.icons li a:hover {
						border-color: #ff7496;
					}

			@media screen and (max-width: 480px) {

				ul.icons li a:before {
					font-size: 1.5rem;
				}

			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 0.75em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

	dl {
		margin: 0 0 1.5em 0;
	}

		dl dt {
			display: block;
			margin: 0 0 0.75em 0;
		}

		dl dd {
			margin-left: 1.5em;
		}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		display: inline-block;
		height: 2.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #c8cccf;
		color: #414f57 !important;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: #ff7496;
			color: #ff7496 !important;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			width: 100%;
			margin: 0 0 0.75em 0;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.5;
		}

/* Main */

	#main {
		position: relative;
		max-width: 100%;
		min-width: 27em;
		padding: 4.5em 3em 3em 3em ;
		background: #ffffff;
		border-radius: 4px;
		cursor: default;
		opacity: 0.95;
		text-align: center;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-moz-transition: opacity 1s ease, -moz-transform 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		-ms-transition: opacity 1s ease, -ms-transform 1s ease;
		transition: opacity 1s ease, transform 1s ease;
	}

		#main .avatar {
			position: relative;
			display: block;
			margin-bottom: 1.5em;
		}

			#main .avatar img {
				display: block;
				margin: 0 auto;
				border-radius: 100%;
				box-shadow: 0 0 0 1.5em #ffffff;
			}

			#main .avatar:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: -3em;
				width: calc(100% + 6em);
				height: 1px;
				z-index: -1;
				background: #c8cccf;
			}

		@media screen and (max-width: 480px) {

			#main {
				min-width: 0;
				width: 100%;
				padding: 4em 2em 2.5em 2em ;
			}

				#main .avatar:before {
					left: -2em;
					width: calc(100% + 4em);
				}

		}

		body.is-loading #main {
			opacity: 0;
			-moz-transform: rotateX(15deg);
			-webkit-transform: rotateX(15deg);
			-ms-transform: rotateX(15deg);
			transform: rotateX(15deg);
		}

/* Footer */

	#footer {
		-moz-align-self: -moz-flex-end;
		-webkit-align-self: -webkit-flex-end;
		-ms-align-self: -ms-flex-end;
		align-self: flex-end;
		width: 100%;
		padding: 1.5em 0 0 0;
		color: rgba(255, 255, 255, 0.75);
		cursor: default;
		text-align: center;
	}

		#footer .copyright {
			margin: 0;
			padding: 0;
			font-size: 0.9em;
			list-style: none;
		}

			#footer .copyright li {
				display: inline-block;
				margin: 0 0 0 0.45em;
				padding: 0 0 0 0.85em;
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				line-height: 1;
			}

				#footer .copyright li:first-child {
					border-left: 0;
				}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
		position: relative;
		min-height: 100%;
		padding: 1.5em;
		z-index: 2;
	}

		#wrapper > * {
			z-index: 1;
		}

		#wrapper:before {
			content: '';
			display: block;
		}

		@media screen and (max-width: 360px) {

			#wrapper {
				padding: 0.75em;
			}

		}

		body.is-ie #wrapper {
			height: 100%;
		}
.avatar {
	margin: 30px auto 30px;
	width: 198px;
	height: 198px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
}


.tags {
	display: none;
}

.des {
	width: 400px;
	margin: 0 auto 40px;
	font-size: 14px;
	color: #333;
	text-align: left;
	text-indent: 28px;
	line-height: 22px;
}

.des a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.img {
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat center center;
	background-size: contain;
	margin-bottom: 10px;
}

.resume .img {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAPFBMVEUAAABmZmZmZmZlZWVmZmZgYGBmZmZlZWVnZ2dkZGRkZGRkZGRlZWVmZmZlZWVmZmZwcHBnZ2dmZmZmZmZTR4lZAAAAE3RSTlMA3x/vgBCQYJ9QQDBwz79/EL+vuu9+dAAAAyxJREFUWMO1mO26giAMgBlfAoKW3v+9nhYW5nRgdvbjPMVZL/sABhMVMT66AWB+iEqD08EwynWYhZkIOP8dNExqPhLnTxs3LjQ12M5LiWOyD9HeX3Z28gvcoMOO5TZl5NjM63IOdH+kIB1kK5twcngqx1vDpFOD31GhdV2bH3VFY3Fie2uKtH7q8u4m9DaIRpFoZJKcAjWv7hBIlhfFKdEMEXnq9BbwComHvF6clv6ImHgeT0yGDGN4vfhK/N7q6R6DmhwNFRkWTyNNplTrSdzcKENxT32GcXoEtqw/NbfKyyVA+Mbh1QzNPBCLhMeX9bYGDOAVIDoNJdMjOnwNaNTKJgloLwdUOtxEcAwQo6ZM+QyCA0JfZqZAGjY0kAOWfPUMMD5MfC90EBzQCWGcUs4IoQnwI4rhtYwdC+xRJ4PDMRAnm55k9IkFLksdPTIMsMe0ZI+TYIGmAAUDFPd59tljywIxMlODy0JnEuAv6kmZ1XTD2RlgeA4YDBIPnPuWZZMjbRA7VICl0HggQBJEdJwHJrkuPBzQ4jnr8A8HhMIjRCDHvkMzAwvcFK7AAD2GL+FPGCAJ8P0YKB8jmBnJATtaznggrhoGSM2Xx8AnrAYURC4Cza8tBL2RVAECnxReaFLUL4G41VPef78B5nPBlaV2GRhx68XK4RDLsK4BLVZSXzm+yDh/fAU8YBUHHMvwWAPisq2VACpurU1LQHa8GbjRJSF0yyHWCtyo0mu/X64QfT3LMX/1+DLZN1W+dv6E/6xn+X2aJcr7vNIEvEJUszy+L2Kwz8Nx/y6nsR7DAtzw6C1T48dTQMort8wlLd0J4C6vWxdcjVFsB+7xDNr98c02AzuKyw+JTWkMjcBdkduCe/94t6g6kDo8MY9HfQpIH4/0hWrTKeCIDv/3A1yYay2Cnzcx/qvNQonzeI4X660lay62qmgzTbbyAttMK6tnHouR11uDnSLNUEZRxbqinOY60kQonaDGpi64Q+1+VGRSXjTMKMnutZ3HYWls3ES7yGwlemVj6OVzTPrODmpmcKz44w6YmoL4Rm7eAaWB9YxxdWjQ7p5yDuDuYhX2B0Nzn1NWsb+3AAAAAElFTkSuQmCC');
}

.blog .img {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAPFBMVEUAAABmZmZnZ2dlZWVlZWVmZmZkZGRkZGRmZmZmZmZoaGhkZGRlZWVgYGBmZmZmZmZkZGRmZmZmZmZmZmaWp+c0AAAAE3RSTlMA359g778QQJCAH1BwIKDPMK9/OX9QZwAAA8xJREFUWMO1mYmSoyAQhmm5D4Pa7/+uu41kYQQDZmr/qqkaDfnog+YKG0j5sEgA/CsR5WK1Yt9LeQPYCBb/HVTvAu+0+MfGHZkmpOHeOXrnNh2MfNvJ1y9w0uqO5SaeyGOax88c2O2ugXvBaeUUbpWpcVATne4TfgdB1vE5P8YNlaGOjZqKtE1tP7sbyVvNJuXIyLh+4EFr3tghWD/yAnskW4hdnnhcAl4Q8Za3scfa7oix8J4TYxt4Cq9nX8n3Rg//+9L+S17YgRyphJWAFBddiqFN5iqqTjTglJa1ck/8DOOOCO8wHDipkgsFiPLqsCsRIYkl8DsFK5FUjNB/H3gFhCqAkHBBDarulYi2OF3o5GR54qlnNzEtpY7V22lR0Veo7JWZN0nkVdREZRQU70urkahv0wsb1Agk+kglE0ttsMhp/YEovY4FJ7BE8RzrS/2aPanAnb5Zz2R7ItMYrIC5H+dUdux+Rn79AG6UltPjyFqgfLcFPEbAkiR/emw+A1HPAS2Rrl9ogZyaDYE563CGkHWBUqIgVKRYKyNQLOu5cEOQ0rVAJhAVYWUfmGQSmvzIkwHHUwV4CSI5fgP0OlKXBCS/N0u1EBH0FvtAgxjoZegD9zQCNAGpVQq3ZKl/3wdyepYJ0I0htSjAlaZ1yeiPhT7QU/gi4nbj8r4IhBNNCVxSzUukbPWBjtIs6LMuUOBf+WyrRdIr72fgHkgA1gNqrvlidPrPU2GZ84k5bn2gZLXABOsCB9qAQjEP5APe672YyEmgGQJzE+gBoU2KGHm8qVy7bVJEC5zfI+5X4IYYU4ldgWKd4R14BWo8a4BfgQgTxIANMNBzaCYHkhh5ve7YAg1l3zfTV0bu9p9yTMoLOvK1wHNeUJesYkdC5bmk1XL5rmqXgJ7sOeoatUtAdnwEFIoMHAFNerwGEe9MhCEwIvq8hdhGQKE4joArhTAPeDsCYhQjYNnSaDJgACSNgJA8zstp+AWw3WXay4ZzWtcNJ692drxMIY/kawMdy7JVFPUTXPFM5R1xeTKlIB+I1weJy8FHl3P/tF71GOSXeQLUY+JLVS7urJarD4/uNYUToa5i4dr5NxQ+X0YyWv1YDPj/PoAz9bsrAtbK/eYSw7Ee8ftrFvfh5ul4xgsfD6/u+VVV4fWJcW6Vr2874pXXjh481LR5Y4e4mLwM5eKslqHcjmOkCqngpXtwqQvLbSy3Q+ROZ2UBSdH0rp0PiSRhFZuXIyuTpAl6c+md89xIgQX3TP5+EhO7/vLHhRe0NDD+V79YaLvIeOYA5BKGsD8KEYhsBBxaSQAAAABJRU5ErkJggg==');
}

.github .img {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAOVBMVEUAAABmZmZlZWVlZWVlZWVgYGBnZ2dmZmZmZmZmZmZkZGRkZGRlZWVmZmZlZWVmZmZwcHBgYGBmZmZ2IiKRAAAAEnRSTlMA3yBg7xCfkIC/QFBwzzCvEDCJ6QYWAAADZklEQVRYw52Y15brIAxF6UWAnev//9gbhXFkIhfgPGR5MmRbDVHEg2zKLkq5vWVKdAGsmJdNXm5M0qU5KKxmu5JLw8aFP5qJXiel8Du1QPZxt1OrCVwMcGK5LxUZunm65iAs4kLKyWplF07Fz+D86njp2uF3Nmid7vGjZ6D1+GL/6ov0Z+y9uwW9BdEphUYWdTeAmdfhkFS3vFyfl445pkCJ0BA5zyRRJXGOwY1tOb6zF4RIBomXvL30YPuopPvKl+jLFbEceMJ/Z63ChuPdGlGrCwmEgG/PUH/EwgOECLInUnPBx0ZmpefPL9JZ9ej3l6Ext0u1rvOeTJIy7UtkJzB83TNtGN9eyJcYtJCCZN8GxF+HVRvRPh2rQrcehrbp9fHk0QJJmQ6Nw6jcBySGrWVOJa1ZjroUj1Ezlp6laOS2XsFZ2LiBW7fiMUqmPqUJA0nqGEXYf+5aoBwA5mNq1w8ZXzPrMTJ2LZiW6nERM0VIpUgdJVWPPWsUAxLkcyVJyj39Y0D26JmsIRTTwDb+BvGAtdQqj1tIQdwdn49h26OycPjRKo3wSmuJE5FyMlWHsbUkikJdcmqmhNYSiZlRfAXsF/wCKawzU6VtKwjjQFTsBuo+IAwbyIFzHRE4UGJSmGwZSjElxVQglyojPOqIpc4/1HDtmHQS+igcW6Hs/r54iwsvIXhXcfjhf7aJTu1IJy9oMb/OnQoisW1O48wLtGthUusFaVy1L1jMzFEKAXBTQklcqXZHvgTEZuMD18XMcyL/HGfZ39xNtuEC6OvPKIgNI1zPa38BLDUc1rCOaA0dZ4An2p3z1L7ArLzkQ23GPrhCnAcgbWkAtxDMRFIvUH4LwIysUxzId5nhpBTUOgCkXSY5qHmM9YqHMd8J1McTX6Aocj0B6aQSmr/8NJDC1nYEmANSDWo2fWeA5OLKD49zQH54pBPqLDCQw+wAzmQ5cD2ZBf504TQL+zafTuYmgf/wiuDhEoOA+lSp4d1eiyQxqNTwOHELY7z8fLXk7fxVFScWGtAhuL9MoyUpcCPnrwa1ocvQ54EmCy7eWp+RNkscFdXApa50l6OXYOilXQp17SweBBOESNuvbimNSFT0GZZ6Ma6S9tFshBtTctd7wxXEjF7JSU6TPpFxE1AILpaaAxldfoT9B3oiqvr6/a7pAAAAAElFTkSuQmCC');
}

.btn-list {
	width: 224px;
	margin: 0 auto 77px;
	display: flex;
	justify-content: space-between;
}

.btn-list span {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #666;
	display: block;
}

@media screen and (max-width: 600px) {
	html {
		font-size: calc(100vw / 3.75);
		position: relative;
	}

	#app {
		width: 100vw;
		overflow: hidden;
	}

	.avatar {
		width: 0.8rem;
		height: 0.8rem;
		border-width: 0.03rem;
		margin: 0 auto 0.1rem;
	}

	.des-contain {
		flex-direction: column;
	}

	.btn-list {
		width: 1.83rem;
		height: 0.52rem;
		margin: 0 auto 0.2rem;
	}

	.img {
		width: 0.3rem;
		height: 0.3rem;
		margin-bottom: 0.05rem;
	}
	.resume .img {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAATlBMVEUAAACw4vmv4Piv4Piv3/+v3/ew4Piv3/ew4fmw4fmv3/iw4fmv4Piv3++w4fmx4viv3/Wv3/Wx4/qw4fiw4vmw4Pmx4vqv3/mv3/aw4fkjvt0rAAAAGXRSTlMAv2AgEEDfgN/PkJ9wEO+PUDB/76+vj1CwqNPsAQAAAmtJREFUSMe1l+l2gyAQhWUZETRu2er7v2i9wSXASPVH7zltEszHHcZhggUv/W5qW06zSvEwpIvT0qOYIolGnUJpJ0OeTqPCyeFjpqh3y1jZZ1ElPCl1tBDpL9SZ4Jv7/IW70ey89cdcHuWpw2Xn0UO841mLmSm7Ktw8q/gLsM3q5mCgWNYUf8qAji0QsyxOSCLykO5iNk938YCPebBTRg+9RN6EC3Z7+Mfy0Jy1dk9avSdhOgHfZi+xsv08qopTsM8Lze9oAeaJ6oKFhXFVDENusyYYc3D1GTUMfLuv1gLGq0JWY1u6CIbMYq1gnMKYUVVIkW5T+Da/R4obTMLBhEtTi9uXwAjX+BfJwv0KCwaWsPQBsLApdIX/Kl3zihGmYGFUEc1/IwcjnB55czxshyWzLOyQyydmSOBg30kGxmANe+LgSu2DhoGHeXrUpkrgqKvoNoGRxhLfLjh4+B59pvAHPILDznURDlpkfQWGqi9NPJwkLKM0YRa5uQ77yqwxwsDCeD14GL3rBzvH5bKtD2CHUugPNsZIXi98aK3wou+NQfGWPOr1kTyWNoNUFf+jI/Zexpen851etdFWgWWzB8BXmPRZkhG7d030shSuBNRucBXXq1hvd6szawYMNjKmLf7uDxhsaFzulTZRFiawofH7K3WlzsGh9PbLCKn7Frg9AXfhiahBPe7Hijw8xkPu2oHGhaV67SgVF3q5Rp7XeHwE7HQe1R3Hgrb+QkYEA8sbuOA8fvVILctjXI+fk3yTOVDX+ccEoYqc+nJpnq+3L2g1yJdYxug/H40g1YiENFce6sg8hX8ctHXTH5C/IbR/gHZM7PIAAAAASUVORK5CYII=');
	}

	.blog .img {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAARVBMVEUAAACw4Pqv4Piv3/+w4vqw4fqv4Piw4fmw4Piv3/ew4fmv3/iw4fqx4vqw4Pmv3/av4fiv3/mv3/aw4Pmw4vmv3/Ww4fkZ+5lwAAAAFnRSTlMAvyAQv59g34BA75DPj98wcFBwr69QNbUesQAAArNJREFUSMeVl9m6qyAMhZEZFMfuvP+jHoYT+pEWtOtGRX6yGITIvkscp1oMRBn5sk6wxxJWApE8+SPUIUl59xidZr3lYNwd8wRZ5m+IcllILUhHdOHVwPzuAcBb8bVdlYPrDioCRM0Z7ePhO7uklt2wV2nyFt55EcMOJeYUgH9lLbuVTTQNkTxr9kA6OW/pQNkxHZqC6tm9DHS0KF6d722HZ3TQVWVmAM8rrNIgVNarb7oAsGsixpLIHrGUZ88J3XuTbNNbgfVwQRgAxZJi62a0et/Ga2iHgZm/GfIZowiPoSUWsRh4vMAAJlwrJTSvgSM8s6FWhEWEUvfP2hwrk81LU9sXWNaqMtYtF93AK5SRCCNYA0g08AkLA64LI+aSawLvUnGm44OwL5lsWamCQrj6/kvjNlPYe5AZfoGHaD+kEmjhOc35FVugMI+eNwd2AyO498zHEk9gDaBSeEdhEUtdhhcWKZFW5ULgDWCJVYFT2Egw7IgPBuQCV2TMQm1zABMBYC08rQqWjbn1ZHwCrwTjap0MgTNI4Y428Lfw3N/37C0sO7BWOvezhcmAgRvvu2TAFoCtwuPNYIM3XFamAtAVHtKHL3Dduy52Nssz6XXqoi1X0kWnhKhmedrUgqxwK5m71qj5MFz7SRI5xlQHzhjZDGhoDh1Yl1v79g1UTvXgGHKvBgo8UoXrrol72a+wwjuHpwhb7+GrBnbVf8C5u5OuJ2O8NOfWdsuaGvioE45H7H7Deo5HrGIo7tH47odxyycU2i9gr2kF19fUkTrLsFqav8y/JDR0wxG/pVKkTDxN4vopYLhLHwOylF7Ki4GcwfTvU/MgH79PqbXp48J6TLSG+TjIz9+E/zsYZyMdBgofDpdr8k0H/Gl58H8zARFBx+Ln9EHaX37qnL2mNWHros6jQ/4DGHthZzgY9GcAAAAASUVORK5CYII=');
	}

	.github .img {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAPFBMVEUAAACw4fqv3/+v4Piw4fmv3/ev4Pew4Pmw4fmw4fmw4fqw4fmv4Piv3/mv3/aw4Pmv3/Ww4vmx5Pyw4fn3JN+jAAAAE3RSTlMAvxAg30BgkICfz+9wUDCwUK9fYOB8dwAAAnJJREFUSMe1l1mCgyAQRGmQHXQy3v+uY7tVIIjmY+onEX0UNM0m2pI5+TDMiwZ6OS3FY0lHcyVK6hGqQZa8foySNeNqpnS2e9nw00UVbaSRVUfM9sJ3Gp/i8kF0slmvX83NVZwsv7ZAm7hts4Fr1t1e8eAFdfGCbdV1v6S2bKCarON/xAFrkNoun2jHdN0zbvOKyPkMjBx1NllrdlKvtdwJwy0vaXuwQs+bPEUkSHD7wySEqaPGBQ5/rzUIIbjlqeywFU/gsDczImj+LQhjF57WsCxedLB5KUVNsQcjLkdCLBV5dL+Dnob2/Kc3Y9R0by3jYU2PjBFultutVWFMfZYNj1TiECeEjgvvlE4Tt/0YJPAt7M/uERqAUeuKEbRb8/NtvKCA4Pxw3OxzGE6Wuz9xDafGW3iCjWd7Lb6ItoVNEANG+UGCoZmKE2Z5LleFrjAyDNawvh3mDixefVh1YTncJSfgI2CQ6tBOsBCwMM/jx7bSVsxlcEj4t3lh7L7MTA10KDfAzPmSeNwxTi+5byzORoDkzNk3fOu4BkJqRzyYxmyA1syspqRBQMNnXkEHhsWARSd9kRtwIaxlu8b98CBdayLWJlW7hV8HBWPdhLFqUjn44DqwP4r04iTfaB9vYYX9hupjCu/ppgf7bfXHvlVJN2EY57fQDfI5LIudUUU0/AFsyxNRwnS7hzkDTL10/dYp1E7u349joAwV7aiUH8GiKgQBLe/IXR8Breyj0oIt6YAXF9JsENoGtnMevz9Sm+Eal249ySdxKeX71wRSoqc8HBeUrLcLymgs4X7zH1cjSCX6IN03lzrtJtqug8GnfEH+ARAgbOimy5NUAAAAAElFTkSuQmCC');
	}

	.btn-list span {
		font-size: 0.12rem;
		line-height: 0.14rem;
		color: #b0e1f9;
	}

	.des {
		width: 2.45rem;
		font-size: 0.12rem;
		line-height: 0.16rem;
		text-indent: 0.24rem;
		margin: 0 auto 0.25rem;
	}

	.tags {
		border: 1px solid #fff1eb;
		border-radius: 4px;
		display: flex;
		margin: 0 auto;
		width: 2.45rem;
		height: 0.44rem;
		line-height: 0.44rem;
		justify-content: space-around;
	}

	.tags li {
		font-size: 14px;
		text-align: center;
		color: #ffa036;
	}

	.tags li:nth-child(2) {
		color: #489af7;
	}

	.tags li:nth-child(3) {
		color: #ff5438;
	}

	.tags li:nth-child(4) {
		color: #7ed321;
	}

}