#overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  background-clip: padding-box;
  z-index: 2;
  cursor: pointer;
  text-align: left;
  padding-bottom: 1800px;
}

#overlay #text{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-0%);
  -ms-transform: translate(-50%,-0%);
  background-color: rgba(255,255,255,0.95);
  color: rgba(0,0,0,1.0);
  width: 80%;
  max-width: 800px;
  padding: 20px 40px 20px 40px;
  margin-top: 100px;
  border-radius: 5px;
}
#overlay #text h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	margin-top: 0;
	color: rgba(37,35,76,1.00);
}
#overlay #text h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}
#overlay #text p {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 28px;
}
#overlay #text a {
	color: rgba(33,159,214,1.00);
}
#overlay #text a:hover {
/*	color: rgba(255,255,255,1.00);*/
	text-decoration: none;
}
#overlay #text a.button2:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
