@charset "UTF-8";
/* CSS Document */

/******************************
 MOBILE/BASE
*******************************/

body {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #000;
	background: #000;
	margin-bottom: 0em;
}
a:link, a:hover, a:active, a:visited {
	font-size: 0.85em;
	text-decoration: none;
	color: #fff;
}
iframe {
	margin: 0 auto;
}
h1 {
	font: 50px/55px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	padding-top: 100px;
	text-shadow: 0px 0px 50px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}
hr {
	width: 80%;
}
strong {
	font-weight: bolder;
	text-transform: uppercase;
}
h3 {
	font: 22px/55px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
h6 {
	font: 55px/50px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff
}
.teaser {
	padding: 15px;
	font: 14px/20px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}
small {
	font: 16px/27px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	float: right;
}
/* LAYOUT CLASSES */

.header {
	width: 100%;
	height: 40px;
	background: #990000;
}
.header img {
	padding: 10px 20px;
}
.container {
	width: 100%;
}
.relcontainer {
	width: 300px;
	margin: 0 auto;
}
.intro {
	background: url(https://neulioncs.hs.llnwd.net/fls/31000/microsites/17wgym_champs/images/2017teammobile.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: none;
	width: 100%;
	height: 600px;
	text-align: center;
}
.row {
	width: 100%;
	display: block;
	margin-top: 50px;
}
.title {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
}
.gameno {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.score {
	padding: 0 0 10px 0;
	margin: 0 auto;
}
.score table {
	margin: 0 auto;
}
.boxscore table {
	color: #fff;
	width: 320px;
	margin: 0 auto;
}
.boxscore table td {
	border: 1px solid #BBB;
	text-align: center;
	background: rgba(0,0,0,0.6);
}
.Font24 {
	font-size: 32px;
	color: #fff;
	font-weight: bolder;
}
.video {
	display: none;
	width: 100%;
}
.mobvid {
	display: block;
	width: 320px;
	height: 180px;
	margin: 0 auto;
}
.quote {
	padding-top: 15px;
	width: 100%;
}
.quote blockquote {
	font: 1.6em/1.4em 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	display: block;
	margin: 0px 1.5em 1.25em 1.5em;
	padding: 15px;
	float: left;
	border-top: solid 3px #999;
	border-bottom: solid 15px #900;
}
.AlignCenter {
	text-align: center;
}
.footer {
	margin-top: 50px;
	padding-top: 20px;
	background: #990000;
	width: 100%;
	height: 980px;
}
.related {
	width: 300px;
	margin: 0 auto 20px auto;
}
.related img {
	width: 300px;
	margin-bottom: 5px;
}
.related p {
	color: #fff;
}
.copyright {
	font-size: 12px;
	line-height: 15px;
	color: #ccc;
	text-align: center;
	margin-top: 25px;
}
.center {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/******************************
 TABLET
*******************************/
@media (min-width: 600px) and (max-width: 768px) {
h1 {
	font: 80px/90px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff
}
iframe {
	display: block;
	margin: 0 auto;
}
.intro {
	width: 100%;
	height: 600px;
	text-align: center;
}
.teaser {
	font-size: 18px;
	line-height: 25px;
}
.boxscore table {
	width: 400px;
	margin: 0 auto;
}
.score {
	width: 400px;
	margin: 0 auto;
}
.video {
	display: block
}
.mobvid {
	display: none;
}
.quote {
	width: 450px;
	margin: 0 auto;
}
}

@media (min-width: 600px) and (max-width: 1024px) {
h1 {
	font: 80px/90px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff
}

iframe {
	display: block;
	margin: 0 auto;
}
.intro {
	width: 100%;
	height: 600px;
	text-align: center;
}
.teaser {
	font-size: 18px;
	line-height: 25px;
}
.boxscore table {
	width: 400px;
	margin: 0 auto;
}
.score {
	width: 400px;
	margin: 0 auto;
}
.video {
	display: block
}
.mobvid {
	display: none;
}
.quote {
	width: 450px;
	margin: 0 auto;
}
}

/******************************
 DESKTOP
*******************************/

@media only screen and (min-width : 1025px) {
body {
	background: url(https://neulioncs.hs.llnwd.net/fls/31000/microsites/17wgym_champs/images/2017team.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: none;
	background-attachment: fixed;
}
h1 {
	font: 80px/90px 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	margin-top: 150px
}
iframe {
	display: block;
	margin: 0 auto;
}
hr {
	width: 100%;
	margin: 20px 0 20px 0
}
a:hover {
	text-decoration: underline;
}
/* LAYOUT CLASSES */

.container {
	width: 960px;
	margin: 0 auto;
}
.intro {
	background: none;
	width: 960px;
	height: 600px;
	text-align: center;
}
.teaser {
	font-size: 18px;
	line-height: 25px;
}
.row {
	width: 960px;
	margin-top: 250px;
	padding: 20px;
	background: rgba(0,0,0,0.65);
	height: 520px;
}
.title {
	width: 960px
}
.gameno {
	margin: 0px 10px 0 0;
	text-align: left;
}
.score {
	padding: 10px 36px 0 20px;
	float: left;
}
.boxscore {
	float: left
}
.boxscore table {
	width: 400px;
	text-align: left;
}
.video, .quote {
	display: inline-block;
	float: left;
}
.video {
	width: 640px
}
.mobvid {
	display: none;
}
.quote {
	width: 310px;
	margin-left: 10px
}
.footer {
	height: 500px;
}
.relcontainer {
	width: 960px;
	margin: 0 auto;
}
.related {
	float: left;
	margin-right: 20px;
}
}
