/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;
}

body { 
    line-height: 1;
}

ol, ul { 
    list-style: none;
}

blockquote, q { 
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { 
    content: '';
    content: none;
}

table { 
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face { font-family: 'Futura';
    src: url("/assets/css/subset-FuturaLT-Heavy.woff2") format("woff2"), url("/assets/css/subset-FuturaLT-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face { 
    font-family: 'Futura';
    src: url("/assets/css/subset-FuturaLT.woff2") format("woff2"), url("/assets/css/subset-FuturaLT.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face { font-family: 'Futura';
src: url("/assets/css/subset-FuturaLT-HeavyOblique.woff2") format("woff2"), url("/assets/css/subset-FuturaLT-HeavyOblique.woff") format("woff");
font-weight: 900;
font-style: italic;
font-display: swap;
}

@font-face { font-family: 'Futura';
src: url("/assets/css/subset-FuturaLT-Oblique.woff2") format("woff2"), url("/assets/css/subset-FuturaLT-Oblique.woff") format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}

@font-face { font-family: 'Garamond';
src: url("/assets/css/subset-GaramondPremrPro-Bd.woff2") format("woff2"), url("/assets/css/subset-GaramondPremrPro-Bd.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face { 
    font-family: 'Garamond';
    src: url("/assets/css/subset-GaramondPremrPro.woff2") format("woff2"), url("/assets/css/subset-GaramondPremrPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face { 
    font-family: 'Garamond';
    src: url("/assets/css/subset-GaramondPremrPro-BdIt.woff2") format("woff2"), url("/assets/css/subset-GaramondPremrPro-BdIt.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face { 
    font-family: 'Garamond';
    src: url("/assets/css/subset-GaramondPremrPro-It.woff2") format("woff2"), url("/assets/css/subset-GaramondPremrPro-It.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body { 
    margin: 0.5em auto;
    max-width: 60em;
    padding: 0 1em;
    display: block;
    font-size: 18pt;
    line-height: 130%;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

p{
    max-width: 35em;
    padding-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 { font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
}
h1 { font-size: 4em;
    line-height: 1.1em;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
@media (max-width: 600px) {
    h1 { font-size: 2.5em;
    }
}
@media (max-width: 400px) {
    h1 { font-size: 2em;
    }
}

a{
    color: black;
}
