body {
    margin: 0;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    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/chuck-danger-unsplash-edited.jpg) center fixed;
    background-size: cover;
}
#wrapper {
    width: 75%;
    margin: auto;
}

#banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#branding {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin-bottom: 10px;
    color: darkgoldenrod;
}
#globalnav ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-right: 15px;
}
#globalnav li {
    list-style: none;
    margin: 10px;
}
#globalnav a {
    text-decoration: none;
    color: goldenrod;
}
#globalnav a:hover {
    color: whitesmoke;
}
#hero {
    background: url(images/elena-rouame-unsplash-cropped.jpg) center fixed;
    background-size: cover;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#hero p {
    font-size: 3em;
    width: 35%;
    margin-left: 5%;
}
#hero button {
    background-color: #413026;
    color: whitesmoke;
    margin-left: 5%;
    width: fit-content;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 5px;
    border: none;
}
#hero button:hover {
    background-color: #7b6d65;
    color: goldenrod;
}

h1,
h2,
h3,
strong,
#hero p {
    font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 1.6em;
}

footer p {
    font-size: 0.8em;
    color: whitesmoke;
    padding-left: 15px;
}

.c-ends {
    background: #413026;
}
.c-heading {
    background: #7b6d65;
    border-radius: 3px;
}
