body {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
}

header{
  text-align: center;
  background-image: url("../images/namehere.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 166px;
  padding-bottom: 180px;
  color: white;
  text-shadow: 3px 4px 4px rgba(0,0,0,0.63);
}

section > div {
  width: 960px;
  margin: auto;
}

h1 {
  margin: 0;
  font-size: 80px;
  line-height: 1;
}

h2 {
  margin: 0;
  font-size: 30px;
  margin-top: 16px;
  line-height: 1;
}


h3 {
  margin: 0;
  font-size: 40px;
  text-align: center;
  padding-top: 49px;
}

section.intro {
  padding-bottom: 37px;
  background-color: rgb(185, 184, 180);
}


section.intro img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  object-position: 75%;
  float: right;
  margin-left: 45px;
  margin-bottom: 30px;
  margin-top: 6px;
  margin-right: 1px;
  padding-top: 13px;
}

section.intro p {
  line-height: 25px;
  font-size: 18px;
  margin: 0;
  margin-bottom: 1em;
}

p.first {
  padding-top: 13px;
}

.second {
  padding-top: 27px;
}

h3.two {
  padding-top: 12px;
}

h4 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 7px;
}

section.photos {
  background-color: rgb(73, 72, 71);
  padding-bottom:60px;
  color: white;
}

section.photos img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  float: left;
  margin-right: 12px;
}

section.photos p {
  line-height: 25px;
  font-size: 18px;
  margin: 0;
  margin-bottom: 1em;
}

#grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 33px 0 0 0;
  width: 0;
  column-gap: 50px;
  row-gap: 22px;
  list-style: none;
}

#grid li {
  width: 430px;
}

section.final {
  background-color: rgb(185, 184, 180);
  padding-bottom: 75px;
}

section.final h3 {
  padding-top: 42px;
  padding-bottom: 5px;
}

section.final p {
  line-height: 36px;
  font-size: 26px;
  margin-left: 125px;
  margin-right: 125px;
  margin-bottom: 1em;
  text-align: center;
}

div.foot {
  padding-top:25px;
  padding-bottom: 40px;
  font-weight: 400;
  width: 960px;
  padding-bottom: 10px;
  margin: auto;
  font-size: 18px;
  background-color: rgb(255, 255, 255);
}