body {
    margin: 0;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.5;
    background: url(images/chuck-danger-s9QlFhP8b74-unsplash-screen.jpg) center fixed;
    background-size: cover;
}

#banner {
    background: rgba(255, 255, 0, 0.29);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#branding {
    padding: 10px 0 0 15px;
}

#globalnav ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding-right: 15px;
}

#globalnav li {
    list-style: none;
    margin: 10px;
}

#globalnav a {
    text-decoration: none;
    color: crimson;
}

#globalnav a:hover {
    color: black;
}

#hero {
    background: url(images/elena-rouame-NaR8wK5gsVw-unsplash-cropped.jpg) center fixed;
    background-size: cover;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#hero p {
    font-size: 2em;
    width: 35%;
    margin-left: 10%
}

#hero button {
    background: black;
    color: white;
    margin-left: 10%;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

#wrapper {
    width: 60%;
    margin: auto;
}


h1,
h2,
h3,  
#hero p {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
}

h1 {
    font-size: 3em;
    border-bottom: dashed;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.25em;
}

blockquote {
    background-color: gray;
    font-style: italic;
    color: white;
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 3%;
}


