html,
body {
    box-shadow: none;
    height: auto;
    line-height: 1.6;
}

.body-gradient {
    background: linear-gradient(0.25turn,
        #bce3f3,
        #bccdf3,
        #c6bcf3,
        #f3bcf0);
    background-size: 1800% 100%;
    background-position: 0 0;
}

html, body, .masthead, .mastfoot {
    /* background-color: #222;*/
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
}

h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 40px;
}

p {
    font-size: 16px;
}

p a {
    text-decoration: underline;
}

.masthead .inner, .mastfoot .inner {
    padding: 10px 20px;
}

@media (min-width: 992px) {
    .masthead, .mastfoot {
        left: 0;
        width: 100%;
    }

    .masthead > .inner,
    .mastfoot > .inner {
        margin: 0 auto;
        width: 990px;
    }
}

@media (min-width: 1200px) {
    .masthead > .inner,
    .mastfoot > .inner {
        width: 1170px;
    }
}

.thumbnail {
    border-radius: 2px;
    padding-bottom: 56.25%;
    position: relative;
}

.thumbnail a {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    height: 20%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: background-color 200ms ease-in;
    text-decoration: none;
}

.thumbnail .caption {
    color: #fff;
    text-shadow: none;
}

.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5 {
    margin-bottom: 0;
    margin-top: 0;
}

.list-group {
    color: #444;
    text-shadow: none;
}

.list-group {
    text-align: left;

}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.screenshot {
    display: block;
}

.screenshot img {
    margin: 0 auto;
}

.skills {
    text-align: left;
}

.aboutme-links h3,
.aboutme-links .h3 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.site-wrapper {
    position: relative;
    z-index: 1;
}
.site-background {
    display: none;
    background-image: url("../images/subtle_carbon.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .thumbnail {
        /*padding-bottom: 100%;*/
    }

    .thumbnail a {
        background-color: rgba(0, 0, 0, 0);
        height: 100%;
        line-height: 100%;
    }

    .thumbnail a:hover,
    .thumbnail a:active,
    .thumbnail a:focus {
        background-color: rgba(0, 0, 0, 0.75);
    }

    .thumbnail a .caption {
        display: table;
        height: 100%;
        width: 100%;
    }

    .thumbnail a .caption h4 {
        display: table-cell;
        color: rgba(255, 255, 255, 0);
        font-size: 30px;
        transition: color 300ms ease-in, transform 200ms ease-in;
        transform: scale3d(1.1, 1.1, 1.1);
        vertical-align: middle;
    }

    .thumbnail a:hover .caption h4,
    .thumbnail a:active .caption h4,
    .thumbnail a:focus .caption h4 {
        color: #fff;
        transform: scale3d(1, 1, 1);
    }
}