.landing-header img{
	width: 100%;
	min-width:800px;
	height:auto;
	z-index: 5;
	/*border-bottom:black solid 10px;*/
}
#gamecenter {
	width: 100%;
	height: 140px;
	background: url(../images/football-stadium.jpg);
	position: relative;
	margin-top: -3px;
}
.gamecenter-info {
	width:100%;
}

#gamecenter img {
	width: 12%;
	float:left;
	padding:10px;
	margin: 0 20px 0 20px;
	
}

#gamecenter h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 400;
	color: #9e1b32;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 20px 0px 0px 70px;
	font-style:normal;
	text-align:left;
	letter-spacing:8px;
}
#gamecenter h2{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #9e1b32;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 0px 70px;
	font-style:normal;
	text-align:left;
	letter-spacing:2px;
}
#gamecenter h3{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #9e1b32;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 30px 0px 0px;
	font-style:normal;
	text-align:left;
	float:right;
	margin-top:30px;
	text-transform: uppercase;
	letter-spacing:1px;

}

.text {

	color:white;

}


.container .gamecenter-title {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:6px;
	padding-bottom: 20px;
color:#522d80;
	font-size:40px;
	
}
.container .gamecenter-date {
	text-align:center;
	text-transform:uppercase;
	padding-bottom: 0px;
	margin-top:-30px;
color:#f66733;
	font-size:30px;
	
}
.container .gamecenter-paragraph {
	text-align:center;
	color:black;
	margin: -20px auto 40px auto;
	font-size: 18px;
	
}
.container .bowllogo {
	width:100%;
	
}
.container .bowllogo img {
	width:250px;
	padding: 20px;
	margin:0 0 20px 0;
	
}
.bowllogo {
width:20%;
margin: 0 auto;}
.bowllogo img {
	width: 100%;
}


.container2 .gamecenter-title {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:6px;
	padding: 40px 0pc 20px 0px;
color:#522d80;
	font-size:40px;
	
}
.container2 .gamecenter-date {
	text-align:center;
	text-transform:uppercase;
	padding-bottom: 0px;
	margin-top:-30px;
color:#f66733;
	font-size:30px;
	
}
.container2 .gamecenter-paragraph {
	text-align:center;
	color:black;
	margin: -20px auto 40px auto;
	font-size: 18px;
	
}
.container2 .bowllogo {
	width:100%;
	
}
.container2 .bowllogo img {
	width:300px;
	padding: 20px;
	margin:0 0 20px 0;
	
}



/*Parallax*/


.bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
.container1 {
    max-width: 100%;
}
.container2 {
	top:200px;
	background: url(../images/football-stadium.jpg) bottom center;
	background-size: cover;
	background-repeat: none;
	height:400px;
}


/*EndParallax*/
.container .row img {
	overflow:hidden;
	width:100%;
}
.container .row h3 {
	padding: 10px 0 5px 0;
	color:#522d80;
}
.container h2{
	margin-bottom:20px;
	font-size:26px;
	text-transform:uppercase;
}
.container p{
	color:black;
	padding-bottom:10px;
}
.container .row a {
	color:#ffffff;
	background-color:#f66733;
	width:100%;
	padding:10px 20px 10px 20px;
	text-decoration:none;
}
.container .row a:hover {
	background-color: #522d80;
	color:white;
	font-weight:500;
}
.container .row h2{
	font-size:16px;
	margin: 0 0 10px 0;
}

