#name {
    width:50%;
    height: 6vw;
}
nav {
    left:50%;
    color: lightgrey;
}
nav a {
    color: lightgrey;
}
#workNav a {
    color: #b40411;
}
#workNav {
    color: #b40411;
}
article, footer {
    margin: auto;
    width: 85vw;
}
article {
    margin-top: 10vw;
}
footer {
    margin-bottom: 10vw;
}
section {
    display: inline-block;
    height: auto;
    margin: 2em 0;
}
#project-details label {
    font-size: .75em;
    font-weight: 600;
}
#project-details > div {
    position: relative;
    float: left;
}
#project-details > div:not(:last-child){
    margin-right: 2%;
}
#project-details p {
    font-size: 1em;
    font-weight: 300;
    margin: 0;
}
#background {
    width: 45%;
    min-width: 12em;
}
#role {
    width: 20%;
    min-width: 6em;
}
#team {
    width: 30%;
    min-width: 10em;
}
h2 {
    margin: 0;
    display: block;
    opacity: 1;
    font-size: 2em;
    color: darkgray;
}
article p {
    font-size: 1.25em;
}
img {
    max-width: 100%;
    max-height: 90vh;
}
h3:after, nav:after{
    content: none;
}
header, nav {
    background: none;
}
#header-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 10vw;
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(transparent));
    background-image: linear-gradient(white 50%, transparent);
    z-index: 1;
    position: fixed;
}
@media only screen and (min-width: 1224px) {
    article, footer {
        width: 73.5vw;
    }
    strong {
        font-size: 1.25em;
        font-weight: bold;
        display: inline;
        line-height: normal;
    }
}
footer p {
    font-size: .50em;
    margin-bottom: 3em;
}
footer a {
    padding: 20px 75px;
    border: 1px solid black;
    font-weight: 300;
    font-size: 1.25em;
}
footer a:hover, footer a:active {
    color: #b40411;
    text-decoration: underline;
}
strong {
    font-size: 1.25em;
    font-weight: bold;
}