.pagecontent {margin-left:300px;margin-right:40px } /* for Gap between Content and Parallax */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {position: relative; background-attachment: fixed; background-position: center; background-repeat: no-repeat;  background-size: cover;}
.bgimg-1 {margin-top:60px; background-image: url('https://ericpinball.com/parallax/img1.png'); min-height: 400px;}
.bgimg-2 {margin-top:60px; background-image: url('https://ericpinball.com/parallax/img2.png'); min-height: 400px;}
.bgimg-3 {margin-top:60px; background-image: url('https://ericpinball.com/parallax/img3.png'); min-height: 400px;}
.bgimg-4 {margin-top:60px; background-image: url('https://ericpinball.com/parallax/img4.png'); min-height: 500px;}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {.bgimg-1, .bgimg-2, .bgimg-3 {background-attachment: scroll;}}
