a {
	color: #009;
	text-decoration: none;
}
a:not(.icon):hover {
	text-decoration: underline;
	color: #c00;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 200%;
	background: #878788;
	color: #000;
	box-shadow: 0 0 15px #000 inset;
	padding: 2em;
}
body,
p {
	margin: 0px;
	vertical-align: top;
}
footer {
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	padding: 10px;
}
footer a {
	opacity: 0.33;
	margin: 2px;
	transition: 0.2s ease;
	vertical-align: middle;
}
footer a:hover {
	opacity: 1;
	transform: scale(1.25);
}
ul.col-2 {
	-moz-column-count: 2;
	-moz-column-gap: 5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 5em;
	column-count: 2;
	column-gap: 5em;
}
.del {
	text-decoration: line-through;
	display: none;
}
.icon {
	width: 25px;
	height: 25px;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	color: transparent;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.icon.linkedin {
	background-image: url(/assets/img/LinkedIn.png);
}
.icon.pdf {
	background-image: url(/assets/img/pdf.png);
}
.icon.word {
	background-image: url(/assets/img/word.png);
}
.main {
	background: #fff;
	text-align: center;
	margin: 2em auto;
	border: 1px solid #333;
	padding: 4em;
	display: block;
	max-width: 900px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0.1em 1em #333;
	-moz-box-shadow: 0 0.1em 1em #333;
	-webkit-box-shadow: 0 0.1em 1em #333;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
h3 {
	padding-right: 10px;
	margin-bottom: 0px;
	color: #999;
	text-align: left;
	border-bottom: 1px solid #ddd;
	clear: both;
}
.help {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
.resBody {
	text-align: left;
	display: block;
	margin-bottom: 30px;
	padding-left: 40px;
	overflow: hidden;
}
.tech-skills {
	display: flex;
	overflow: auto;
}
.tech-skills div + div {
	margin-left: 5em;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}
