body {
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    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;
    line-height: 1.5em;
    background: url(images/josh-marshall-unsplash.jpg) center fixed;
    background-size: cover;
}

#wrapper {
    width: 60%;
    margin: auto;
}

h1, h2, h3, strong {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
}

h1 {
    font-size: 250%;
}

.classtest {
    /*background: aquamarine;*/
}

#banner {
    background: rgba(148, 99, 70, 0.75);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#branding {
    padding-left: 15px;
    font-size: 1.2em;
    font-weight: 300;
    padding: 5px 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: #f2df71;
}

#globalnav a:hover {
    color: black;
}

#hero {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    background: url(images/dominik-scythe-unsplash.jpg) center fixed;
    background-size: cover;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#hero p {
    font-size: 2em;
    width: 20%;
    margin-left: 20%;
}

#hero button {
    background-color: black;
    color: #fff9f0;
    margin-left: 20%;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    border: none;
}