/* 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;
}

.measure {
	margin: 0 auto;
	max-width: 55rem;
}

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;
}


.resumeName {
	color: #111;
	text-align: center;
	font-size: 3em;
	position: relative;
	margin-top: 2em;
	line-height: 1.3em;
}

.resumeTable {
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
	line-height: 1.3em;
}

.resumeSection {
	padding: 1px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.resumBorder {
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding: 0;
	line-height: 2em;
	vertical-align: top;
	text-align: left;

}

.downloadPDF {
	color: #aaa;
	font-style: italic;
	line-height: 2em;
	margin: 0.5em;
	text-align: center;
}

.resumeTitle {
	color: #111;
	font-style: italic;
	border-color: #FFFFFF;
	line-height: 1.3em;
	border: 1px solid #FFFFFF;

}

.resumeCompany {
	color: #111;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: 1.3em;
}

.resumeInfo {
	display: flex;
	flex-direction: column;
	color: #111;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: 1.3em;
}

.noBorder {
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.resumeBullets {
	color: #111;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: 1.3em;
}

.resumeDate {
	color: #aaa;
	font-style: italic;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: 1.3em;


}

.resumeLocation {
	color: #aaa;
	font-style: italic;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: 1.3em;

}


#resume ul {
	position: relative;
	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;*/
}

h1 {
	color: black;
	text-align: left;
	font-size: 3em;
	line-height: 1em;
	position: relative;
	margin-top: 2em;
	/* 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;
}


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;
}

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

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