body {
    font-family:'avenir','lato','Helvetica','Helvetica Neue',serif;
    font-weight:500;
    background:gray;
}

.cover_image_div {
    position:fixed;
    top:0;
    left:50%;
    z-index:-10;
    min-width:100%;
}

.cover_image_div img {
    position:relative;
    height:300px;
    min-width:100%;
    left:-50%;
}

.title_container {
    background:transparent;
    position:relative;
    top:50%;
    transform:translateY(-50%);
    margin-top:0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.cover_space {
    text-align:center;
    overflow:hidden;
    width:100%;
    height:300px;
    text-shadow: 0 0 25px black;
}

.cover_space a {
    color:white;
    text-decoration:none;
}

.cover_space a:hover {
    color:rgb(255,255,255);
    color:rgba(255,255,255,0.8);
}

.icons {
    font-size: 35px;
}

@media (max-width: 899px) {
    .cover_space .title {
        font-size: 8vw;
    }
}
@media (min-width: 900px) {
    .cover_space .title {
        font-size: 70px;
    }

}

.container-fluid {
    background:white;
}

.content_space {
    background-color:white;
    padding-bottom:50px;
    min-height:70vh;
    box-shadow:0 0 100px 0;
}

.centered {
    max-width:100%;
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

#nav {
    z-index:10;
}

#nav.affix {
    position:fixed;
    top:0;
    width:100%;
    box-shadow:0 0 100px 0;
}

.nav-wrapper {
    height:60px;
    margin-bottom:40px;
}

.footer {
    color:white;
    background-color:#96281B;
    padding-top:30px;
    height:80px;
    text-align:center;
}

pre {
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Projects page */

.proj-card-position {
  display: inline-block;
  vertical-align:top;
  text-align:left;
  width:100%;
  max-width:400px;
  color:white;
}
.proj-card-title-section {
  display:flex !important;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  margin:-10px -10px 0 -10px;
}