






.backimage {
  /* The image used */
  background-image: url("/pops/images/IMG_2246.JPG");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.maintimage {
  /* The image used */
  background-image: url("/pops/images/PRC_Club_badge_large.png");

  /* Full height */
  height: 20%; 

  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1000px) {
.maintimage {	
 /* The image used */
 background-image: url("/pops/images/PRC_Club_badge_large.png");
	
 /* Full height */
 height: 20%; 
 
 /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
 }
 .maintText {
 
  font-size: 10px;
  font-weight:bold;


}
}	
	