.cn-container{
	width: 60%;
	min-width: 300px;
	max-width: 820px;
	margin: 10px auto 0 auto;
	text-align: left;
	position: relative;
	
}
.cn-container h2{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #9e1b32;
	position: absolute;
	z-index: -1;
	text-shadow: 0 0 1px rgba(255,255,255,0.8), 1px 1px 1px rgba(0,0,0,0.2);
	font-size: 40px;
	top: -100px;
	right: 0px;
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0.4s;
	-moz-transition: all 0.3s linear 0.4s;
	-o-transition: all 0.3s linear 0.4s;
	-ms-transition: all 0.3s linear 0.4s;
	transition: all 0.3s linear 0.4s;
}
.cn-container .cn-slide:target h2{
	top: 0px;
	opacity: 1;
	z-index: 1000;
}
.cn-slide{
	text-align: center;
	position: absolute;
	top: -200px;
	left: 0px;
	padding-top: 40px;
	margin: 0 5%;
	width: 90%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: top 0.4s linear, opacity 0.4s linear;
	-moz-transition: top 0.4s linear, opacity 0.4s linear;
	-o-transition: top 0.4s linear, opacity 0.4s linear;
	-ms-transition: top 0.4s linear, opacity 0.4s linear;
	transition: top 0.4s linear, opacity 0.4s linear;
}
.cn-slide:target{
	top: 0px;
	opacity: 1;
	z-index: 10000;
	-webkit-transition-delay: 0.2s, 0.4s;
	-moz-transition-delay: 0.2s, 0.4s;
	-o-transition-delay: 0.2s, 0.4s;
	-ms-transition-delay: 0.2s, 0.4s;
	transition-delay: 0.2s, 0.4s;
}
.cn-slide nav a{
	text-align: left;
	display: block;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	border: 4px solid #fff;
	padding: 2%;
	font-size: 50px;
	letter-spacing: 7px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	color: rgba(255,255,255, 0.8);
	line-height: 66px;
	margin: 0 0 10px 0;
	outline: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	background: #fff url(../images/landandairpackage.jpg) no-repeat center center;
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cn-slide nav a:hover{
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	background-color: black;
	padding:25px;
	color: white;
}
.cn-slide-sub nav a{
	width: 42%;
	display: inline-block;
	font-size: 40px;
}
.cn-slide-sub nav a:nth-child(odd){
	margin-right: 5px;
}

.cn-content{
	background: #80B8CE url(../images/landandairpackage.jpg) no-repeat center center;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	text-align: left;
	padding: 20px 20px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border: 8px solid #fff;
	margin: 5px 0px 10px 0px;
	cursor: default;
}
.cn-content-1{
	background: #80B8CE url(../images/landpackage.jpg) no-repeat center center;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	text-align: left;
	padding: 20px 20px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border: 8px solid #fff;
	margin: 5px 0px 10px 0px;
	cursor: default;
}
.cn-content-2{
	background: #80B8CE url(../images/aironly.jpg) no-repeat center center;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	text-align: left;
	padding: 20px 20px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border: 8px solid #fff;
	margin: 5px 0px 10px 0px;
	cursor: default;
}
/*.cn-content:active p{
	opacity: 0;
}*/
.cn-content p{
	line-height: 24px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	color: rgba(103,59,77,0.9);
	padding: 15px 20px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.66);
	font-style: italic;
	/*-webkit-transition: opacity 0.3s linear;
	/*-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
.cn-back{
	outline: none;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow.png) no-repeat center center;
	position: absolute;
	top: 2px;
	left: 200px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.cn-slide:target .cn-back{
	left: 3px;
	opacity: 1;
}
/*.cn-note{
	text-align: right;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	padding: 10px;
	display: block;
	font-family: Arial;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}*/


/* Main Items */


/* Items and sub-items of slide 1*/

.cn-content a {
	position: relative;
	line-height: 24px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.9);
	padding: 5px 7px;
	margin: 10px 0px 10px 0px;
	background: rgba(0,0,0,0.7);
	font-style: italic;
	text-align: left;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.cn-content a:hover {
	background-color: white;
	color: black;
}



/* Items and sub-items of slide 2*/

#mobile-header {
	display:none;
}

/* Items and sub-items of slide 3*/

@media screen and (max-width: 1060px){
	.cn-slide-sub nav a{
		font-size: 28px;
	}
}
@media screen and (max-width: 900px){
	.cn-container h2{
		font-size: 48px;
		line-height: 95px;
	}
	.cn-slide nav a{
		font-size: 38px;
	}
	.cn-slide-sub nav a{
		width: auto;
		font-size: 36px;
		display: block;
	}
	.cn-slide-sub nav a:nth-child(odd){
		margin-right: 0px;
	}
}
@media (min-width:300px) and (max-width:767px){
	.bowllogo{
		float:none;
		width:200px;
		margin:0 auto 10px auto;
	}
	.container .row a {
		padding:5px 5px;
	font-size:16px;
	}
	
	.col-md-4 {
		background-color:black;
		margin-bottom:30px;
	}
	.container1 h2{
		font-size:18px;
	}
	.container1 p {
		font-size: 13px;
		margin:15px auto 0 auto;
		width:80%;
		
	}
	.container1 footer p{
		text-align: center;
		font-size:12px;
		margin:15px auto;
		width:100%;
	}
	.col-md-4 img {
		margin:0 auto;
		width:80%;
		
	}
	.container .gamecenter-title {
		font-size:30px;
		letter-spacing:2px;
		margin-top:-20px;
		
	}
	.container .gamecenter-date {
		font-size: 18px;
		
	}
	.container .gamecenter-paragraph{
		font-size:12px;
	}
	.container .row h3 {
	font-size:22px;
		letter-spacing: 2px;
}
	
	.container2 .gamecenter-title {
		font-size:30px;
		letter-spacing:2px;
		margin-top:-20px;
		
	}
	.container2 .gamecenter-date {
		font-size: 18px;
		
	}
	.container2 .gamecenter-paragraph{
		font-size:12px;
	}
	.container2 .row h3 {
	font-size:22px;
		letter-spacing: 2px;
}
	.contact-bar {
    height: 60px;
    line-height: 18px;
    font-size: 12px;
    background-color: black;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
	.contact-bar a{
		font-size:10px;
	}
	#mobile-header {
	display:block;
		/*border-bottom: 10px solid black;*/

}
	#mobile-header img {
		width:100%;
	}
	.landing-header{
		display:none;
	}
	
}
@media screen and (max-width: 1000px){
	.col-md-4 {
		background-color:black;
		margin-bottom:30px;
	}
	
}
@media (min-width:767px) and (max-width:999px){.container .row a {
		padding:5px 5px;
	font-size:12px;
	}
	
	
}