body{
    font-family: "Archivo Narrow", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding:0;
}


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

h2{
    margin: 0;
    margin-top: 16px;
    font-size: 30px;
    line-height: 1;
}

h3{
    margin:0;
    padding-top: 41px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 40px;

}

h4 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.text h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 2px;
}

.text h5 {
    font-size: 18px;
    margin-top: 5px;
    max-width: 88%;
    line-height: 25px;
    font-weight: normal;
    padding-bottom: 7px;
    }

header {
    text-align: center;
    background-image: url(../images/mountain-and-ocean.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    background-color: lightblue;
    padding-top: 166px;
    padding-bottom: 188px;
}


   
section > div {
    /* background-color: rgba(0, 0, 0, .25); */
    width: 960px;
    margin: auto;
}

section.intro{
    background-color: lightcyan;
    padding-bottom: 40px;
}

section.intro img {
    width: 400px;
    height: 300px;
    float: right;
    margin-top: 18px;
    margin-bottom: 30px;
    margin-left: 40px;
}

section.intro p {
    font-size: 18px;
    margin-top: 17px;
    line-height: 19pt;

}

section.photo-grid h3 {
    padding-top: 30px;
    padding-bottom: 30px;
    
}

div {
    display: block;
}

section.photo-grid {
    padding-top: 10px;
    background-color: lightpink;
    padding-bottom: 40px;
}

div.photo img{
    width: 200px;
    height: 150px;
    object-fit: cover;
    display: block;
    margin-bottom: 0;
}

.rows {
    display: grid;
    grid-template-columns: repeat(2, 200px 256px);
    gap: 12px;
    row-gap: 0px;
}

section.last p {
    font-size: 26px;
    text-align: center;
    margin-left: 125px;
    margin-right: 125px;
    line-height: 1.4;

}

section.last h3 {
    padding-bottom: 8px;
}

section.last {
    background-color: lightgoldenrodyellow;
    padding-bottom: 75px;
}

footer {
    width: 960px;
    margin: auto;
}

footer h4{
    font-size: 18px;
    font-weight: normal;
    padding-top: 40px;
}