
section#presentation {
    max-width: 68em;
    width: 90%;
    margin: auto;

    padding-top: 2.0rem;
    padding-bottom: 1.0rem;
}

a {
    text-decoration: none;
    color: #12c0df;
}




body>footer {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    text-align: center;
}

body>footer p {
    font-size: 12px;
}


@media (min-width:993px) {
    h1 {
        font-size: 3.75em;
    }
    .timeline-event-copy h3 {
        font-size: 1.75em;
    }
}

@media (max-width:992px) and (min-width:691px) {
    h1 {
        font-size: 3.75em;
    }
    .timeline-event-copy h3 {
        font-size: 1.75em;
    }
}

@media (max-width: 690px) {
    h1 {
        font-size: 2.75em;
    }
    .timeline-event-copy h3 {
        font-size: 1.50em;
    }
}