/* site.css */
/*#box1 {
	position: fixed;
	text-align: center;
}*/

#box1b { 
	width: 100%;
	margin: auto;
	height: 40px;
	background-color: #73CEE2;
	text-align: center;
	font-family: Georgia, serif;
	position: fixed;
	opacity: 0.7;
	z-index: 10;

 }
 #google {
 	margin-left: 700px;
 	position: fixed;
 	padding: 14px 16px;
 	z-index: 11;
 }
 ul {
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	overflow: hidden;
 }
 ul li {
 	float: left;
 	font: bold;
 }
 ul li a{
 	display: inline-block;
 	color: black;
 	text-align: center;
 	padding: 14px 16px;
 	text-decoration: none;
 	transition: 0.3s;
 	font-size: 17px;
 	font-weight: bold;
 }
 ul li a:hover {
 	background-color: red;
 	border-radius: 100px 150px 100px 150px;
 	box-shadow: 1px 1px 1px 2px #FEB03A;
 	padding: 13px;
 }
 ul li a:active { 
 	background-image: url(multisport.jpg);
 	background-size: cover;
 	color: blue;
 }
 
.home-bg {
	background-image: url(FlamingRings.jpg);
	background-size: cover;
}
.hockey-bg {
	background-image: url(firepuck22.jpg);
	background-size: cover;
	}
.baseball-bg {
	background-image: url(firebaseball22.jpg);
	background-size: cover;
	}
.basketball-bg {
	background-image: url(firebasketball22.jpg);
	background-size: cover;
	}
.football-bg {
	background-image: url(firefootball22.jpg);
	background-size: cover;
	}
.soccer-bg {
	background-image: url(firesoccer.jpg);
	background-size: cover;
	}
.about-bg {
	background-image: url(olympics44.jpg);
	background-size: cover;
	}

h1, h2 {
	text-align: center;
	color: red;
}

.home-bg #link1, .hockey-bg #link2, .baseball-bg #link4, .basketball-bg #link5,
 .football-bg #link6, .soccer-bg #link3, .about-bg #link7 {
	background-color: red;
 	border-radius: 100px 150px 100px 150px;
 	box-shadow: 1px 1px 1px 2px #FEB03A;
 	padding: 13px;
}

footer {
	color: white;
	font-weight: bolder;
}

section {
	margin-top: 150px;
	margin-left: 15%;
	margin-right: 15%;
	display: inline-grid;
}
section div{
	margin: auto;
	display: inline-block;
	padding: 10px;
	color: white;
	font: bold;
}
.items, .info {
	display: inline-block;
    /*width: 150px;
    height: 75px;*/
    margin: auto;
}

.sales img{
		border-radius: 100%;
		box-shadow: 10px 10px 25px #F8692F;
		background-image: cover;
}
.sales .info{
	text-shadow: 2px 2px red;
	box-shadow: 4px 4px 10px #F8692F;
	background-color: black;
}
.content .details{
	/*margin: 0 0 auto;*/
	/*padding: 20px 20px 20px 20px;*/
	width: 40em;
    height: 18em;
    opacity: 0.95;

}
.content .details h3{
	text-shadow: 2px 2px red;

}
.content .details{
	color: white;
	font-weight: bold;
	box-shadow: 4px 4px 10px #F8692F;
	background-color: black;

}
h4 {
	color: white;
	font-weight: bold;
	box-shadow: 4px 4px 10px #F8692F;
	background-color: black;
	text-align: center;
}
#main, #form2 {
	color: white;
	width: 100%;
	text-shadow: 2px 2px red;

}
#title {
	font-size: 20px;
}