@charset "utf-8";
.page {
	color: white;
	background-image: url("../images/smashberries_fruit_splash_1200x716.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0px;
    padding: 0px;
}
#pip {
    text-shadow: rgb(51,51,51) 0px 0px 1px, rgb(51,51,51) 0px 0px 4px;
	padding: 0px 20px;
}
h1.notice {
    top: 5%;
}
h1.brand {
    bottom: 20%;
    right: 5%;
}
#pip p {
	bottom: 12%;
	right: 10%;
}
nav {
	background: linear-gradient(to right, rgb(51,51,51) 20%, rgb(0,51,102));
	text-shadow: rgb(51,51,51) 0px 0px 1px, rgb(51,51,51) 0px 0px 4px;
	padding: 0px 20px;
	color: white;
}
#foot {
	background: linear-gradient(to left, rgb(51,51,51) 20%, rgb(0,51,102));
	text-shadow: rgb(51,51,51) 0px 0px 1px, rgb(51,51,51) 0px 0px 4px;
	padding: 0px;
	margin: 0px;
	color: white;
    bottom: 0px;
}
#foot a {
	color: white; 
    text-decoration: none;
}
#foot a:hover {
	color: rgb(204,51,102);
	transition: color 1s linear 0.2s;
}