html {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

h1, h2, h3, h4, p {
    margin-top: 0;
}

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

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

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

h4 {
    font-size: 20px;
    margin-top: 1px;
    margin-bottom: 6px;
}

p {
    margin-bottom: 16px;
}

header {
    background-color: rgba(184, 189, 251, .5);
    background-image: url("../img/main-banner.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 166px 0 164px 0;
    color: rgb(255, 255, 255);
}

div.column {
    /* background-color: rgba(0,255,0,.1); */
    width: 960px;
    margin: auto;
}

section {
    padding: 47px 0 40px 0;
}

section.intro {
    background-color: rgba(237, 37, 237, 0.4);
    background-color: rgb(244, 239, 231);
}

.float-right {
    float: right;
    border: 1px solid rgb(0, 27, 56);
    margin-left: 38px;
    margin-bottom: 17px;
}

section.photo-grid {
    padding-bottom: 62px;
    color: rgb(83, 7, 33);
    background-color: rgb(255, 255, 255)
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 23px;
}

li {
    display: grid;
    grid-template-columns: 200px 1fr;
}

li > div {
    padding-left: 12px;
    padding-right: 22px;
}

section.last {
    background-color: rgb(243, 138, 170, 1);
    padding-bottom: 85px;
}

section.last > div.column {
    width: 705px;
    color:rgb(255, 255, 255);
}

p.last {
    font-size: 26px;
    text-align: center;
}

footer {
    padding-top: 40px;
    padding-bottom: 24px;
    color: rgb(244, 239, 231);
    background-color: rgb(0, 27, 56);
}