body {
    margin: 60px auto;
    width: 70%;
}
nav ul, footer ul {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0px;
    list-style: none;
    font-weight: normal;
    font-size: 150%;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a:hover {
    text-decoration: underline;
    color: #999;
}
a {
    text-decoration: none;
    color: #333;
}
h1 {
    font-size: 2.5em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: justify;
    color: #333;
}

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

ul.posts li {
    list-style: none;
}

.container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333;
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
    word-wrap: break-word;
    min-height: 100%;
}

.container center{
    font-size: 1.5em;
    font-weight: normal;
}

hr {
    color: grey;
}

#footer {
    border-top: 1px solid #999;
    box-shadow: inset 0 15px 3px -16px #999;
	width: 100%;
    font-size: 70%;
	position: fixed;
    height: 40px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background-color: black;
    font-weight: bold;
    padding-bottom: 25px;
}

/* Credit: jaicab @github */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

/* Credit: jaicab @github */
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projectBox{
    padding: 2%;
    overflow: auto;
    vertical-align: middle;
}
.projectBox .projectImg{
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
    padding: 1%;
}
.projectBox .imageColumn{
    width: 25%;
}
.projectBox .textColumn{
    width: 75%;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
    padding-left: 10px;
}