.pagecontent {margin-left:220px;margin-right:40px } /* for Gap between Content and Parallax */
.bgimg-1, .bgimg-2, .bgimg-3 {position: relative; background-attachment: fixed; background-position: center; background-repeat: no-repeat;  background-size: cover;}
.bgimg-1 {margin-top:60px; background-image: url('https://cdcc.site/parallax/img1.png'); min-height: 400px;}
.bgimg-2 {margin-top:60px; background-image: url('https://cdcc.site/parallax/img2.png'); min-height: 400px;}
.bgimg-3 {margin-top:60px; background-image: url('https://cdcc.site/parallax/img3.png'); min-height: 400px;}
/* 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;}}
