@charset "utf-8";
.aleGrazPhotoIntro {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: normal;
}
a:hover {
	color: #999;
}

#photography {
	color: #900;
}
.aleGrazPhotoIntro:hover {
	text-shadow: 5px 5px 5px #666;
}
