 body {
    background-image: url(images/chuckdanger.jpg);
    background-size: cover;
    align-items: center;
}
#wrapper {
  width: 60%;
  margin:auto
}
#banner {
  background-color: darkgoldenrod;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#branding {
  font-size: 1.2cm;
  font-weight: 300;
  padding: 5px 0 0 15px;
}
#global nav ul {
  display: flex;
  justify-content: center;
}
#global nav li {
  list-style: none;
  margin: 10px;
}
#global nav a {
  text-decoration: none;
  color: crimson;
}
#hero {
  background: url(images/elenacropped.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%
}
h1,h2 {
  font-family: "Valley Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
