@font-face {
    font-family: 'LispM';
    src: local('LispM'), url('./LispM.otf') format('opentype');
}

* {
    box-sizing: border-box;
}

body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'LispM';
}

body, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 12pt;
}
h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
}

body {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flow-root;
}

:root {
  --main-width: 80%;
  --main-height: 85%;
  --cmd-height: 10%
}

main {
    width: var(--main-width);
    height: calc(var(--main-height) - var(--cmd-height));
    overflow: auto;
    margin: auto;
    margin-top: calc((100% - var(--main-height))/2);
    border: thin solid #555;
}
#command-area {
    width: var(--main-width);
    height: var(--cmd-height);
    background: black;
    margin: auto;
    color: white;
}

section {
    overflow: hidden;
    text-align: justify;
}

.padded {
    padding: 0.4em;
}

#info, #experience, #projects, #skills, #education {
    font-family: 'LispM';
}
#education, #skills, #experience, #projects {
    border-top: none;
}
#info, #skills, #experience, #projects {
    border-bottom: none;
}
#experience {
    border-right: none;
}
#projects {
    border-left: none;
}

section#info {
}

div.mid {
    height: auto;
    overflow: hidden;
}

section#experience {
    width: 50%;
    float: left;
    height: 100%;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

section#projects {
    width: 50%;
    height: 100%;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 12pt;
}

h1 {
    font-weight: 900;
    letter-spacing: 1.2pt;
}

h2 {
    font-weight: 700;
    margin-top: 4pt;
    letter-spacing: 1pt;
}

address {
    font-style: normal;
}

ul {
    margin-left: 0;
    list-style: none;
}

li {
    position: relative;
}

li::before {
    content: ">";
    left: -1.2em;
    position: absolute;
}

#info address {
    display: inline-block;
}
.contactinfo {
    list-style: none;
    display: inline-block;
}
.contactinfo li {
    display: inline-block;
}
.contactinfo li::before {
    display: none;
}

.calmtext {
    font-family: 'Lato';
}

p.timeplace > address {
    display: inline !important;
}

.jobdescription, .description {
    margin-top: 2pt;
    margin-left: 0.8em;
    font-size: 10pt;
}

section#info .description {
    margin-top: 1em;
}

.jobtitle {
    font-style: italic;
}

li + li {
    margin-top: 4pt;
}

a {
    color: hsl(0,0%,50%);
    color: black;
}

a:visited {
    color: hsl(0,20%,50%);
}

section#skills {
    clear: both;
}

ul.languages {
    margin-bottom: 18pt;
}

ul.languages, ul.oses {
    list-style: none;
    clear: both;
}

ul.languages li:before, ul.oses li:before {
    display: none;
}

ul.languages li + li, ul.oses li + li {
    margin-left: 4pt;
}

ul.languages li, ul.oses li {
    position: inherit;
    list-style: none;
    float: left;
    margin: 0px;
}

.cf:before {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

p.achievments {
    margin-top: 4pt;
    font-size: 10pt;
}

.education, .award {
    font-style: italic;
}

.resume {
  font-weight: normal;
  font-size: 1rem;
  float: right;
}
