html, body {

	margin: 0;
	padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

html {
	background: url(imgs/image-11.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);

}
.text a {
	color: white;
	text-decoration: none;	
}
.text a:hover {
	color: #b7b7b7;
	text-decoration: none;
}
.text{
	position: fixed;
	color: white;
	top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);


}
h1, p {
	text-align: center;
}