body {
  margin: 0;  
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    line-height: 1.5em
        background: url{images/janosch-lino-unsplash copy.jpg} center fixed; 
    background-size: cover; 
}
}

#hero {
    background: url(images/marking-gauge.jpg) center fixed;
    background-size: cover;
    min-height: 300px;
    display: flex; 
    flex-direction: column;
    width: 100%;
}



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

#hero button {
    background-color: 000; 
    color: whitesmoke;
    margin-left: 20%;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    border:none;
}
#wrapper {
    width: 60%;
    margin: auto;
}

#banner{
    background: rgba(255, 255, 227, 0.3);
    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:crimson;
}
#globalnav a:hover
    color: black;

h1, h2, h3, strong, 
#hero p {    
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    /*
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    */
}
h1 {
    font-size: 2em;
}
h2{
    font-size: 1em;
}

.classtest{ background: yellow}