/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body, html {
    height: 100%;
    padding-top: 54px;
    /*padding-bottom: 50px;*/
}

@media (min-width: 992px) {
    body {
        height: 100%;
        padding-top: 56px;
        /*padding-bottom: 50px;*/
    }
}

td {
    text-align: center;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.white-text {
    color: white;
    text-align: center;
    padding-top: 15%;
}

.yellow-text {
    color: yellow;
}

.parallax-01 {
    background-image: url("../img/parallax/bigstock-bolts-nuts-screws.jpg");
    height: 450px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-02 {
    background-image: url("../img/parallax/Nuts_and_bolts_1.jpg");
    height: 450px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spacer-md {
    padding-bottom: 55px;
}

.spacer-lg {
    padding-bottom: 88px;
}

.sup {
    position: relative;
    bottom: 1ex; 
    font-size: 80%;
}

.top-bot-padding {
    padding: 20px 0 20px 0;
}