.splashLogo { 
	margin: 0 auto 1em; 
	max-height: 125px;
}

nav img { display: none; }

nav ul { 
	width: 300px;
	float: none;
	margin: 30px auto 0;	
}

nav ul .navTop li:last-child:after,
nav ul .navBottom li:last-child:after {
	content:"";
	margin-right: 0 !important;
}

nav .navBottom {
	width: 100%;
  margin: 0 auto;
}

h1.splash {
	color: #ccc;
	text-align: center;
	margin: 1em 0;
}

img.bowlsPic {
	max-height: 400px;
	width: auto;
	margin: auto;
}

.vid {
	max-width: 560px;
	min-width: 300px;
	margin: auto;
}

@media screen and (max-width:767px) {
	h1.splash{ font-size: 1.5em; }
	
	.laptop { display: none;}
		
}

@media screen and (min-width:768px) {
	h1.splash{ font-size: 2em; }
	
	.mobile { display: none;}

	nav ul { margin: 15px auto 0; }

}
