@font-face {
    font-family: quicksand;
    src: url("Quicksand-Regular.otf")
}
@font-face {
    font-family: quicksand;
    src: url("Quicksand-Bold.otf");
    font-weight: bold;
}
html {
    margin: 0px;
    width: 100%;
    padding: 0px;
    font-family: calibri, sans-serif;
    font-size: 1.2em;
    background-color: #fff;
}

body {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 0px;
    border-color: #333;
    padding: 20px;
}

a {
    text-decoration: none;
    color: darkblue;
}

div.resume {
    padding: 10px;
    margin-right: 25px;
}

div.headerName {
    font-size: 2em;
    font-weight: bold;
}

div.headerContact {
    margin; 0px;
    padding: 0px;
    font-size: 1.25em;
}

div.headerEmail {
    display: inline-block;
    width: 33%;
    text-align: left;
    margin: 0px;
    font-weight: 300;
    overflow: hidden;
}

div.headerPhone {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0px;
    overflow: hidden;
}

div.headerLocation {
    display: inline-block;
    width: 33%;
    text-align: right;
    margin: 0px;
    overflow: hidden;
}

div.sectionHeader {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 25px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #aaa;
    padding: 5px;
    background-color: #eee;
}

div.sectionItem {
    padding: 25px;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #aaa;
}

div.sectionItem.bottom {
    border-width: 0px;
}

div.itemRight {
    display: block;
    float: right;
    max-width: 300px;
    text-align: right;
}

div.itemWhen {
    font-weight: bold;
}

div.itemWhere {
    font-style: italic;
}

div.itemWhat {
    font-weight: 700;
}

div.itemTitle {
}

div.itemSkills {
    padding: 5px;
    font-style: italic;
    font-size: 0.9em;
}

ul.itemList {
    margin: 5px;
    line-height: 1.5em;
    font-size: 0.9em;
    list-style-type: square;
}

li b {
    font-weight: 700;
}

div.letter {
    margin-top: 20px;
    white-space: pre-wrap;
    font-size: 1.25em;
}

