#development {
    min-height: 100vh;
    width: 100vw;
    background-image: url(../images/evoman_3.jpg);
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-size: cover;
    background-position: center;
}

#development h3 {
    padding-top: 50px;
}

.evoman-text h3 {
    color: #ffffff !important;
    text-shadow: 1px 1px #222222;

}

.evoman-text p {
    color: #ffffff !important;
    text-shadow: 1px 1px #006400;

}