#bg {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:-1;
}

.heading {
	color: #fff;
	font-size: 33px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 42px;
	text-shadow: 0 0 20px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 10;
	max-width: 1000px;
	font-weight: 600;  
	font-family: 'Lato','Open Sans','Helvetica Neue','Arial','San-serif';
}

.link {
	text-transform: none;
	font-size: 15px;
	font-weight: 300;
}
    