body {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    background: url(images/images/chuck-danger-s9QlFhP8b74-unsplash%20copy.webp) center fixed;
    margin: 0 0 0 0;
}
#banner {
    background: rgba(194, 195, 190, 0.58);
    display: flex;
    flex-wrap: wrap;
        justify-content: space-around;
}
#branding {
    padding-left: 10px;
    padding: 5px 0 0 15px;
    font-size: 1.2em;
    font-weight:300;
}

#globalnav ul {
    
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
#globalnav li {
    list-style: none;
    margin:5px;
}
#globalnav a {
    text-decoration: none;
    color: crimson;
}
#globalnav a:hover {
    color: black;
}
#hero {
    background: url(images/images/photo-1581166975727-9bdb6c1248af.avif) center fixed;
    background-size: cover;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    width:100%
}
#hero p {
    font-size: 2em;
    width: 25%;
    margin-left: 10%;
}
h1,
h2,
h3,
strong,
#hero p {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
#hero button {
    background-color: #000;
    color: #bfbfbf;
    margin-left: 10%;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
h1 {
    font-size: 3m;
}
h2 {
    font-size: 2m;
}
#wrapper {
    width: 60%;
    margin: auto;
}