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

header {
    text-align: center;
    /* a stands for alpha */
    background-image: url("../images/background-image.jpg");
    background-repeat: no-repeat;
    padding-top: 166px;
    padding-bottom: 188px;
    color: white;
}


h1 {
    margin: 0;
    font-size: 80px;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    /* small drop shadow */


}

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

}

section.intro {
    background-color: lightblue;
}

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



section.intro>div>h3 {
    margin-top: 0;
    padding-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 32px;


}

#imageone {
    float: right;
    margin-left: 41px;
    margin-bottom: 37px;

}

section.intro>div>p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 0px;
}

section.middle {
    background-color: lightsalmon;

}

section.middle>div {
    width: 960px;
    margin: auto;
    padding-bottom: 71px;

}

section.middle>div>h3 {
    text-align: center;
    font-size: 40px;
    padding-top: 41px;
    margin-top: 0;
    margin-bottom: 0;
}

section.middle ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
    margin-right: -40px;
    margin-top: 0px;
}

section.middle li.imageandtext {
    display: flex;
    align-items: flex-start;
    width: 48%;
    margin-top: 31px;
    margin-bottom: -7px;

}

section.middle .gridimagetext {
    margin-left: 12px;
    margin-top: -19.3px;
    width: 45%;
    margin-bottom: 10px;
}

.gridimagetext>h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.gridimagetext>aside {
    font-size: 18px;
    line-height: 1.379;
}

section.end {
    background-color: lightgreen;

}

section.end>div>h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 31px;
    margin-top: 0px;
}

section.end>div {
    /* background-color: rgba(0, 0, 0, .25); */
    width: 705px;
    margin: auto;
    text-align: center;
    padding-top: 41px;
    padding-bottom: 75px;


}

section.end>div>p {
    font-size: 26px;
    line-height: 1.3899;
}

footer {
    padding-top: 1px;
    padding-bottom: 28px;
    background-color: lightcyan;
}

footer>p {
    display: block;
    margin-top: 41px;
    margin-left: 360px;
    font-size: 18px;
}