html{
    font-family: "Archivo Narrow", sans-serif; 
 
}

header{
    text-align: center;
    padding-top: 166px;
    padding-bottom: 188px;
    background-color: brown;
    background-image: url('../images/saskatchewan-landscape-background.jpg');
    color:rgb(240, 237, 237);
}

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

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

h3{
    font-size: 40px;
    margin: 0;
    line-height: 1;
    text-align: center;
    padding-bottom: 25px;
}

section{
    margin: 0 auto;
    line-height: 1.4;
}

section > div{
    width: 960px;
    margin: auto;
    padding-top: 47px;
    padding-bottom: 54px;
}

p{
    font-size: 18px;
    margin: 15px 0 10px 0;
}

.portrait{
    float: right;
    margin: -3px 1px 33px 40px;
    width: 400px;
    height: 300px;
}

section.float-photo{
    color: white;
    background-color:green;
}

section.thumbnail-grid{
    display: block;
    margin: 0;
    background-color: rgb(243, 244, 239);
    color: rgb(9, 0, 128);
}

.list-of-items{
    padding: 40px 0 30px 0;
}

ul{
    display: flex;
    flex-wrap:wrap;
    padding: 0 0 0 0;
    text-align: left;
    font-size: 0.8rem;
    

}

ul img{
    width: 200px;
    height: 150px;
    object-fit: cover;
    padding: 0 0 0 0;
}

li{
    width: 50%;
    display: flex;
    padding: 0 0 0 0;
    margin-bottom: 15px;
}

.list-text{
    width: 50%;
    margin-left: 12px;

}

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

.list-text p{
    margin: 5px 14px 23px 1px;
  

}

section.summary{
    background-color: rgb(53, 163, 73);
    color: aliceblue;
}

.summary div{
    width: 705px;
    margin: auto;
    padding-top: 46px;
    padding-bottom: 96px;
}

.summary p{
    text-align: center;
    font-size: 26px;
    line-height: 1.38;
}

footer{
    background-color:rgb(44, 9, 149);
    width: 960px;
    margin: auto;
    padding-top: 21px;
    padding-bottom: 96px;
    padding-left: 414px;
    padding-right: 500px;
    text-align: left;
}

footer p{
    color: whitesmoke;
    margin-left: -288px;
}







