body {
    margin: 0;
    font-family: "Playwrite NZ Basic", cursive;
    font-optical-sizing: auto;
    font-weight: 43em;
    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: 2em;
        background: url(images/jean-baptiste-d-unsplash-Photopea-edited.jpg) center fixed;
        background-size: cover;
        color: black;
}
#banner {
    background: rgba(255, 255, 255, 0.7);
    /*background: url(images/valentina-giarre-Photopea-unsplash.jpg);*/
    background-size: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#branding {
    padding-left: 15px;
    font-size: 1.2em;
    font-weight: 400;
}
#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/benjamin-lehman-unsplash.jpg); 
    background-size: cover;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#hero p {
    font-size: 1.5em;
    width: 45%;
    padding-left: 4%;
    color: white
}
#hero button {
    background-color: black;
    color: white;
    margin-left: 4%;
    width: fit-content;
    padding: 10px;
}

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

h1,
#hero p{
    font-family: cursive;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.3em;
    line-height: 1.5em;
}
h3 {
    line-height: 1.5em;
}
p {
    font-size: 1.5em;
}
footer {
    font-size: 0.7em;
}
/*
.classtest {background: url(images/benjamin-lehman-unsplash.jpg);
    background-size: cover;
}*/