@import url("https://use.typekit.net/qqv1euk.css");
*{
    font-family: stolzl, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.logoheader {
    padding-top: 50px;
    opacity: 0.5;
}

nav a:link, nav a:visited {
    font-family: ohno-blazeface, Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 32pt;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 0.05;
    color: rgb(57, 19, 13);
} 

nav a:hover, nav a:focus {
    font-family: ohno-blazeface, Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 32pt;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 0.05;
    color: rgba(255, 255, 255, 0.5);
}

nav ul li {
    display: inline-block;
    padding: 20px;
    margin-right: 20px;
}

h1 {
    font-family: ohno-blazeface, Georgia, 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 72pt;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 0.05;
    color: hsl(234, 66%, 17%);
    padding: 10px;
}

h3 {
    font-family: ohno-blazeface, Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 52pt;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 0.05;
    color: hsl(234, 66%, 17%);
    padding: 10px;
}

