body {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background: #fff;
}

img.logo {
	width: 100%;
	max-width: 400px;
}
#page-container {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	top: 0;
	text-align: center;
	box-sizing: border-box;
}

h1.logoTitle {
	position: absolute;
	left: -9999px;
}

a:link, a:visited, a:active, a:hover {
	color: #ec008c;
	transition: all 0.5s ease;
	font-weight: bold;
}
a:hover {
	color: #777777;
}

#header, #content, #location, #footer, #ticker, #orderSection {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin: 0;		
}
.contentContainer {
	position: relative;
	display: inline-block;
	background: rgba(255,255,255,0.9);
}
#divider {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 5px;
	float: left;
	margin: 0;	
	background: #fff;	
}
.fluid2col, .fluid3col, .fluid23col {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin: 0;
}
#ticker {
	position: fixed;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2px 20px;
	background: rgba(255,255,255,0.9);
	color: #333333;
	text-align: center;
	font-size: 1.5em;
	line-height: 30px;
	z-index: 20;
}
#header {
	padding: 20px;
	background: url("images/scratched-background.jpg");
	background-size: cover;
	color: #fff;
}
#content {
	background: url("images/graffiti-wall-background.jpg");
	background-attachment: fixed;
	background-size: cover;
	text-align: left;
}
#orderSection {
	text-align: center;
	padding: 20px;
}
#location {
	background: url("images/scratched-background.jpg");
	color: #fff;
	padding: 20px;
}
#footer {
	padding: 20px 0 20px 0;
}
#header h1 {
	font-family: 'Finger Paint';
	font-weight: normal;
	color: #fff;
	text-shadow: 5px 5px #333333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#header h2 {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #fff;
	font-size: 1.8em;
}
#location h2 {
	font-family: 'Finger Paint';
	font-weight: normal;
	color: #fff;
	font-size: 2.0em;
}
h3 {
	font-family: 'Open Sans';
	font-weight: normal;	
}
.spraypaint {
	font-family: 'Finger Paint';
	text-transform: uppercase;
}
.blue {
	color: #0d004c;
}
.pink {
	color: #ec008c;
}
.green {
	color: #5fbb46;
}
.orange {
	color: #f15a22;
}
.small {
	font-size: 0.8em;
}
.standout {
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.shadow {
	text-shadow: 5px 5px #333333;
}
a.button:link, a.button:visited, a.button:active, a.button:hover {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 20px;
	margin: 0 10px;
	background: #ec008c;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}
a.button:hover {
	background: #333333;
}
form {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
input.niceSubBtn {
	position: relative;
	display: inline-block;
	outline: none;	
	border: none;
	padding: 10px 20px;
	color: #fff;
	box-sizing: border-box;
	transition: all 0.5s ease;
	margin-top: 5px;
	background: #333;	
	font-size: 1.5em;
}
input.niceSubBtn:hover {
	border: none;
	background: #ec008c;
}
input.niceFrmInput {
	position: relative;
	display: inline-block;
	outline: none;
	border: 1px solid #333;
	padding: 10px 20px;
	font-size: 1.5em;
	color: #333;
	box-sizing: border-box;
	transition: all 0.5s ease;
	margin-top: 5px;
}
input.niceFrmInput:hover {
	background: #ececec;
	border: 1px solid #ec008c;
}
.frmWidth {
	position: relative;
	display: inline-block;
	text-align: justify;
	font-size: 0.8em;
}
div#notice-container {
	position: relative;
	display: none;
	width: 100%;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1.3em;
	z-index: 20;
}
div#payment-container {
	position: relative;
	display: inline-block;
	padding: 20px;
	text-align: center;
	border: 1px solid #888888;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1.3em;
	z-index: 20;
}
.error {
	color: #ff0000;
}
.success {
	color: #008800;
}

@media screen and (min-width: 1101px) {
	input.niceFrmInput, input.niceSubBtn, .frmWidth, div#payment-container {
		width: 50%;
	}
	#header h1 {
		font-size: 4.0em;
		line-height: 60pt;
	}
	.container {
		width: 350px;
		height: 350px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.corner {
		width: 0;
		height: 0;
		border-top: 200px solid #fff;
		border-bottom: 200px solid transparent;
		border-left: 200px solid transparent;
		position:absolute;
		right:0;
	}
	.corner span {
		position: absolute;
		top: -160px;
		width: 120px;
		left: -115px;
		text-align: center;
		font-size: 16px;
		font-family: arial;
		transform: rotate(45deg);
		display:block;
	}	
	img.portrait {
		position: relative;
		display: inline-block;
		width: 100%;
	}	
	#content {
		padding: 20px;
	}
	.contentContainer {
		margin: 10px;
		padding: 10px;
	}	
	.photo {
		position: absolute;
		left: 0;
		bottom: 60px;
		transform: rotate(-10deg);
		width: 250px;
		border: 10px solid #fff;
		background: #fff;
	}	
	.fluid2col {
		width: 50%;
	}
	.fluid2col:last-of-type {
		padding-left: 20px;
	}
	.fluid3col {
		width: 33.333333333333333%;
	}
	.fluid3col:last-of-type {
		padding-left: 20px;
	}
	.fluid23col {
		width: 66.6666666666666666%;
	}
	.fluid23col:last-of-type {
		padding-left: 20px;
	}		
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
	input.niceFrmInput, input.niceSubBtn, .frmWidth, div#payment-container  {
		width: 50%;
	}	
	#header h1 {
		font-size: 4.0em;
		line-height: 60pt;
	}	
	.container {
		display: none;
	}
	img.portrait {
		position: relative;
		display: inline-block;
		width: 100%;
	}	
	#content {
		padding: 20px;
	}
	.contentContainer {
		margin: 10px;
		padding: 10px;
	}
	.photo {
		position: absolute;
		left: 0;
		top: 140px;
		transform: rotate(-10deg);
		width: 250px;
		border: 10px solid #fff;
		background: #fff;
	}	
	.fluid2col {
		width: 50%;
	}
	.fluid2col:last-of-type {
		padding-left: 20px;
	}
	.fluid3col {
		width: 33.333333333333333%;
	}
	.fluid3col:last-of-type {
		padding-left: 20px;
	}
	.fluid23col {
		width: 66.6666666666666666%;
	}
	.fluid23col:last-of-type {
		padding-left: 20px;
	}	
}
@media screen and (max-width: 600px) {
	input.niceFrmInput, input.niceSubBtn, .frmWidth, div#payment-container  {
		width: 100%;
	}	
	#header h1 {
		font-size: 3.0em;
		line-height: 30pt;
	}	
	.container {
		display: none;
	}	
	img.portrait {
		position: relative;
		display: inline-block;
		width: 25%;
		float: left;
		margin: 25px 5px 5px 0;
	}	
	#content {
		padding: 2px;
	}	
	.contentContainer {
		padding: 10px;
	}	
	.photo {
		display: none;
	}	
	.fluid2col {
		width: 100%;
	}
	.fluid3col {
		width: 100%;
	}
	.fluid23col {
		width: 100%;
	}
}