html, body {
    scroll-behavior: smooth;
}

body {
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
    max-width: 960px;
    margin-bottom: 5em;
}

.container footer p {
    font-size: 95%;
}

.container footer a {
    color: gray;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

h1#top {
   font-weight: normal;
}

h1#top strong {
    font-weight: bold;
}

h1 {
    font-size: 3.3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.3em;
}

p, li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.3em;
}

ul li ul {
    margin-top: 0.3em;
}

a {
    border-bottom: 1px solid;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}

h2.cta {
    margin-top: 1em;
}

/* thx http://modernweb.com/2014/01/13/enhancing-the-html-abbr-element-on-mobile/ */
abbr[title] {
    border-bottom: 1px dashed #ADADAD;
    cursor: help;
}

abbr[title]:after {
    content: "";
}

@media screen and (max-width: 1025px) {
    abbr[title]:after {
        font-style: italic;
        content: " (" attr(title) ")";
    }

    abbr {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 600px) {
    ul {
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .my-photo {
        margin-bottom: 1em;
        max-width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .my-photo {
        float: right;
        margin-left: 1em;
        margin-bottom: 0.5em;
    }
}

/* courses start */
.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb > li {
    font-size: 95%;
    font-style: italic;
}

p.i-know-it-all {
    font-size: 110%;
    font-style: italic;
    color: #4d4d4d;
    margin: 10px 10px 10px 40px;
}

p.course-intro, p.course-date {
    font-size: 160%;
}

p.course-date-info {
    font-size: 95%;
    margin-bottom: 1.25em;
}

.training-listing-footer-notes li {
    font-size: 110%;
}

.homepage__claim {
    font-size: 160%;
}

.homepage__current-projects {
    margin-top: 1em;
}
.homepage__current-projects p {
    margin: 1em 0em;
}

.homepage__past-projects p {
    font-size: 100%;
}
