body {
    margin: 0 0 0 0;
    font-family: "Lato", sans-serif;
  font-weight: 350;
  font-style: normal;
    line-height: 1.5;
    background: url(images/Jir%CC%8Ci%CC%81%20Suchy%CC%81.jpg) center fixed;
    background-size: cover;
}

#banner {
background: rgba(246, 246, 231, 0.6);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#branding {
    padding-left: 15px;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0px 0 0 15px;
} 
#globalnav ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding-right: 15px;
}

#globalnav li {
    list-style: none;
    margin: 5px;
}
#globalnav a {
    text-decoration: none;
    color: rosybrown;
}
 #globalnav a:hover {
    text-decoration: none;
    color: black;
}

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

#hero p {
    font-size: 1.5em;
    width: 15%;
    padding-left: 10%;
    padding-top: 5%;
    padding-bottom: 5;
    color: white
}

#hero button {
    background-color: black;
    color: whitesmoke;
    margin-left: 10%;
    width: fit-content;
    padding: 10px; 
    border-radius: 4px;
    border: none;
}


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


h1, 
h2, 
h3, 
strong,
#hero p
 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    line-height: normal;
}

h1 {
    font-size: 300%
}

h2 {
    font-size: 200%
}