/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


section#main-body {
    background-image: url('/templates/six3/img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.pull-md-right {
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
}