/* PARRALAX IMAGES for between sections */

#paraBGimage1
{
  background: url(../images/banner/ParaBG1.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}

#paraBGimage2
{
  background: url(../images/banner/ParaBG2.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}

#paraBGimage3
{
  background: url(../images/banner/ParaBG3.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}

#paraBGimage4
{
background: url(../images/backgrounds/SampleBackground2.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}