@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{
    font-family: Archivo Narrow, sans-serif;
    font-optical-sizing: auto;
}

header{
    text-align:center;
    color: white;
    background-image: url(https://cdn.pixabay.com/photo/2014/03/05/21/12/desert-279862_1280.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 166px;
    padding-bottom: 188px;
}

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

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

h3{
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 0 0 31px 0;

}

h4{
    margin: -1px 0 4px 0;
    font-size: 20px;
    line-height: 32px;
}

p{
    font-size: 18px;
    max-width: 960px;
    margin: 0;
    margin-bottom: 16px;
    line-height: 1.4;
    display: block;
}

p2{
    font-size: 26px;
    margin: 0;
    margin-top: 16px;
    line-height: 1.4;
}

li{
    margin: 0;
    padding: 0;
    clear: both;
}

section{
    padding: 1px 0 40px;
}

section.paragraph{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color:rgb(79, 64, 57);
    color:white;
}

section.photogrid{
    padding-top: 40px;
    padding-bottom: 52px;
    background-color: rgb(107, 180, 142);
    color: rgb(255, 255, 255);
}

section.quote{
    padding-top: 40px;
    background-color:rgb(58, 141, 161);
    color: white;
    text-align: center;
    font-size: 2px;
    padding-bottom: 100px;
}

div{
    display: block;
}

section > div{
    width: 960px;
    margin: auto;
}

section.quote > div{
    width: 710px;
    margin: auto;
}

.Trampoline{
    float: right;
    width: 400px;
    height: 300px;
    margin-bottom: 30px;
    margin-left: 40px;
}

.Photos{
    display: grid;
    grid-template-columns: 195px 235px 0px 195px 235px;
    gap: 18px;
    padding: 0 0 1px 0;
}


.Photos li{
    width: 90%;
    list-style-type: none;
    margin-left: -1px;
    font-size: 18px;
    align-self: start;
    line-height: 25px;
}

.Image{
    width: 200px;
    height: 150px;
}

footer{
    background-color: rgb(255, 255, 255);
    color: rgb(255, 0, 0);
    margin: 0;
    line-height: 1.4;
    display: block;
    padding: 41px 5px;
}

p.footertext{
    width: 960px;
    margin: auto;
    line-height: 0;
}