@charset "utf-8";

body {
    margin: 1em;
    font-family: Garamond, ‘Hoefler Text’, ‘Times New Roman’, Times, serif;
    /*background-color: rgba(200,200,200,.15) */
}

p, li { font-size: 1.2rem }
h3 { border-bottom: 1px solid #aaaaaa ; }

.margin-none { margin: 0 }
.italic { font-style:italic; }


blockquote  { position:relative; }
blockquote p, blockquote ul.list-unstyled li { margin-left: 2rem; margin-right: 2rem }

blockquote p:first-child::before {
    content: "“";
    font-size: xx-large ;
    line-height: 25px;
    position: absolute;
    left: 12px;
}

.thumb { margin: 1.2rem; }
.credit { font-size: smaller; }

.player {margin-bottom: 2rem; }

.sponsors { padding-bottom: 20rem; text-align: center; }

.subtitle { font-style: italic; margin-top: 0 }

.h2-with-subtitle { margin-bottom: 0; }

.home-link a { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: small; }

div.sponsors {
    padding-bottom: 20rem;
    text-align: center;
    margin: 4rem;
    border-top: solid #d3cdcd thin;
}

div.sponsors > p {margin-top: 2rem;}