site-footer {
padding: 25px 0;
font-size: 85%;
background-color: 2A2A2A;
position: fixed;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
}
site-footer {
min-height: 20vw;
/ DID THIS SO YOU CAN SEE IT AUTOMATICALLY SCALE - SIMULATION RESPONSIVENESS /
/ RESIZE THE WINDOW AND THEN SCROLL VERITCALLY AGAIN /
background-size: cover;
background-position: center;
background-image: url('http://dummyimage.com/1500x1500/2A2A2A/FFF.png?text=Footer+Area+(Resize+Me)');;)
}