/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2018, 1:34:00 PM
    Author     : bsanders
*/

.navbar-default {
  background-color:lightgray;
  background-image: none;
  background-repeat: no-repeat;
 }

.main_page{
    background-image: url(http://sandersproductsinc.com/images/spi_truck_1000.jpg);
    background-repeat: no-repeat;
height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.full-width-image {
    width: 100vw;
    position: relative;
    left: 50%;  
    margin-left: -50vw;
}

.full-width-image img {
    width: 100%;
}

.spi_doc_body {
    font-family: "Times New Roman", Times, serif;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-right: 100px;
    margin-left: 50px;
}

.spi_doc_title_header{

    font-weight: bold;
    font-size: 200%;
}

.spi_doc_section_header {
    margin-top: 5px;
    font-weight: bold;
    font-size: large;
}

#spi_image_header{

}

.spi_doc_footer{
    margin-left: 50px;
}
