h1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-bottom: 100px;
}

h1 span {
    color: white;
    font: bold 50px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.8);
    padding: 13px;
    margin: -40px;
}

h2 {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
}

h2 span {
    color: white;
    font: bold 30px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.8);
    padding: 13px;
    margin: -40px;
}

.header-big {
    color: white;
    font: bold 60px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 20px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
    line-height: 68px;
}

.header-small-grey {
    color: white;
    font: bold 30px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    padding: 20px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
}

.padding {
    padding-left: 80px;
}

.paragraph-title {
    font: bold 30px/40px Helvetica, Sans-Serif;
}

.project-image {
    width: 100%;
    padding-bottom: 5px;
}

.project-caption {
    padding-top: 5px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6
}

.footer {
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    background-color: black;
}

.vertical-align {
    display: flex;
    align-items: center;
    /* Aligns items vertically in the center */
}

.aligned-text {
    margin-top: 0;
    margin-bottom: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


body>.container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}