html {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200pt;
  font-style: normal;
  line-height: 1.4;

}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 16px;
}

h2 {
  font-size: 30px;
    line-height: 1;
}
h3 {
  text-align:center;
  line-height: 1;
  font-size: 40px;
}

h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
}

section {
  padding: 39px 0 40px 0;
}
header {
  background-color:rgb(175, 25, 25);
  background-image:url(https://www.dogster.com/wp-content/uploads/2014/09/close-up-chocolate-labrador_Victoria-Rak_Shutterstock.jpg);
  padding: 162px 0 162px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1;
}

div.column {
background-color: rgba(255, 255, 255, 0.54);
width: 960px;
margin: auto;
}

#bp {
  width: 400px;
  height: 300px;
  float: right;
  border: 1px;
  margin-bottom: 10px;
  margin-left: 38px;
}
section.intro {
 background-color:rgb(255, 0, 255,.4);
  background-color:#efeeee;
  padding-bottom:50px;
} 

section.photo-grid {
margin-top: 10px;
padding-bottom: 60px;
}

ul {
  list-style:none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 21px
}
li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.photo-grid img {
  height: auto;
  display: block;
}
.picdiv
{
  margin-left: -38px;
  margin-right: 40px;
  margin-top: 1.px;
}

.picdiv2
{
  margin-left: -38px;
  margin-right: 40px;
  margin-top: 3px;
}

.picdiv3
{
  margin-left: -38px;
  margin-right: 40px;
   margin-top: 4px;
}

section.two {
margin-top: 3px;
}

#h31 {
  margin-top: 0px;
}

#p31 {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  max-width: 705px;
  margin: 0 auto;
}
#sec3 {
  background-color:rgba(0, 0, 255, .3);
  padding: 47px 0 100px 0;
}

footer {
  padding-top: 39px;
  margin-left: 230px;
}