body {
	margin: 0;
    font-family: 'Archivo Narrow', sans-serif;

}

header {
    background-color: rgba(255,0,0,0.3);
    text-align: center;
    padding-top: 166px;
    background-image: url('../images/capybaraswimming.webp');
    background-size: cover;
    background-position-y: center;
    color: white;
    padding-bottom: 188px;
}

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

h1 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 16px;
}
h2 {
    text-align: center;
    font-size: 40px;
}
header h2 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

section {
    padding-top: 15px;
    padding-bottom: 37px;
}
section:first-of-type {
    background-color: blanchedalmond;
}

.main-column {
    width: 960px;
    margin: auto;
}

p {
    font-size: 18px;
    line-height: 1.38;
    /* letter-spacing: -1; */
    /* padding-top: 33px; */
    margin-bottom: 19px;
}
section h2 {
    padding-top: 25px;
    margin-bottom: 33px;
}
img {
    width: 400px;
    height: 300px;
    float: right;
    margin-top: -1px;
    margin-left: 41px;
    margin-bottom: 25px;
}
.section2 {
    background-color: rgb(255, 168, 38);
}
section h2 {
    margin-bottom: 33px;
}
.grid-setup {
    display:grid;
    grid-template-columns: 1fr 1fr;
    height: 523px;
    width: 960px;
    margin-left: 0px;
    position:relative;
}
.grid {
    padding: 0px;
}
ul {
    margin: 0px;
    list-style-type: disc;
}
h3 {
    margin: 0px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 6px;
}
.grid li {
    text-align: left;
    list-style: none;
    display: block;
    margin-bottom: 0;
    margin-left: 227px;
    
}
.grid img {
    width: 200px;
    height: 150px;
    float: left;
    object-fit: cover;
    padding-right: 13px;
}
.grid-setup li {
    width: 100%;
}
li p {
    font-size: 18px;
}
.section3 {
    background-color: rgb(198, 211, 255);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 81px;
}
.section3 p {
    font-size: 26px;
    text-align: center;
    margin-left: 125px;
    margin-right: 125px;
    line-height: 36px;
}
.section4 {
    background-color: blanchedalmond;
}
footer {
    display: block;
    margin-top: 42px;
}
