footer#footer-1 {
    background-color: rgba(200, 255, 200, .6);
    text-align: center;
    padding: 1rem;
    height: 18rem;
}
#footer-1-text {
    width: 60%;
    float: left;;
    font-size: 1.2rem;
    margin-top: 3.5rem;
}
#footer-1-image {
    width: 38%;
    float: right;
    border: .2rem solid #999999;
}
#footer-1-image img {
    width: 90%;
    height: 90%;
    margin: 5%;
}
footer#footer-1 #footer-1-headline {
    font-size: 2rem;
    font-weight:  bold;
}