@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.eot');
	src:url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.woff') format('woff'),
url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: white;
	color: #fff;
	font-weight: 400;
	font-family: 'Lato', Arial, sans-serif;
}
/*
a, button {
	outline: none;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
*/
header {
	height:50px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	/*background: -webkit-linear-gradient(bottom , black 10%, #fff 90%);
background: -o-linear-gradient(bottom , black 10%, #fff 90%);
background: linear-gradient(to top , black 10%, #fff 90%);*/
	border-bottom: #c5050c 4px solid;
	z-index:1;
}
header h2 {
	width:250px;
	display:inline-block;
	color:black;
	font-size:14px;
	float:right;
	text-transform:uppercase;
	font-weight:400;
	margin-top:15px;
	
}
span {
	
	display:inline-block;
	color:black;
	font-size:14px;
	float:right;
	text-transform:uppercase;
	font-weight:400;
	margin: 15px 20px 0 2px;
	
}

.header-image {
	position: relative;
	width:100%;
	height:500px;
	overflow:hidden;
	z-index:-1;
	float:left;
	border-bottom: #c5050c 4px solid;
	
	
}
.header-image img{
	position: relative;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:-1;
	float:left;
	border-bottom: #c5050c 4px solid;
	
	
}
.logo {
	width:50px;
}
.logo img{top:25%;
	left:10%;
	position: absolute;
	width:300px;
	height:auto;
	z-index:200;
	float:left;
	border:none;
;
	
	
}
.box {
	position:absolute;
	top:19%;
	left:7%;
	background-color:white;
	width:380px;
	height:270px;
	opacity:.7;
}


#mobile-header {
	display:none;
}

/*.container {
	height:85%;
	margin:0;
	
}*/
#gamecenter {
	width: 100%;
	float:left;
	margin:0px 0 0px 0px;

	
	/*background: -webkit-linear-gradient(bottom , #fff 10%, black 90%);
background: -o-linear-gradient(bottom , #fff 10%, black 90%);
background: linear-gradient(to top , #fff 10%, black 50%);*/
}

#gamecenter h1 {
	font-size:280%;
	color: #c5050c;
	text-align: center;
	padding:14px 20px 0px 20px;
	
}
#gamecenter .packages h1{
	font-size: 140%;
	padding-top:60px;
}
#gamecenter h2 {
	color: black;
	font-size:140%;
	text-align: center;
	padding-top:0px;
	text-transform: uppercase;
	
}
#gamecenter p {
	width:60%;
	margin:20px auto;
	background-color:transparent;
	border: none;
	border-radius:10px;
	color: black;
	text-align: center;
	font-size:120%;
	padding:10px 0 10px 0;
	
}
#gamecenter .caption h1{

	width:100%;
	color: white;
	font-size: 180%;
	text-align: center;
	padding: 80px 0 20px 5px;font-weight:800;
	z-index:3;
	position:absolute;
}
#gamecenter .caption p {
	margin:100px 20% 40px 20%;
	width:60%;
	color: white;
	font-size: 80%;
	text-align: center;
	padding: 0px 0 0px 5px;font-weight:800;
	border:none;
	z-index:3;
	position:absolute;
}

.packages {
	position:absolute;
	width:30%;
	height:300px;
	margin:140px 35% 0 35%;
	z-index:3;
	
}
#gamecenter .packages p{
	color:black;
	width:100%;
	border:none;
	margin:0 0 20px 0;
	
}
#gamecenter .packages a{
	float:right;
	width:100%;
	position:relative;
	color:white;
	text-decoration:none;
	background-color:#c5050c;
	padding:10px;
	text-align:center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin:60px 0 0 0;
	
}
#gamecenter .packages a:hover{
	background-color:black;color: #c5050c
	
	
}


.packages img {
	width:30%;
	margin: 0 35% 0 35%;
	padding: 20px 0 0 0;
	
}
.package1 {
	background-color:white;
	width:100%;
	border:rgba(207,207,207,1.00) solid 2px;
	border-radius: 5px;
	float:left;
	margin:0px 2.5% 0 2.5%;
	transition: all .2s ease-in-out;
	min-height:360px;
}
.package1:hover { transform: scale(1.06);
}
/*.package1 img {
	width:40%;
	margin: 0 20% 0 20%;
}*/

.package2 {
	background-color:white;
	width:32%;
	border:rgba(207,207,207,1.00) solid 2px;
	border-radius: 5px;
	float:left;
	margin:0px .5% 0 .5%;
	transition: all .2s ease-in-out;
	min-height:360px;
}
.package2:hover { transform: scale(1.06);
}


.package3 {
	background-color:white;
	width:32%;
	border:solid 1px rgba(207,207,207,1.00);
	border-radius: 10px;
	float:left;
	margin:0px .5% 0 .5%;
	transition: all .2s ease-in-out;
	min-height:330px;
}
.package3:hover { transform: scale(1.06);
}
.package3 img {
	padding:20px 12% 20px 12%; 
}

