/******* Bill's CSS Resets *******/

p, ul, ol, h1, h2, h3, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

* { box-sizing: border-box; }



/******* Basic Page Settings *******/

body {
	background: url(images/bg.jpg) repeat;
	font-family: Abel, sans-serif;
	color: #666;
}

header {
	background:#fff;
	padding:10px 15px 10px 0;
}

.container {
	position: relative;
}


#top {
	background: #e1e1e1;
	margin-bottom: 50px;
	padding: 30px 0;
}

#middle {
	background: #707070;
	margin-bottom: 50px;
	padding: 30px 0;
}

footer {
	background: #e1e1e1;
	margin-bottom: 150px;
	padding: 30px 0;
}

p {
	margin-bottom: 1em;
}

article {
	padding: 0 15px;
}

/***** Top Styles *****/

#top p {
	font-size:18px;
	line-height:1.3em;
}

.highlight {
	color:#e00101;
}

/***** Middle Styles *****/

#middle h2 {
	color: #afe0f5;
	font-size: 24px;
	padding: 0 0 30px 15px;
}

#middle h3 {
	color: #f6fb6c;
	font-size: 24px;
	margin-bottom: .3em;
}

#middle p {
	color: #e3e3e3;
	line-height: 1.5em
}

/***** Footer Styles *****/

.row {
	margin-bottom: 20px;
}

footer h3 {
	font-size: 24px;
	color: #e00101;
	margin-bottom: .2em;
}

footer h4 {
	font-size: 16px;
	color: #e00101;
	margin-bottom: 1em;
}

footer p{
	line-height:1.2em;
}

a {
	color:#5d9bb6;
	text-decoration:none;
}


/***** Header Styles *****/

#logo {
	position: relative;
	margin-bottom: 20px;
}
	
#logo img {
	width: 120px;
}
	
#logo h1 {
	font-size: 30px;
	color: #000;
	position: absolute;
	top: 45px;
	left: 40px;
}
	
#logo h2 {
	font-size: 24px;
	top: 50px;
	left: 125px;
	color: #e00101;
	position: absolute;
}

#ticket {
	position: absolute;
	top: 85px;
	right: 0;
	width: 190px;
	display: block;
	background: #ebebeb;
	border-radius: 10px;
	color: #666;
	text-decoration: none;
	padding: 15px 15px;
}

#ticket h2 {
	font-size: 18px;
	width: 150px;
	text-align: right;
}

#ticket h3 {
	transform: rotate(-90deg);	
	color: #e00101;
	position: absolute;
	bottom: 16px;
	left: -3px;
	font-size: 18px;
}

#ticket:hover {
	background: #afe0f5;
}



@media only screen and (min-width:330px) {
	
	a #ticket {
		width: 200px;
		padding-left: 50px;
		
		
		}
	
	
	#ticket h2, h3 {
		
		font-size:20px;
	}
	
	
	
	
	
	#logo img {
		
		
		width: 133px;
	}
		
	#logo h1 {
		
		font-size:35px;
		
	}
	
	#logo h2 {
		
		font-size:30px;
		padding-left: 20px;
		
		
	}
	
	#top p {
		
		font-size: 18px;
		
		
	}
	
	
    #middle h2, h3  {
		
		
		font-size: 28px;
	}


	#middle p {
		
		font-size: 18px;
		
	}


	footer h3 {
		
		font-size: 28px;
	
		
		
	}

	footer p {
		
		font-size: 18px;
		
	}

	footer h4 {
		
		font-size: 20px;
		
	}
    



}


