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

header{
    background-image: url("headerimage.jpeg");
    background-image: top center;
    background-size: 1500px, 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

section{
    /* background-color: rgba(0,0, 255, 0.5); */

}
h1, h2, h3, p {
    margin: 0;
    color: white;
}

h1{
    font-size: 80px;
}

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

h3{
    text-align: center;
    font-size: 40px;
    padding-bottom: 31px;
}

h4{
    font-size: 20px;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 1px;
    margin-bottom: 8px;
    color: white;
}

p{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15.7px;
}

.column_container{
    width: 960px;
    margin: auto;
    /* background-color: rgba(0, 0, 0, .2); */
    /* padding-top: 20px; */
    /* padding-bottom: 48px; */
}

header .column_container{
    padding-top: 152px;
    padding-bottom: 188px;
}

.intro_text{
    background-color: rgb(223, 195, 213);
}

.intro_text .column_container{
    padding-top: 40px;
    padding-bottom: 31px;
    /* background-color: rgb(243, 226, 237); */
}
    
.content_grid{
    background-color: rgb(178, 190, 214);
}

.content_grid .column_container{
    padding-top: 50px;
    padding-bottom: 50px;
    
} 

.sectiononeimage{
    width: 400px;
    height: 300px;
    float: right;
    margin-left: 13px;
    padding-left: 30px;
    /* padding-right: 2px; */
    padding-top: 1px;
    padding-bottom: 40px;
}

.grid_img{
    width: 200px;
    height: 150px;
    flex-shrink: 0;
    object-fit: cover;
}
li{
/* display: block; */
width:50%;
text-align: left;
display: flex;
padding-bottom: 22px;
}
ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    /* padding-right: 20px; */
}

.closing_summary p{
    font-size: 26px;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    margin-left: 15px;
    margin-right: 15px;
}

.closing_summary{
    background-color: rgb(238, 229, 187);
    padding-top: 31px;
    padding-bottom: 85px;
    
}

.text{
    margin-left: 12px;
    margin-right: 20px;
    padding-right: 30px;
    margin-bottom: 0;
}

footer{
    text-align: left;
    padding-top: 40px;
    padding-left: 151px;
    padding-bottom: 30px;
    background-color: white;
    margin-bottom: 0;
    background-color: rgb(195, 206, 228);
}