body{
  /*  background-color: darkgray;*/
}



.box{
    transition: transform 0.5s, opacity 0.5s;
   color: #999;
font-family: 'Roboto Condensed', sans-serif; font-size: 60px; font-weight: 300; line-height: 1; 
    margin-bottom: 0px;

    margin-top: -50px;
}

.home_image_div { 
 box-sizing: border-box;
     clear:left;
     top:-40px;
     height: 70vh;
     max-width: 100%;
     background-image: url(images/home_kitchen_lighting.jpg); 
     background-size: 200% ;
     background-position: 0 -210px;
     background-attachment: fixed;  padding: 20px;
     background-repeat: no-repeat;

     padding-left: 250px;
     padding-top: 40px;
    align-content: left;


}




.color_block_div {
  box-sizing: border-box;
     background-color: #ffcc80;

       background-image: url(); 
     height:70vh;
     width: 100%;
     padding-left: 20px;
     padding-top: 120px;
     padding-bottom: 100px;
     margin-top: 600px;
    align-content: left;
}





.black_footer_div {

       box-sizing: border-box;
     background-color: #0d0d0d;

     height:90vh;
     max-width: 100%;
     padding-left: 20px;
     padding-top: 50px;
    align-content: left;
}

