* {
    margin: 0;
    padding: 0;
}

@page {
    margin: 0.5in 0.55in 0.55in;
}

html {
    line-height: 1.4;
}

body {
    background: none;
    margin: 0;
    font-size: 12.5px;
}

h1,
h2,
h3 {
    color: #2f2f2f;
}

h1 {
    font-size: 28px;
    line-height: 1.05;
    font-weight: 600;
}

h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.08in;
}

h3 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 0.1in;
    margin-bottom: 0.03in;
}

body::before,
body::after {
    content: none !important;
    display: none !important;
}

.main {
    padding: 0 0 0.1in;
    background: none !important;
}

.wrap {
    background: #fff;
    box-shadow: none;
    width: auto;
    max-width: none;
    padding: 0 0.12in;
}

.layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2.15in;
    gap: 0.2in;
    align-items: start;
}

.main-content {
    grid-column: 1;
}

.other-items {
    grid-column: 2;
}

.main-content,
.other-items {
    padding: 0;
}

h2,
h3 {
    break-after: avoid-page;
    page-break-after: avoid;
    line-height: 1.25;
}

p,
li {
    orphans: 3;
    widows: 3;
}

section {
    margin-bottom: 0.08in;
}

.summary-text,
.experience li,
.skills li,
.interest li,
.awards li,
.education li {
    line-height: 1.38;
}

.other-items section,
.summary,
.skills,
.interest,
.awards,
.education {
    break-inside: avoid-page;
    page-break-inside: avoid;
}

.experience {
    break-inside: auto;
    page-break-inside: auto;
}

.experience h3,
.experience h3 + p {
    break-after: avoid-page;
    page-break-after: avoid;
}

.experience h3 + p + ul {
    break-before: avoid-page;
    page-break-before: avoid;
}

.experience li,
.experience li > div {
    break-inside: avoid-page;
    page-break-inside: avoid;
}

.experience .icon,
.other-items .icon,
.main-items .icon {
    background: #fff;
}

header {
    padding-left: 30px;
}

.icon-terminal {
    display: none;
}

.vcard {
    margin-left: 0;
}

.vcard,
.vcard a {
    color: #888;
}

.vcard .pdf_doc {
    display: none;
}

.vcard .tel,
.vcard .emailh,
.vcard .website {
    margin: 0 18px;
}

#second-header {
    display: block;
}
