body {
font-family: "Archivo Narrow", sans-serif;
font-optical-sizing: auto;
}
header {
    text-align: center;
    background-color: rgba(255,0,0,.3);
    background-image: url(../images/bluelake.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 166px;
    padding-bottom: 180px;
}

h1 {
    margin:0;
    color: white;
    font-size: 80px;
    line-height: 1;
    text-shadow: 0px 2px 4px #000000;
}

h2 {
margin:0;
color: white;
font-size: 30px;
margin-top: 16px;
line-height: 1;
text-shadow: 0px 2px 4px #000000;

}


h3 {
    margin:0;
    color:black;
    font-size: 40px;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 31px;
}

p {
    line-height: 1.4;
    font-size: 18px;
    margin-left: 255px;
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0.2rem;
}

p.lastparagraph {
    margin-top: 16px;
}

section.first {
    background-color: lightblue;
    padding-top: 10px;
    padding-bottom: 50px;
}

section.first img {
    width: 400px;
    height: 300px;
    float: right;
    margin-left: 39px;
    margin-right: 255px;
    margin-top: 0px;
    margin-bottom: 30px;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

h3.secondheader {
     margin:0;
    color:black;
    font-size: 40px;
    text-align: center;
    margin-top:34px;
}

section.second {
    background-color: lavenderblush;
    padding-top: 20px;
    padding-bottom: 50px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 935px;
  margin-left: 255px;
  margin-top:30px;
  text-align: left;
gap: 25px;
}

.grid-item {
  display: flex;
  align-items: flex-start;
}

.grid-item img {
  width: 200px;
  height: 150px;
}

h4 {
    font-size: 20px;
    margin-left:12px;
     margin-top: 0px;
     margin-bottom:0px;
}

p.phototext {
    margin-left: 12px;
    font-size:18px;
    margin-top:8px;
}

p.thirdparagraph {
    font-size: 26px;
    text-align: center;
    margin-right: 250px;
    margin-top: 30px;
    margin-left: 250px;
}

section.third {
    background-color: lavender;
    padding-top: 20px;
    padding-bottom:80px;
}

p.copyright {
    margin-top: 37px;
}

footer {
    background-color: blanchedalmond;
    padding-top: 5px;
    padding-bottom:30px;
}