

header nav  a:hover{

	//background: #FFF;
	//color: #54167E;
	color: #D1C263;
	border-radius: 4px;
	//text-shadow: none;
	//text-shadow: -2px 2px 0 #404040, -3px 3px 0 #2985D1, -4px 4px 0 #000000;
	text-shadow: 	0 1px 1px #000,
					0 2px 2px #000,
					0 3px 3px #54167E,
					0 4px 4px #54167E,
					0 5px 5px #54167E,
					0 6px 6px #54167E;
	//text-decoration: underline;
	font-weight: 25px;
	transform: scale(1.1);

}

.gallery header a[href="gallery.html"]:before,
.home header a[href="index.html"]:before,
.about header a[href="about.html"]:before{
	content: "";
	display: block;
	width: 1px;
	height: 1px;

	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	//border-top: 10px solid #FFF;
	border-top: 10px solid #D1C263;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;

}
.gallery header a[href="gallery.html"]:hover,
.home header a[href="index.html"]:hover,
.about header a[href="about.html"]:hover{
	background: none;
	text-decoration: none;
	color: #FFF;
	transition: none;
	transform: none;
}
header nav a{
	position: relative;
	transition: all 1s ease-in-out;
}

header{
	background: linear-gradient(#000, #54167E, darkgray); /*gold*/
	
}

@media only screen and (min-width: 800px) {




}