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





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

     height: 80vh;
     width: 100%;
     padding-left: 20px;
     padding-top: 90px;
     margin-top: 300px;
    align-content: left;
}


.content_div {

       box-sizing: border-box;
     height: 200vh;
     width: 100%;
     padding-left: 0px;
     padding-top: 30px;
     padding-bottom: 150px;
    align-content: left;
}





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

     padding-left: 150px;
     padding-top: 40px;
    align-content: left;
    margin-bottom: 0px;


}
