#overlay {
	background: rgba(0,0,0,.80);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	font-family: 'Avenir Next Thin';
}

#overlay .content {
	margin-left: 125px;
	margin-top: 97px;
}

#overlay .content h1 {
	color: #fff;
	border: 0px;
	margin: 0px 0px 19px 0;
	padding: 0px;
	font-weight: normal;
}

#overlay .content h1 a {
	font-family: 'Avenir Next Demi';
	color: #fff;
	text-decoration: none;
}

#overlay .content button.btn,
#overlay .content a.btn {
	border-radius: 4px;
	text-align: center;
	padding: 0 18px;
	font-size: 18px;
	line-height: 48px;
	display: inline-block;
	vertical-align: top;
	max-width: 255px;
	background: #D8D8D8;
	text-decoration: none;
	color: #000;
	border: 0px;
	font-family: 'Avenir Next Thin';
}

#overlay .content .btn.blue {
	background: #5583D1;
	color: #fff;
	margin-right: 15px;
}

.blurred {
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

