* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Tahoma;
}

p {
    font-family: Verdana;
}



a {
    text-decoration: underline;
    color: black;
}

a:hover,
a:focus {
    text-decoration: underline;
}

h1 {
    margin: 0;
}

.underline {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}


.sidebar {
    background: rgb(61, 79, 93);
    color: #fff;
}

.profile-image {
    width: 256px;
    border-radius: 50%;
    text-align: right;
    display: inline;
}

.profile-copy {
    margin: 1em 0;
}

.profile-title,
.profile-tagline {
    margin: 0;
}
.profile-title {
    text-transform: uppercase;
}
.profile-tagline {
    font-weight: 300;
    color: rgb(176, 202, 219);
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item {
    display: inline-block;
    zoom: 1;
    padding: 0.5em;
}
.nav-item a {
    background: transparent;
    border: 2px solid rgb(176, 202, 219);
    color: #fff;
    margin-top: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 85%;
    min-width: 80px;
}

.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid rgb(61, 146, 201);
    text-decoration: none;
}


.social-links {
    margin: 0;
}

.social-link img {
    max-height: 34px;
}

.social-link a {
    border: none;
}

.social-link a:hover,
.social-link a:focus { 
    border: none;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}


.content {
    padding: 3em 1em;
    /*background: rgb(244, 237, 234);*/
    /* background: #D7DEDC; */
    background: #FCF7F8;
}

.content-area-title
{
    font-size: 2em;
}

.project {
    margin-top: 4rem;
    margin-bottom: 0rem;
    overflow: auto;
    /* min-height: 250px; */
}


.project-title {
    font-size: 2em;
    color: #222;
    margin-top: 0;
    margin-bottom:0.5rem;
    text-align: left;
}

.project-company {
    font-size: 1.25em;
    color: #222;
    margin-top: 0;
    text-align: left;
}

.project-image-container
{
    display: inline-block;
}

.project-image {
    text-align: left;
    width: 300px;
    /* width: 100%; */
    border-radius: 5%;
    /* min-height: 200px; */
    margin: 0 1em 1em 0;
}

.project-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
    text-align: left;
}


.project-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}
    
.project-images {
    margin: 1em 0;
}
.project-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.footer {
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}


@media (min-width: 64em) {
    
    .project-image {
        width: 14rem; 
        /* max-width: 30%; */
    }
}

@media (min-width: 1920px) {
    .project-image {
        /* width: 16em;  */
        width: 400px;
        /* width: 20rem; */
    }
}