:root {
  --left-margin-percent: 29%;
  --left-header-width-percent: 26%;
  --rhs-width-percent: 59%;
}

body {
  font: normal normal 400;
  font-size: 80%;
  line-height: 1.5em;
  font-family: Verdana, sans-serif;
  margin-top: 1em;
  margin-left: 1em;
  max-width: 1000px;
}

p {
  position: relative;
  left: var(--left-margin-percent);
  margin-bottom: 0.7em;
  margin-right: 0;
  width: var(--rhs-width-percent);
  max-width: 700px;
}

span {
  display: inline-block;
}

code {
  font-size: 60%;
  /*line-height: 1em;*/
  font-family: Menlo, monospace, sans-serif;
  color: #aaa;
}

p code {
  position: relative;
  left: -25ch;
}


ul {
  position: relative;
  left: var(--left-margin-percent);
  width: var(--rhs-width-percent);
  margin-bottom: 1.5em;
  margin-top: -0.5em;
  list-style-type: disc;
}

li {
  list-style-type: disc;
}

h1,h2,h3,h4 {
  font-weight: 400;
  font-family: Cousine, Verdana, sans-serif;
  width: 74%;
}

h2,h3,h4 {
  max-width: 270px;
}

h1 {
  text-align: left;
  font-size: 3em;
  line-height: 1em;
  position: relative;
  left: var(--left-margin-percent);
}

h1+p {
  /*subtitle*/
  font-style: italic;
  font-size: 110%;
}

h2 {
  font-size: 0.9em;
  font-weight: bold;
  color: #a00;
  margin-top: 1em;
  position: relative;
  top: 1.4em;
  text-align: right;
  width: var(--left-header-width-percent);
}

h3 {
  font-size: 1em;
  font-weight: lighter;
  line-height: 2em;
  position: relative;
  top: 1.7em;
  text-align: right;
  width: var(--left-header-width-percent);
  border-top: thin groove;
}

h2#core-competencies~h3 {
  border-top: none;
}

h4 {
  /*timespan*/
  font-size: 60%;
  font-family: Menlo, monospace, sans-serif;
  line-height: 1em;
  position: relative;
  color: #aaa;
  top: 1.7em;
  text-align: right;
  width: var(--left-header-width-percent);;
  text-transform: uppercase;
}

a {
  color: inherit;
}

a:hover {
  color: #39f
}

address {
  margin-top: -1em;
  position: relative;
  left: var(--left-margin-percent);
  color: #aaa;
  font-family: Menlo, monospace, sans-serif;
  font-size: 80%;
}

address a {
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

#address {
  display: none;
}

footer {
  border-top: 1px solid #a00;
  border-bottom: 1px solid #a00;
  margin-top: 2em;
  font-style: italic;
  position: absolute;
  width: 50%;
  min-width: 500px;
  text-align: center;
  justify-self: center;
}

/*
@media only screen and (max-width: 480px) {
}*/