body {
    background: #161616;
    letter-spacing: 0.08em;
    color: #d7d8da;
}

/* https://css-tricks.com/snippets/css/sticky-footer/ */
html, body {
    height: 100%;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -50px;
}
.page-wrap:after {
    content: "";
    display: block;
}
footer, .page-wrap:after {
    height: 50px;
}

footer {
    background: rgba(255,255,255,0.2);
    color: #8f8f8f;
    padding-top: 15px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
}

footer a {
    color: #8f8f8f;
    text-decoration: underline;
}

footer a:hover {
    color: white;
}


.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
   margin-bottom: 0;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}

.navbar-brand a {
    color: #eee;
}

.navbar-brand a:hover {
    color: white;
}


.jumbotron {
    color: white;
    padding: 120px 0;
    text-align: center;
    background-color: #8f8f8f;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.jumbotron:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.jumbotron h1, p {
    position: relative;
    z-index: 1;
}

.jumbotron h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.jumbotron p {
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
}

#co2 .jumbotron p, #drift .jumbotron p {
    max-width: 760px;
}

.portfolio-1 {
    background-image: url("../images/portfolio_1.jpg");
}

.portfolio-2 {
    background-image: url("../images/portfolio_2.jpg");
}

.portfolio-3 {
    background-image: url("../images/portfolio_3.jpg");
}

#mosaic-mockup-animated {
    background-image: url("../images/mosaic_02-iphone-animated-mockup.gif");
}

#co2-secondary {
    background-image: url("../images/CO2_form.jpg");
}

.content-container {
    max-width: 900px;
    margin: 100px auto;
    text-align: center;
}

.content-container p:not(.text-center) {
    max-width: 656px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.8;
    text-align: left;
}

.content-container p:last-child {
    margin-top: 15px;
}

#portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#portfolio-info ul li {
    margin-bottom: 15px;
}

.portfolio-showcase img {
    display: none;
}

.portfolio-showcase .row > div {
    padding: 0;
    position: relative;
    padding-bottom: 30%;
}

#co2 .portfolio-showcase .row > div {
    padding-bottom: 50%;
}

.portfolio-showcase figure {
    position: absolute;
    overflow: hidden;
    border-radius: 2px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

figure {
    width: 100%;
    margin: -60px 0;
    text-align: center;
}

figure img {
    width: 100%;
    max-width: 1020px;
}

.process-block h3, .bottom-section h3 {
    margin-bottom: 45px;
    font-size: 21px;
    font-weight: 600;
}

.process-block h3 {
    text-align: left;
}

.process-block img,  .bottom-section img {
    width: 100%;
}

.process-block > .row > .col-xs-12 .col-xs-12 {
    margin-bottom: 25px;
}

.bottom-section img {
    margin-bottom: 45px;
}

.process-block a {
    color: white;
}

.btn.btn-primary {
    border-radius: 0;
    border: 2px solid #d7d8da;
    background: transparent;
    color: white;
    font-size: 10px;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.2s ease-in-out;
}

.btn.btn-primary:hover {
    background: white;
    color: #333;
}
