body {
    background-color:#FFFFFF;
    color:#666666;
    font-family: verdana, Arial, sans-serif;
    background:linear-gradient(to bottom, #ffffff, #850000 );
    background-attachment: scroll;
    margin: 0px;
}
#wrapper {
                display: grid;
                grid-auto-rows: minmax( 0px, auto);
                grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0,160px)) minmax(0px, 1fr);
            }

            nav {
                font-weight: bold;
                position: sticky;
                top: 0;
                background-color: #850000;
                grid-row: 1 / 2;
                grid-column: 3 / -2;
            }
            nav ul{
                color: #424242;
                list-style-type: none;
                text-decoration: none;
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-flow: row nowrap;
                grid-row: 1 / 2;
                grid-column: 3 / -2;
            }
           nav ul li {
               color: #424242;
                width: 100%;
                grid-row: 1 / 2;
                grid-column: 3 / -2;
            }
            nav ul li a {
                text-decoration: none;
                color: #FFFFFF;
                padding: 1rem 1rem;
                display: block;
                text-align: center;
            }
            main {
                background-color: #850000;
                grid-row: 4 / 8;
                grid-column: 2 / -2;
            }
            #home section {
                padding-left: 65px;
            }
            #home section img {
                border-radius: 360px;
                align-content: center;
                width: 100%;
                height: auto;
                grid-row: 3 / 6;
            }
            
            #home h2 {
                text-align: center;
                color: #ffffff;
            }
            #home p {
                text-align: center;
                color: #ffffff;
            
            }
            #home h1 {
                text-align: center;
                color: #ffffff;
            }
            #testimonials h1 {
                color: #ffffff;
                text-align: center;
            }
            #testimonials p {
                color: #ffffff;
                text-align: center;
                width: 850px;
                padding-left: 40px;
                font-weight: bold;
            }
            form {
                display: grid;
                grid-template-rows: auto;
                grid-template-columns: 200px 1fr;
                grid-gap: .75rem;
                width: 100%;
                padding-top: 20px;
            }
            input, textarea {
                font-size: 1rem;
                padding: 10px;
                color: #666666;
                background-color: #fafafa;
                border: none;
                padding-right: 10px;
            }
            input, textarea:focus {
                outline: none;
                background-color: #f0f0f0;
            }
            label {
                padding: 10px;
                text-align: right;
                color: #ffffff;
            }
            #mySubmit {
                width: 10rem;
                color: #ffffff;
            }
            #faqs h2 {
                color: #ffffff;
                padding-left: 20px;
            }
            #faqs p {
                color: #FFFFFF;
                padding-left: 20px;
                padding-right: 20px;
            }
            #about img {
                background-size: cover;
                width: 225px;
                height: auto;
                padding-right: 20px;
                float: right;
            }
            #about h2 {
                color: #ffffff;
                padding-left: 20px;
                padding-right: 20px;
                float: inline-start;
            }
            #about p {
                color: #ffffff;
                padding-left: 20px;
                padding-right: 20px;
                float: inline-start;    
            }

            #blackridge {
                background-color: white;
                background-image: url(blackridgecollision.jpg);
                background-size: 85%;
                background-position: center;
                background-repeat: no-repeat;
                position: sticky;
                top: 0;
                height: 100px;
                grid-row: 1 / 2;
                grid-column: 2 / 3;
            }
            #carhero {
                background-image: url(carhero.jpg);
                background-size: cover;
                height: 300px;
                grid-row: 2 / 3;
                grid-column: 2 / -2;
            }
            #carhero h1 {
                color: #ffffff;
                text-decoration: underline;
                text-align: center;
            }
            #servicescar {
                background-image: url(servicescar.jpg);
                background-size: cover;
                background-position: 100%;
                height: 300px;
                grid-row: 2 / 3;
                grid-column: 2 / -2;
            }
            #servicescar h1 {
                color: #ffffff;
                text-decoration: underline;
                text-align: center;
            }
            #services h2 {
                color: #ffffff;
                text-decoration: underline;
            }
            #services p {
                color: #ffffff;
            }
            #servicespaint {
                background-size: cover;
                background-position: 100%;
                width: auto;
                height: 200px;
                grid-row: 4 / 5;
                grid-column: 2 / 4;
                float: left;
            }
            #services img {
                padding-left: 20px;
            }
            #paint {
                grid-row: 4 / 5;
                grid-column: 4 / 8;
            }
            #repaircar {
                background-size: cover;
                width: auto;
                height: 200px;
                grid-row: 3 / 4;
                grid-column: 2 / 4;
                float: left;
            }
            #repair {
                grid-row: 3 / 4;
                grid-column: 4 / 8;
            }
            #bedliner {
                background-size: cover;
                width: auto;
                height: 200px;
                grid-row: 5 / 6;
                grid-column: 2 / 4;
                float: left;
            }
            #lining {
                grid-row: 5 / 6;
                grid-column: 4 / 8;
            }



            #hours {
                color: #FFFFFF;
                float: left;
            }
            #contact {
                color: #FFFFFF;
                float: right;
            }
            section {
                float: left;
                width: 25%;
                padding: .1rem;
                grid-row: 6 / 8;
                grid-column: 2 / -2;
                align-items: center;
            }
            #truckhero {
                background-image: url(truckhero.jpg);
                background-size: cover;
                height: 438px;
                grid-row: 8 / 10;
                grid-column: 2 / -2;
                background-position: 105%;
            }
            .clear {
                clear: both;
            }
            footer {
                font-size: small;
                font-style: italic;
                padding: 1em;
                background-color: #850000;
                grid-row: 8 / 9;
                grid-column: 2 / -2;
            }
            @media only screen and (max-width: 992px){
                #wrapper {
                    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0,128px)) minmax(0px, 1fr);
                }
            }
            @media only screen and (max-width: 768px){
                #wrapper {
                    grid-template-columns: 100%;
                }
            }