.aspects {
    margin-bottom: 2px;
}

.header-banner {
    background-image: url("../images/banner/colorado-mountains.jpg");
    background-position: 75% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 22rem;
    min-height: 13.5rem;
    margin: 0;
}

.headshot {
    float: right;
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 40%;
}

li {
    margin-bottom: 10px;
    text-align: left;
}

ul {
    /*list-style: none;*/
    margin: 5px 25px;
    padding: 0;
}