body {
    background: url(../../images/bg.png) repeat;
    color: #ffffff;
}

h1 {
    margin-top: 3rem;
    color: #ffffff;
}

h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #ffffff;
}

h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

a, a:hover, a:focus {
    text-decoration: underline;
    color: #fff;
}

.text-decoration__none {
    text-decoration: none !important;
}

img {
    margin-bottom: 1.5rem;
}

img.border {
    border: 1px solid #ffffff;
}

.glyphicon-new-window {
    padding-left: 0.5rem;
}

.glyphicon-new-window:before {
    content: "\e164";
}

.link {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}

.skills span {
    font-weight: bold;
    padding-right: 0.5rem;
}

.aside {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.aside:before {
    content: "(";
}

.aside:after {
    content: ")";
}

.image {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.description {
    padding-left: 0;
    padding-right: 0;
}

.item {
    width: 20rem;
}

.row {
    max-width: 80rem;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.row:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.row.first {
    margin-bottom: 0;
    padding-bottom: 0;
}

.text {
    height: 140px;
    overflow: hidden;
}

.show-for-small-only {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.heightAuto {
    height: auto;
}

.less {
    margin-top: 0;
}

.ie8 img {
    display: none;
}

.ie8 img.ie8-img {
    display: block;
    margin: auto;
}

.ie8 .text {
    height: auto;
    overflow: display;
}

.ie8 #open-mobile {
    display: none;
}

@media only screen and (min-width: 46.875em) {
    .image {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .description {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .text {
        height: auto;
    }

    .row.first {
        margin-bottom: 2rem;
    }

    .app-links .columns {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .app-links .link {
        margin-bottom: 0;
    }
}