@charset "UTF-8";
/* CSS Document */


body, html {
  height: 60%;
}

#contentpara {
	min-height:0px;
	z-index:9999;
	color: #000;
	text-align: center;
	padding: 0px;
	width: 100%;
	margin: 0px;
}

.parallax {
  /* The image used */


  /* Full height */
  height: 5%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}

.parallax2 {
  /* The image used */


  /* Full height */
  height: 5%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  /* The image used */


  /* Full height */
  height: 5%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