.osubackground {
	background: -webkit-linear-gradient(bottom , #000 10%, #c5050c 99%);
background: -o-linear-gradient(bottom , #000 10%, #c5050c 99%);
background: linear-gradient(to top , #000 10%, #c5050c 50%);
	width:100%;
	float:left;
	padding:0;
	margin:0px 0 0px 0;
	height:650px;
	overflow:hidden;
/*	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;*/
	
}

.osubackground img{
	width:100%;
	overflow:hidden;
	margin:0px 0 0 0;
	padding:0;
	height:auto;
	
}


.footer {
	margin: 0 auto;
	padding: 1em;
	text-align: right;
	background-color:black;
	height:50px;
	bottom:0;
	width:100%;
	float:right;
}
.footer p{
	font-weight:200;
	color:gray;
	padding: .10px;
	margin: 0 10px 0 0;
	bottom:0;
	right:0;
}




/* Individual styles */
@media screen and (max-width: 1290px){
	.header-image {
		height:350px;
		width:100%;		
	}
}
	
@media screen and (max-width: 1100px){
	.header-image {
		height:300px;
		width:100%;
	}
/*	.header-image img{
		width:auto;
		height:420px;
	}*/
	.logo {
	width:50px;
}

	
	.logo img{top:19%;
	left:12%;
	position: absolute;
	width:270px;
	height:auto;
	z-index:200;
	float:left;
	border:none;
		;}
.box {
	position:absolute;
	top:14%;
	left:8%;
	background-color:white;
	width:350px;
	height:220px;
	opacity:.7;
}

	#gamecenter h1 {		margin:0 0 10px 0;
	}
	
	#gamecenter p {
	width:50%;
	margin:20px 25% 0 25%;
	
	
}
	#gamecenter .caption h1 {
		margin-top:-20px;
	}
	#gamecenter .caption p {
		margin-top:150px;
	}
	.packages {
	position:absolute;

	margin-top:120px;
	z-index:3;
/*	.packages {
	position:absolute;
	width:80%;
	height:350px;
	margin:240px 15% 0 15%;
	z-index:3;
	
}
	#gamecenter	.packages h1{
	font-size:20px;
		padding:20px 5px 10px 5px;
	
}
		#gamecenter	.packages p{
		font-size:14px;
		padding:10px 10px 10px 10px;
			margin:0;
	
}
	.packages img {
	width:40%;
	padding: 0 0 0 0;
		margin: 0 30%;
	
}
	#gamecenter .packages a{
	margin:7px 0 0 0;
	top:0px;
	
}
	
.package1 {
	width:40%;
	float:left;
	margin:0px .5% 0 .5%;
	min-height:300px;
	height:300px;
}
*/
.package2 {
	width:40%;
	float:left;
	margin:0px .5% 0 .5%;
	min-height:300px;
	height:300px;
}
		#gamecenter .package2 a{
	margin:20px 0 0 0;
	top:0px;
	
}


.package3 {
	width:32%;
	float:left;
	margin:0px .5% 0 .5%;
	min-height:240px;
	height:280px;
}
	.osubackground {
	width:100%;
	margin:60px 0 0px 0;
	height:500px;
	overflow:hidden;
	
}

.osubackground img{
	overflow:hidden;
	margin:0px 0 0 0;
	padding:0;
	height:210px;
	width:auto;
	
}

	
}
@media screen and (max-width: 900px)
{
	.header-image {
		height:200px;
		width:100%;
	}
	.logo img{top:25%;
	left:10%;
	position: absolute;
	width:180px;
	height:auto;
	z-index:200;
	float:left;
	border:none;
}
	.box {
	position:absolute;
	top:18%;
	left:8%;
	background-color:white;
	width:220px;
	height:150px;
	opacity:.7;
}

}

@media screen and (max-width: 568px){
	header {
		display:none;
	}
	#mobile-header {
		display:block;
		height:200px;

	}
	#mobile-header img {
		height:200px;
		width:100%;
		
		
		
	}

	#mobile-header .box {
		position:absolute;
		top:0;
		left:0;
	background-color:white;
	width:100%;
	height:200px;
	opacity:.7;
	
	}

	#mobile-header .logo img {
		top:0;
		left:0;
		width:40%;
		height:auto;
		margin:25px 30% 0 30%;
		padding:0;

		
	
	}

	
	#gamecenter h1 {
		margin: 20px 20px 10px 20px;
		padding:0;
		font-size:26px;
	}
	#gamecenter p {
		width: 80%;
		margin: 20px 0 0 10%;
		font-size:14px;
	}
	#gamecenter h2 {
		width: 80%;
		margin: 20px 0 0 10%;
		font-size:18px;
	}
	.container2 {
		background-color:black;
	}
#gamecenter .caption h1{
margin:0;
	width:100%;
	color: black;
	font-size: 120%;
	text-align: center;
	padding: 50px 0 0px 0px;font-weight:800;
	z-index:3;
	position:relative;
}
#gamecenter .caption p {
	margin:20px 20% 40px 20%;
	width:60%;
	color: black;
	font-size: 80%;
	text-align: center;
	padding: 0px 0 0px 5px;font-weight:800;
	border:none;
	z-index:3;
	position:relative;
}

	.osubackground {
		display:none;
	}
	.packages {
	position:relative;
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	z-index:3;
	
}
	.packages img {
		display:none;
	
}
	.packages a{
		position:relative;
	}
	
.package1 {
	width:80%;
	margin: 0 0 40px 10%;
	min-height:50px;
	height:210px;
}
	#gamecenter .package1 h1 {
		margin:-20px 0 0 0;
	}
	#gamecenter .package1 p {
		padding:0px 20px 0 20px;
		margin:0;
	}


.package2 {
	width:80%;
	margin: 0 0 40px 10%;
	min-height:50px;
	height:210px;
}
	.package2 h1 {
		margin:30px 0 0 0;
	}
	#gamecenter .package2 p {
		padding:20px 20px 0 20px;
		margin:0;
	}



.package3 {
	width:80%;
	margin: 0 0 0 10%;
	min-height:50px;
	height:210px;
}
	.package3 h1 {
		margin:30px 0 0 0;
	}
	#gamecenter .package3 p {
		padding:20px 20px 0 20px;
		margin:0;
	}

	

}