/* Override Cargo defaults */
body, html {
    background-color: #c41e1e !important;
    color: #000 !important;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

#page, .page, .content, main {
    background-color: #c41e1e !important;
    padding: 40px !important;
    max-width: 600px !important;
}

h1 {
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 2em !important;
}

.bio {
    margin-bottom: 3em !important;
}

.section-label {
    margin-bottom: 0.5em !important;
    font-style: italic !important;
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

li {
    margin-bottom: 0.25em !important;
}

a {
    color: #000 !important;
    text-decoration: underline !important;
}

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

.contact {
    margin-top: 3em !important;
}

::selection {
    background: #000;
    color: #c41e1e;
}

body, html, #page, .page, .content, main, div, p, h1, ul, li {
    text-align: left !important;
}

#page, .page, .content, main, .container, .page-container, article, section, .wrapper, #container {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 40px !important;
    left: 0 !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
}

p, h1, ul, li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

h1 {
    margin-bottom: 1.5em !important;
}

.bio, p.bio {
    margin-bottom: 2em !important;
}

.section-label, p.section-label {
    margin-bottom: 0.4em !important;
}

li {
    margin-bottom: 0.15em !important;
}

.contact, p.contact {
    margin-top: 2em !important;
}

li::before {
    content: "* " !important;
}

css.photographer-link {
    text-decoration: none !important;
    transition: all 0.15s ease !important;
}

.photographer-link:hover {
    background-color: #000 !important;
    color: #c41e1e !important;
    padding: 0 4px !important;
    margin: 0 -4px !important;
}