@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
/* hide photo CSS */
 .cont {
	 margin: 0 auto;
	 text-align: center;
}
 .imageHolder {
	 position: relative;
	 overflow: hidden;
	 width: 500px;
	 margin: 0 auto;
}
 .blurred {
	 overflow: hidden;
	 filter: blur(50px);
	 -webkit-filter: blur(50px);
}
 .hidephoto {
	 display: block;
}
 .text__cont {
	 font-family: 'Roboto', sans-serif;
	 position: absolute;
	 top: 220px;
	 text-align: center;
	 margin: 0 auto;
	 width: 100%;
}
 .text__cont h3 {
	 text-transform: uppercase;
	 display: block;
	 text-align: center;
	 margin: 0 auto;
	 color: #fff;
	 font-weight: bold;
	 font-size: 1.75em;
}
 .text__cont p {
	 color: #fff;
	 width: 80%;
	 margin: 42px auto;
}
 .text__cont a {
	 color: #fff;
	 text-decoration: none;
}
 .text__cont hr {
	 width: 80%;
	 margin-bottom: 18px;
}
 .expandpage {
	 height: 1500px;
}
/* end hide photo */
 