body {
    font-family:Lato,'Helvetica Neue',serif;
    font-weight:400;
    font-size:16px;
    background: gray;
}

#cover_image_div {
    position:fixed;
    top:0;
    left:50%;
    z-index:-10;
    width:1920px;
}

#cover_image_div img {
    position:relative;
    left:-50%;
}

#title_container {
    padding-top:10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#title {
    height:280px;
}

#cover_space {
    background-color:rgba(255,255,255,0.8);
    text-align:center;
    width:100%;
    height:300px;
    text-shadow: 0px 0px 25px black;
}

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

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

#cover_space h1 {
    font-size:5em;
    font-weight:300;
}

#icons {
    font-size:2.5em;
}

.container-fluid {
    background:white;
}

#content_space {
    background-color:white;
    padding-bottom:50px;
    min-height:56.5vh;
}

.spon-box img {
    display:block;
    max-width:166px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

#nav {
    background:white;
    z-index:10;
    font-size:14px;
}

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

#nav-wrapper {
    position:inline-block;
    height:60px;
    margin-bottom:40px;
}

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


.accent_text {
    color:rgba(000,050,098,0.8);
}

.berkeley-logo img {
    height:50px;
}

.navbar {
    background-color:rgba(255,255,255,0.8);
}

/*credit to user magi182 on stackoverflow*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color:rgba(000,050,098,0.8);
    padding:50px;
    color:white;
}