#landing .main {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: cover;
	overflow:fixed;
}

#startColumn{
	text-align: center;
	font-family:'t3';
	font-size:calc(3em + 2vw);
	margin:auto;
	padding: 20px 20px;
	border-radius:10px;
	border: 5px solid white;
	box-shadow: 0px 0px 5px gray;
	cursor:pointer;

}

#startDiv{
	position: relative;
	z-index: 50000 !important;
	display:inline-block;	
}

#startSpan{
	color:white;
	text-shadow: 0px 0px 5px gray;
}




#lorelai {
	text-align: left;
	font-size: 200%;
	font-family: 't6';
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
}

#decoration{
	color:white;
	top:5px;
	left:15px;
}

#title {
	text-align: left;
	font-size: 150%;
	font-family: 't6';
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
}

#subtitle {
	text-align: left;
	font-family: 't3';
	font-size: 100%;
	line-height:93%;
}
