html, body {
    color: #000;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}
.mainContent, footer.container {
    max-width: 900px;
}

footer.container {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dashed #aaa;
}

@media (max-width: 767px) {
    .sidebar {
        padding-top: 30px;
    }
}
@media (min-width: 980px) {
    body {
        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
        padding-bottom: 40px;
    }
}

h1.main-title .title-1,
h1.main-title .title-2,
h1.main-title .title-3,
h1.main-title .title-4 {
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    display: block;
    text-align: center;
}

h1.main-title {
    background: url('/images/title.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 400px;
    background-size: contain;
    margin-bottom: 2em;
}

hr {
    border-top: 10px solid #000;
    max-width: 100%;
}

.col-title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 1em;
}

.col-title.contact-title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.col-title.fun-title {
    margin-bottom: 0.25em;
}
@media (min-width: 980px) {
    .col-title.fun-title {
        margin-top: 2em;
    }
}

.fun-list li:last-child {
    margin-bottom: 3em;
}

.picture-wrapper hr {
    margin: 0;
    display: block;
}
.picture {
    display: block;
    width: 100%;
}

.xp, .skill, .training, .fun {
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

.xp-date, .skill-label, .training-date {
    font-weight: bold;
}

.xp-label, .skill-desc, .training-label, .fun-label {
    font-weight: 300;
}

.xp-place, .skill-misc, .training-place {
    color: #888;
    font-weight: 300;
}

/*.xp-date-to:before {
    content: '\2023';
}*/
ul.xp-list li {
    margin-bottom: 0.25em;
    line-height: 1.15em;
}
.xp-label-header {
    margin-bottom: 0.25em;
}
@media (min-width: 980px) {
    .contact-container {
        margin-top: 12em;
    }
}
