#header {
    background-image: url("../images/background_1600.jpg");
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vmin;
    filter: grayscale(100%);
}

h1 {
    font-weight: 900;
    font-size: 2.5rem;
    color: #000;
    text-transform: uppercase;
}

h2 {
    color: #f00;
}

span {
    color: #f00;
}

h3 {
    /* font-style: italic; */
    font-size: 20px;
    color: #f00;
    line-height: 22px;
    padding: 0;
}

.biopic {
    display: block;
    margin: 0 auto 10px;
    width: 10%;
    max-width: 50%;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

hr {
    display: none;
}

#topContacts {

    margin-top: 50px;
}

.orange-text {
    color: #f00;
}

#skills-h3 {
    color: #f00;
    margin-top: 100px;
}

.welcome-message {

    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    display: block;
    margin-top: 200px;

}

#workExperience {

    background-color: #fff;
    height: 200px;
    margin-top: 50px;

}

#projects {

    background-color: #f3f3f3;
    height: 100%;
    margin-top: 80px;

}

.project-entry img {
    max-width: 30%;
    border: 1px solid #000;
    padding: 0;
}

#education {
    background-color: #fff;
    height: 100%;
    margin-top: 50px;

}

.education-entry, .work-entry, .project-entry {
    padding: 0px 8%;
    margin-top: 40px;
}

em {
    margin: 5px 0px 30px 14px;
    display: block;
}

#mapDiv {
    background-color: #f3f3f3;
}

#lets-connect {
    background-color: #000;
}

#lets-connect h2 {
    background-color: #fff;
}