/* 320px (iPhone) */
@media screen and (max-width:320px) {
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper { background: #f3f5f8; height: 640px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }

.hero h1 {
	font-size: 23px;
	letter-spacing: 10px;
	margin: 10px;
}
.hero h1 span {
	font-size: 23px;
	letter-spacing: 9px;
	color: #e30045;
	display: inline-block;
}

.swag h1 { 
	color: #fff; font-size: 16px;
	text-transform: uppercase; 
	letter-spacing: 5px; 
}

.swag h1 span { 
	color: #fff; font-size: 16px;
	text-transform: uppercase; 
	letter-spacing: 5px; 
}

#logo { position:absolute; 
left:0px; 
width: 150px; 
height: auto; 
z-index: 50; 
text-align:right; 
padding-right:15px; 
padding-top:12px; 
padding-bottom:12px; 
border-radius: 5px; 
-moz-border-radius: 5px; 
bo -webkit-border-radius: 
5px; -o-border-radius: 5px;
}
}
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 { background-position: 50px 0; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 50px 0; }
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; height: 540px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}