body {
    background: #252526;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Arial";
    height: 100vh;
}

#header {
    background: #34a4eb;
    height: 100px;
    width: 100%;
}

#name-title {
    float: right;
    color: white;
    height: 70px;
    margin: 30px 30px 0 0;
}

#name {
    font-size: 24pt;
}

#title {
    text-align: right;
}

#resume {
    display: flex;
    height: 100%;
}

#resume-content {
    background: #333333;
    height: 100%;
    flex-grow: 30;
    padding: 20px;
}

#persona-panel {
    flex-grow: 10;
}

.side-panel-section {
    margin: 20px;
    padding: 20px;
    background: #333333;
}

#skills {
    font-size: 14pt;
}

#self-image {
    background-image: url('./me.JPG');
    height: 250px;
    width: 250px;
    border-radius: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    color: #34a4eb;
    font-size: 18pt;
    display: flex;
}

.line {
    height: 0;
    margin: 13px;
    border: 1px solid #636363;
    flex-grow: 1;
}

.contact-link {
    padding: 3px;
}

.contact-link-text {
    display: none;
}

#dashed-list {
    margin-left: 1em;
}

.sub-text {
    font-weight: 400;
    font-size: 10px;
    margin-top: -10px;
}

ul li {
    font-weight: 400;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul.dash>li:before {
    display: block;
    float: left;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

em {
    font-weight: 400;
}

a {
    padding-top: 3px;
    color: white;
}

@media print {
    .contact-link {
        display: none;
    }

    .contact-link-text {
        padding: 3px;
        display: inline;
    }
}

.link-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
    color: white;
    content: url('./link.svg');
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #34a4eb;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

.project {
    padding-bottom: 10px;
}

.project-title {
    font-size: 12pt;
}

.project-description {
    margin-top: -5px;
    font-size: 10pt;
}

.job-title {
    padding-bottom: 10px;
}