/* Styles for resume site */

/* Printing */

div.style-on-print {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

div.grow-vertical {
    height: 100%;
}

.col-print-4 {
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
}

.col-print-8 {
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
}

div.order-print-1 {
    order: 1 !important;
    display: flex !important;
}

div.order-print-2 {
    order: 2 !important;
    display: flex !important;
}

div.order-print-3 {
    order: 3 !important;
    display: flex !important;
}

div.order-print-4 {
    order: 4 !important;
    display: flex !important;
}

div.order-print-5 {
    order: 5 !important;
    display: flex !important;
}

/* Whole-document text styles */
body.style-on-print {
    font-family: 'Roboto', sans-serif;
    background-color: #fff !important;
    height: 100%;
}

span.bold {
    font-weight: 600;
}

span.heavy {
    font-weight: 900;
}

ul {
    padding-inline-start: 12px;
}

/* Allow paragraph sections to scrunch together */
/* We will take care of this with a manual margin */
.resume p {
    margin: 0;
}

/* Color all aqua sections of the document */
.aqua {
    background-color: #6fccad;
    background-clip: content-box;
}

/* Controls for the colored line */
div.line {
    height: 0.5em;
}

/* Controls for the major sections of the document */
.main-body, .sidebar, .contact-info {
    margin: 16px;
}

/* Controls for the subsections of the document */
.subsection-title {
    font-size: 2em;
    font-weight: 900;
}

.subsection-content {
    margin-left: 12px;
    margin-right: 12px;
}

/* Controls for the "entries" -- a particular job, project, etc. */
.entry {
    margin-bottom: 12px;
    line-height: 1.2;
}

p.entry-leadline {
    font-size: 1.2em;
    letter-spacing: -0.4px;
}

p.entry-tiny {
    font-size: 0.8em;
    color: #808080;
}

/* Controls for the online presence settings... Mostly inlining elements */
.online.entry > * {
    vertical-align: middle;
    display: inline;
}

img.online-logo {
    height: 1.2em;
    margin-right: 6px;
}


/* Modals */
.modal-body ul {
    margin-left: 24px
}


/* Links */
a, a:link, a:visited {
    color: #333;
    text-decoration: none !important;
}

a .entry-leadline {
    text-decoration: none !important;
}

a ul {
    text-decoration: none !important;
}