body {
    margin: 60px auto;
    width: 70%;
    background-image: url('../images/background-2462431_960_720.jpg');
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}
.top {
    /*width: 50%;*/
    /*border: 3px solid green;*/
    text-align: center;
    /*font-style: italic;*/
}

.skills {
    float:right;
    padding-right:20%;
    line-height:1.3em;
}

.interests {
    float:left;
    padding-left: 20%;
    line-height:1.3em;
}

.projects {
    padding-top: 175px;
    text-align: center;
}

.gameCode {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    filter:blur(1px);
    -webkit-filter: blur(1px);
}

.mapsCode {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    filter:blur(1px);
    -webkit-filter: blur(1px);
}

.container {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
}

#imgs {
    max-width:100%;
    height:auto;
}
