html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
.group:after {
	/* To clear Float */
	content: "";
	display: table;
	clear: both;
}
body {
	background: #fff;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.container-logo {
	width: 100%;
	max-width: 730px;
	margin: 50px auto 0;
	padding: 0 15px;
}
h2.tagline {
	text-align: center;
	width: 100%;
	max-width: 900px;
	margin: 80px auto;
	margin-top: 0;
	padding: 0 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 42px;
	font-weight: 100;
}
h2.tagline span {
	white-space: nowrap;
}
h3 {
	text-align: center;
	font-size: 18px;
	padding: 7px;
	background: #000;
	color: #fff;
}
.container-logo img {
	width: 100%;
}
.img-stripe {
	width: 660px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.img-stripe .content1 {
	display: inline-table;
	padding: 5px 13px;
	width: 140px;
	height: 120px;
}
.basketball {
	background: url(../img/basketball.png) center center no-repeat;
}
.soccer {
	background: url(../img/soccer.png) center center no-repeat;
}
.football {
	background: url(../img/football.png) center center no-repeat;
}
.baseball {
	background: url(../img/baseball.png) center center no-repeat;
}
.basketball,
.soccer,
.football,
.baseball {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-size: 100px;
}
.img-stripe span {
	display: inline-block;
	width: 134px;
	background: #272525;
	border: solid 1px #272525;
	padding: 1px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.img-stripe .content1:hover span{
	background: #fbf998;
	color: #000;
	border: solid 1px #000;
	box-shadow: #666 0 0 5px;
}
.container-links {
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
}
.container-links img {
	width: 100%;
}
.container-links a {
	
}
.container-links a:hover {
	background: url(../img/underline.png) center center no-repeat;
	background-size: contain;
}
.container-links .lt, 
.container-links .rt {
	width: 100%;
	max-width: 420px;
	display: block;
	padding: 15px;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
nav {
	width: 100%;
	margin: 30px auto 20px;
	max-width: 900px;
	text-align: center;
	font-size: 18px;
}
nav a {
	text-decoration: none;
	display: inline-block;
	color: #6b6b6b;
	background: #fff;
	margin: 10px;
	padding: 3px 8px;
	text-transform: uppercase;
	border: solid 1px #999;
}
nav a:hover {
	background-color: #f498c1;
	color: #fff;
}
footer {
	width: 100%;
	height: 32px;
	padding: 0 15px;
	text-align: right;
	font-size: 14px;
	color: #7e7c7e;
}
footer #social{
	float:left;
	margin-top: -10px;
}
footer #social img {
	border-radius: 50%;
}
footer #social a {
	border-radius: 50%;
	padding: 0 6px;
}
.notice {
	position: fixed;
	top: 170px;
	right: 80%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/star-burst.png);
	background-image: url(../img/star-burst.png);
	background-size: 80%;
	/*border: dotted 5px #820303;
	box-shadow: 5px 5px 10px #000; */
	width: 200px;
	height: 200px;
	padding: 73px 58px 32px;
	-ms-transform: rotate(-9deg); /* IE 9 */
	-webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
	transform: rotate(-9deg);
	color: #fff;
	font-size: 24px;
	line-height: 1.1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.notice {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	h2.tagline {
		font-size: 32px;
	}
}

/* "Small" screen styles - apply to view less than 600px */
@media screen and (max-width: 600px) {
	 .container-logo {
		margin: 30px auto 20px;
	}
	h2.tagline {
		font-size: 22px;
	}
	.container-links {
		width: 100%;
		margin: 40px auto 15px;
	}
	.container-links .lt,
	.container-links .rt {
		float: none;
		max-width: 90%;
		margin: 15px auto;
		border-bottom: dotted 1px #000;
	}
	nav {
		margin-top: 15px;
		text-align: left;
	}
	nav a {
		display: block;
		padding: 5px 10px;
		text-transform: uppercase;
	}
}
