/* 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;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

.yeseva-one-regular {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-flex {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

body > header, 
body > main {
    max-width: 900px;
}

nav > p
{
    text-transform: uppercase;
    font-weight: 700;
    font-family: "roboto-flex", sans-serif;
    top: 15px;
    margin-top: 0;
}

body
{
    font-family: "Crimson Text", serif;
    font-style: normal;
    background-color: white;
    margin: 0px 10px;
}

h1
{
    font-family: "arial", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: center;
}

span
{
    font-family: "roboto-flex", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p, p > span
{
    font-family: "roboto-flex", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 1.8em;
    margin-bottom: 1em;
}

p
{
    font-family: "crimson-text-regular", serif;
    line-height: 1.6;
}

section.title > p {
    font-family: "roboto-flex", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 1.8em;
    margin-bottom: 1em;
}

section.title > p > span {
    text-transform: none;
    font-size: 18px;
    display: inline-block;
    max-width: 700px;
}

span.wordmark
{
    text-transform: uppercase;
    font-weight: 700;
}

header{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

    div
    {
        height: 80vh;
        flex-direction: column;
        display: flex;
        margin-bottom: 30px;
        
        img
        {
            display: block;
            width: auto;
            height: 100%;
            margin: 0 auto;
        }

        span
        {
            display: block;
            padding-top: 10px;
            text-align: center;;

        }
    }
}

main.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 200px;
}

section.title {
    text-align: center;
    margin-bottom: 100px;
    text-transform: uppercase;
}

@media screen and (min-width: 900px) {

    p, p > span
    {
        font-size: 28px;
        line-height: 1.6;
    }

    nav > p {
        position: fixed;
    }
}