body {
	overflow: auto;
	width: 100%;
	height: 100%; 
	margin: 0;
	font-family: 'Veranda', 'Arial', sans-serif;
	font-size: 200%;
	background: #EBEBEB;
	background-image: -webkit-radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
	background-image: -moz-radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
	background-image: -o-radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
	background-image: radial-gradient(circle, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#C2C2C2');
}

body:before {
    content: "";
    box-shadow: 0px 0px 20px rgba(0,0,0,.7);
    width: 100%;
    z-index: 999;
    height: 15px;
    position: fixed;
    top: -19px;
    left: 0;
}

ul {
	text-align: center;
	-webkit-margin-before: 1.5%;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
}

li.nav {
	border-bottom: 2px solid rgba(217,217,217,0);
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	transition: border 2s;
	timing-function: ease-in-out;
	padding: 18px 6px 6px 6px;
	display: inline;
	margin: 0 20px 0 5px;
}

#buy-link {
	color: #456163;
}

	#buy-link:hover {
		color: #A0D5D6;
	}

a {
	text-decoration: none;
}

li > a {
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	timing-function: ease-in-out;
	margin-top: 5px;
	color: #789AAF;
	font-size: 1em;
	text-decoration: none;
}

	a:hover {
		color: #A0D5D6;
		text-decoration: none;
	}
	
img {
	border: 0;
}

#hero {
	padding: 5px;
	text-align: center;
	margin: 3% 30% 0 30%;
}

#hero img {
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	timing-function: ease-in-out;
	opacity: 1;
}

	#hero img:hover {
		opacity: 0.65;
	}
	
#divider {
	border-top: 1px #A6B2B2 solid;
	margin: 1% 20% 2% 20%;
}

#content {
	margin: 1% 15% 0 15%;
	text-shadow: 1px 1px 2px white;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #789AAF;
}

.bios {
	margin: 3% 20% 0 20%;
	text-align: center;
	text-shadow: 1px 1px 2px white;
	font-size: 0.7em;
	line-height: 1.3em; 
	color: #789AAF;
}

#scott {
	float: left;
	width: 45%;
}

#derek {
	float: right;
	width: 45%;
}

.clear {
	clear: both;
}

#copyright {
	text-shadow: 1px 1px 0 white;
	opacity: 0.25;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	timing-function: ease-in-out;
	text-align: left;
	color: #466366;
	font-size: 0.6em;
	margin: 3% 65% 2% 2%;
	vertical-align: bottom;
}

	#copyright:hover {
		opacity: 0.99;
	}


@media screen and (max-device-width: 699px) {
	body {
		width: 100%; 
		margin: 0;
		font-size: 200%;
		font-family: 'Veranda', 'Arial', sans-serif;
		background: #EBEBEB;
		background-image: -webkit-radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
		background-image: -moz-radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
		background-image: -o-radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
		background-image: radial-gradient(center center, circle cover, #EBEBEB 0%,#E0E0E0 50%, #C2C2C2 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#C2C2C2');
	}
	
	body:before {
	    content: "";
	    box-shadow: 0px 0px 20px rgba(0,0,0,.7);
	    width: 100%;
	    z-index: 999;
	    height: 15px;
	    position: fixed;
	    top: -19px;
	    left: 0;
	}
	
	ul {
		text-align: center;
		-webkit-padding-start: 0;
	}
	
	li.nav {
		padding: 18px 6px 6px 6px;
		display: inline;
		margin: 0 1% 0 1%;
	}
	
	a {
		text-decoration: none;
	}
	
	li > a {
		margin: 1% auto 0 auto;
		color: #789AAF;
		font-size: 1.6em;
		text-decoration: none;
	}
	
	#buy-link {
		color: #456163;
	}
	
	img {
		border: 0;
	}
	
	#hero {
		text-align: center;
		margin-top: 5%;
	}
	
	#divider {
		border-top: 1px #A6B2B2 solid;
		margin: 1% 10% 0 10%;
	}
	
	#content {
		text-align: center;
		margin: 0 5% 0 5%;
		text-shadow: 1px 1px 0 white;
		font-size: 1.5em;
		line-height: 1.3em; 
		color: #789AAF;
	}
	
	.content p {
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
	
	.bios {
		margin: 3% 10% 0 10%;
		font-size: 1.4em;
		line-height: 1.3em; 
		color: #789AAF;
	}
	
	#copyright {
		opacity: 0.7;
		text-shadow: 1px 1px 0 white;
		text-align: left;
		color: #466366;
		font-size: 0.9em;
		margin: 0 10% 5px 2%;
		vertical-align: bottom;
	}
}