.nav li {
    font-size: 75px;
}

.content-container {
    margin: 20px auto 0px auto;
    width: 90%;
}

h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.content-container p {
    width: 90%;
}

a {
/*    text-decoration: none;*/
    color: grey;
}

.desc {
    margin-bottom: 30px;
}

.video {
    margin-right: 2%;
    margin-bottom: 20px;
}

.code {
    font-family: 'Source Code Pro', monospace;
    background-color: #f9f9f9;
    border: 1px solid #d8dde0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2%;
    padding-right: 1%;
    font-size: 14px;
    width: 52%;
    margin-bottom: 60px;
}

.proj-1, .proj-2, .proj-3 {
    margin-top: 70px;
}

.proj-1 img {
    width: 67%;
}

.proj-1 .img img {
    width: 33%;
    float: left;
    margin-right: 1%;
    min-width: 300px;
    display: inline-block;
    margin-bottom: 20px;
}

.proj-2 img {
    width: 67%;
}

.proj-2 .img img {
    width: 33%;
    float: left;
    margin-right: 1%;
    min-width: 300px;
    display: inline-block;
    margin-bottom: 20px;
}

.proj-3 {
    margin-bottom: 60px;
}

.proj-3 img {
    width: 67%;
}

.proj-3 .img img {
    width: 33%;
    float: left;
    margin-right: 1%;
    min-width: 300px;
    display: inline-block;
    margin-bottom: 20px;
}

.source {
    font-size: 12px;
}

.mini-project {
    margin-bottom: 60px;
}

.mini-project img {
    width: 48%;
}

.mini-project .img img {
    width: 48%;
    float: left;
    margin-right: 1.3%;
    min-width: 300px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer {
    margin: 0px auto;
    width: 90%;
}