@media only screen and (min-width:480px) {
	
	
	
	#ticket {
		
		width: 240px;
		height:60px;
		top: 105px;
		
		}
	
	
	
	#ticket h2 {
		
		width: 180px;
		font-size: 22px;
		
	}

	
	#ticket h3 {
		
		font-size: 22px;
		
	}
	
	
	#logo h2 {
		
		font-size:40px;
		top:55px;
		left: 160px
	}
	
	#logo img {
		
		width: 160px;
		
	}
	
	
	#logo h1 {
		
		top: 55px;
		left: 50px;
		font-size:44px;
	}
	
	
	
	 #top article {
		 
		display:flex;
		
		
	}
	
	
	
	
	#top p {
		
		font-size: 22px;
		display:block;
		
		
	}
	
	
	#top .left {
		
		float: left;
		width: 50%
			
	}
	
	
		
    #middle h2, h3  {
		
		
		font-size: 32px;
	}


	#middle p {
		
		font-size: 22px;
		
	}


	footer h3 {
		
		font-size: 26px;
	
		
		
	}

	footer p {
		
		font-size: 22px;
		
	}

	footer h4 {
		
		font-size: 22px;
		
	}
    
	


}

	
@media only screen and (min-width:700px) {
	
	

	
		#ticket {
		
		width: 300px;
		height:66px;
		top: 130px;
		
		}
	
	
	
	#ticket h2 {
		
		width: 190px;
		font-size: 26px;
		
		
	}

	
	#ticket h3 {
		
		font-size: 24px;
		
	}
	
	
	#logo h2 {
		
		font-size:60px;
		top:45px;
		left: 200px
	}
	
	#logo img {
		
		width: 200px;
		
	}
	
	
	#logo h1 {
		
		top: 60px;
		left: 56px;
		font-size:60px;
	}
	
	
	
	 #top article {
		 
		display:flex;
		
		
	}
	
	
	
	
	#top p {
		
		font-size: 26px;
		display:block;
		
		
	}
	
	
	#top .left {
		
		float: left;
		width: 50%
			
	}
	
	
	
	#middle .container {
		
		display: grid;
		grid-template-columns: 1fr 1fr 1fr ;
		
		}
	
	.topmid {
		grid-column: 1/4;
		
	}
	
	
	
	
	#middle h2 {
		
		font-size:35px;
		
		
	}
		
	
	#middle h3 {
		font-size: 30px;
	}
	
	#middle P {
		
		font-size: 26px;
	}
	
	
	footer h3 { 
		
		font-size:30px;
		
		
		
		
	}
	
	footer p {
		
		font-size: 26px;
		
	}
	
	footer h4 {
		
		font-size: 28px;
	}
	
	.row {
		
		display: flex;
		justify-content: space-between;
	}
	

	}

@media only screen and (min-width:900px) {
	

		
		#ticket {
		
		width: 310px;
		height:75px;
		top: 142px;
		
		}
	
	
	
	#ticket h2 {
		
		width: 239px;
		font-size: 30px;
		padding-top: 5px;
		
	}

	
	#ticket h3 {
		
		font-size: 30px;
		padding-left: 10px;
		
	}
	
	
	#logo h2 {
		
		font-size:80px;
		top:55px;
		left: 300px
	}
	
	#logo img {
		
		width: 230px;
		
	}
	
	
	#logo h1 {
		
		top: 68px;
		left: 69px;
		font-size:70px;
	}
	
	
	
	 #top article {
		 
		display:flex;
		
		
	}
	
	
	
	
	#top p {
		
		font-size: 30px;
		display:block;
		
		
	}
	
	
	#top .left {
		
		float: left;
		width: 50%
			
	}
	
	
	
	#middle .container {
		
		display: grid;
		grid-template-columns: 1fr 1fr 1fr ;
		
		}
	
	.topmid {
		grid-column: 1/4;
		
	}
	

	
	
	#middle h2 {
		
		font-size:40px;
		
		
	}
		
	
	#middle h3 {
		font-size: 35px;
	    
	
	}
	
	#middle P {
		
		font-size: 30px;
	}
	
	
	footer h3 { 
		
		font-size:35px;
		
		
		
		
	}
	
	footer p {
		
		font-size: 30px;
		
	}
	
	footer h4 {
		
		font-size: 35px;
	}
	
	.row {
		
		display: flex;
		justify-content: space-between;
	}
	
	
	
	
	
}








