/* Bottom right text */
		.text-block {
		  position: absolute;
		  top: 80px;
		  left: 200px;
		  color: white;
		  padding-left: 20px;
		  padding-right: 20px;
		 /*background-color: black;*/
		}
		.parallax-window {
			min-height: 600px;
			background: transparent;
			padding: 70px 120px;
		}
		.aboutjpfm{
			z-index: 2;
			position: relative;
			color: #fff;
			padding-top: 50px;
		}
		a {
			color: inherit;
			text-decoration: none;
		}
		a:hover{
			color:#ffc107;
		}
		a:visited{
			color:inherit;
		}
		body{
			font-family: Century Gothic;
		}