/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* end of reset */

body {
	font: normal normal 400;
	font-size: 80%;
	line-height: 1.5em;
	/* font-family: Verdana, sans-serif; */
	font-family: "Open sans", sans-serif;
}

p {
	position: relative;
	left: 25%;
	margin-bottom: 0.7em;
	margin-right: 0;
	width: 65%;
}

#resume code {
	font: normal normal;
	font-size: 90%;
	/*font-family: Menlo, monospace, sans-serif;*/
	color: #aaa;
}

#resume p code {
	position: absolute;
	left: -12%;
	background-color: #fff;
}


#resume ul {
	position: relative;
	left: 25%;
	width: 65%;
	margin-bottom: 1.5em;
	margin-top: 1em;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}


li {
	/* empty */
}

li ul {
	position: relative;
	left: 0;
/*	margin-top: 0.25em; */
}

#resume h1, #resume h2, #resume h3, #resume h4 {
	font-weight: 400;
	/*font-family: Cousine,Verdana,sans-serif;*/
	width: 65%;
}

h1 {
	color: black;
	text-align: left;
	font-size: 3em;
	line-height: 1em;
	position: relative;
	margin-top: 2em;
	left: 25%;
	/* padding: .1rem 1rem; */
}

h1+p {
	/*subtitle*/
	color: #1D49A0;
	font-style: italic;
	font-size: 110%;
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0em !important;
}

#resume h2 {
	font-size: 1.1em;
	/* color: #a00; */
	color: black;
	margin-top: 2em;
	position: relative;
	top: 1.4em;
	text-align: right;
	width: 15%;
}

#resume h3 {
	color: #F07415;
	font-size: 1em;
	line-height: 2em;
	position: relative;
	top: 1.7em;
	text-align: right;
	width: 15%;
}

a {
	color: inherit;
	word-wrap: break-word
	/*text-decoration:none*/
}

a:hover {
	color:#39f
}

#webaddress {
	margin-top: 0.5em;
	position: relative;
  margin-left: 25%;
	color: #aaa;
	font-family: Menlo,monospace,sans-serif;
	font-size: 80%;
}

#webaddress a {
	text-decoration: none;
}

em {
	/*font-weight: bold; */
	font-style: italic;
}

strong {
	font-weight: bold;
}

#address {
	display: none;
}

.footer {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
		position: relative;
		left: 25%;
		margin-top: 2em;
		margin-bottom: 7em;
		margin-right: 0;
		width: 65%;
}

#main-menu a {
	font-size: 1.2em;
}

@media only screen and (max-width: 480px) {
	h2 {
		margin-bottom: 10%;
	}
}
