.main-content a:focus {
    outline: 2px solid;
}

p a {
    color: #006A66;
    font-weight: bold;
}

li a {
    color: #006A66;
    font-weight: bold;
}

.image1 {
    height: auto;
    width: 65%;
    margin-top: 3%;
    margin-bottom: 2%;
}

.image2 {
    display: none;
}

li {
    list-style-type: circle;
    line-height: 22px;
}

.main-content {
    display: grid;
    grid-template-columns: 92%;
    justify-content: center;
}

#content2 {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 25px;
    justify-content: center;
    margin-bottom: 7%;

}

#section1 {
    background-color: #D0ECF4;
    padding: 25px 50px 25px 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#section4 a {
    color: #006A66;
}

#section2 {
    display: grid;
    justify-items: center;

}

#section3 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #999999;
    padding: 25px 50px 50px 50px;
    margin-top: 5%;
    margin-bottom: 7%;
}

#section4 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #999999;
    padding: 25px 50px 50px 50px;
    margin-top: 5%;
    margin-bottom: 7%;
}


@media only screen and (max-width: 1024px) {
    .image1 {
        height: auto;
        width: 80%;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    #content2 {
        grid-template-columns: 48% 48%;
    }

    .site-h1 {
        font-size: 25pt;
    }
}

@media only screen and (max-width: 768px) {
    .image1 {
        height: auto;
        width: 100%;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    #content2 {
        grid-template-columns: 99%;
        margin-bottom: 7%;
    }
}

@media only screen and (max-width: 450px) {

    #section1 {
        margin-bottom: 12%;
    }

    #section4 {
        margin-bottom: 20%;
    }

    #section1, #section3, #section4 {
        padding: 25px 30px 50px 30px;
    }

    .main-content li {
        margin-left: 20px
    }

    .image1 {
        display: none;
    }

    .image2 {
        display: grid;
        height: auto;
        width: 100%;
        margin-bottom: 12%;
    }
}

@media only screen and (max-width: 375px) {
    .main-content p, li {
        font-size: 0.8em;
    }

    #section1 h2 {
        font-size: 1em;
    }
}