a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.splash_sky {
	background: url(../images/header-bg-bg.jpg) top repeat-x;
	height:550px;
	padding:0px;
	width:100%;
}

.splash_sky_perm {
	background: url(../images/header-bg-bg.jpg) top repeat-x;
	min-height:250px;
	padding:0px;
	width:100%;
	margin-bottom:64px;
}

.splash_photo {
	background: url(../images/waterfallbg.jpg) center top no-repeat;
	height:550px;
	padding:0px;
	margin:0 auto; 
	width:100%;
}

.desktop_menu_bar {
	background:url(../images/menu-tail.png) repeat-x;
	width:100%;
	position:relative;
	height:100px;
}

.menu_wrapper {
	width:100%;
	overflow:hidden;
	height:100px;
}


.desktop_menu_content_div {
	margin:0 auto;
	max-width:1000px;
	width:80%;
	height:100px;
	border:0px solid black;
}

.desktop_menu_content_div a, a.current {
	display:inline-block;
	width:18%; /* 5 items */
	width:23%; /* 4 items */
	width:31%; /* 3 items */
	height:100px;
	line-height:100px;
	
	background:transparent;
	
	font-size:20px;
	
	font-weight:400;
	
	text-align:center;
	overflow:hidden;
	border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;
	
	
	color:black;
}

.desktop_menu_content_div a:hover, a.current {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,9);
	color:white;
	text-decoration:underline;
	background-color: #FF0099;
}

/* ------------ Mobile ------------ */

@media only screen and (max-width: 950px) {
	.desktop_menu_content_div {
		width:105%;
		
	}
    .desktop_menu_content_div a, a.current {
        width:23%;
		
    }
	.menu_titles {
		display:none;
	}
	.menu_icons {
		display:block;
	}
	
	.XYZflower1DIV, .XYZflower2DIV, .XYZflower3DIV { /* not working */
		display:none;
	}
	
	.about_box { /* not working */
		line-height:30px;
	}
	
	#treats_extra_padder {
		display:none;
	}
}

.icon {
	width:60px;
	height:60px;
}


