/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}


/* MARKETING CONTENT
  -------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.content .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.content h2 {
    font-weight: 400;
}

.content .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.content {
    margin-top: 1.75rem;
}


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.thumb-post img {
    object-position: center;
    /* Center the image within the element */
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.thumb-post {
    overflow: hidden;
    position: relative;
}

.thumb-post.thumb-main {
    margin-left: auto;
    margin-right: auto;
    width: 445px;
    height: 445px;
}

.thumb-post.portrait {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 250px;
    height: 250px;
}

.screenshots {
    padding: 0 2rem 0 2rem;
}

.screenshots .thumb-post {
    margin-right: .5rem;
    margin-top: 1rem;
    text-align: center;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 2rem;
    }
}

@media (max-width: 40em) {
    .thumb-post {
        width: 100% !important;
    }
}