/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    /* background: url('/Content/Images/newhome.png') no-repeat center center fixed;  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .full body {
        /* background-color: transparent !important;*/
        background-color: #FCFCFC;
    }
