body {
	font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
	background: url(../images/woods.jpg) 0 0 no-repeat #01000E;
	background-position:top center; 
	background-attachment: fixed;
	margin:0;
	padding:0;
	height:100%;
}

/*------ homepage ----------- */

#homepage {
	margin-top: 30px;
	text-shadow: 1px 1px #fff;
}
#homepage .main-img {
	border: 4px solid #FDFDE5;
	border-radius: 20px;
	box-shadow: 8px 6px 12px rgba(0,0,0,.8);
	display: block;
	position: relative;
	margin: 0 auto;
}
#homepage h1 {
	position: absolute;	
	bottom: 8%;
	left: 18.5%;
	font-size:60px;
	letter-spacing: 5px;
	-moz-transition: all 2s ease-in-out .5s;
	-webkit-transition: all 2s ease-in-out .5s;
	o-transition: all 2s ease-in-out .5s;
	transition: all 2s ease-in-out .5s;
	color: #000;
	padding: 0;
}
#homepage h1:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition: all 2s ease-in-out .5s;
	-webkit-transition: all 2s ease-in-out .5s;
	o-transition: all 2s ease-in-out .5s;
	transition: all 2s ease-in-out .5s;
}
#homepage ul {
	position: absolute;
	bottom: 4%;
	left: 15%;
	font-size:15px;	
	letter-spacing: 1px;

}
#homepage ul, #homepage ul a {
	color: #000;
	text-decoration: none;
}
#homepage ul a:hover, #homepage ul a:focus, #homepage ul a:active {
   -webkit-stroke-width: 5.3px;
   -webkit-stroke-color: #FFFFFF;
   -webkit-fill-color: #FFFFFF;
   text-shadow: 1px 0px 20px #06103A;
   -webkit-transition: width 0.s; /*Safari & Chrome*/
   -moz-transition: width 0.5s; /* Firefox 4 */
   -o-transition: width 0.5s; /* Opera */
	transition: width 0.5s;
}
#homepage a+a {
	border-left: 1px solid #000;
}
#homepage a {
	padding: 0 3px 0 6px;	
}

/* ---- runner ----*/

#runner {
	background-color:#010C2A;
	height: 100%; 
	margin-top: 30px;
	padding-bottom: 10px;
	border: 4px solid #FDFDE5;
	border-radius: 20px;
	min-width: 320px;
}
#runner p {
	color: #FFF;
}

/* ---- headings ----*/

h1 {
	font-size: 60px;
	letter-spacing: 5px;
}
h1:hover{
	color:#8BBFF9;	
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 17px;
  text-transform: none;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
h1, h2, h3, h5, h6, label {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	padding: 20px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #FFF;
	margin-top: -20px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	letter-spacing: 1px;
}
p {
	text-align: justify;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
p:last-child {
padding-bottom: 15px;	
}

a.publisher {
	font-size: 20px;	
}

/* ---- navigation ---- */

.side-nav {
	padding:5px 0 5px 5px;
	border-right: 3px solid #FDFDE5;
	border-bottom: 3px solid #FDFDE5;
	border-radius: 20px;
	max-width: 150px;
}
.side-nav a {
	font-family: 'Oswald', Helvetica, Verdana, sans-serif;
	font-size: 22px;
	padding-top: 10px;	
	padding-left: 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
}
.side-nav a:last-child {
	padding-bottom: 10px;	
}
.side-nav a:hover, .side-nav a.active {
	color: #8BBFF9;
}
.side-nav a+a {
	border: none;
}
.side-nav a.store-cat1 {
	font-size: 18px;

	padding-left: 25px;
	text-transform: none;
	
}
.side-nav a.store-cat2 {
	font-size: 15px;
	padding-left: 45px;
	text-transform: none;
}
.side-nav a.store-cat1:last-child {
	margin-bottom: -10px;
}

.side-nav a.store-cat3 {
	font-size: 12px;
	padding-left: 65px;
	text-transform: none;
}
.side-nav a.store-cat3:last-child {
	margin-bottom: -10px;
}

/* ---- main section of site ---- */

#main-content {
	text-align: center;	
}
#media {
	text-align: center;	
	padding-bottom: 40px;
}
#media p {
	padding-top: 50px;
}
#media p:first-child {
	padding-top: 0;	
}
#media p:last-child {
	padding-bottom: 50px;	
}
#media h2 {
	padding: 0;	
}
img {
	position: relative;
	background: #FDFDE5;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 14px;
	border-radius: 5px;
}

.no-border {
	border-radius: 0;
	padding: 0;
}

.inline {
	display: inline-block;
}
.inline a {
text-decoration:none;
}
.inline:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	o-transition: all 1s linear;
	transition: all 1s linear;
}


/* ------ contact form -------- */
#form-holder {
	width: 95%;
	margin: 20px 0;
	padding: 20px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.08) inset;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #003;
	border: 1px solid #fff;
}
#form-holder label {
	display: block;
	font-size: 16px;
	text-indent: 10px;
	padding: 5px;
	padding-top: 20px;
	letter-spacing: 1px;
}
input[type="text"], textarea {
	display: block;
    background: #fff;
    border: 0 none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.15) inset;
    color: rgba(17, 17, 17, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 14px;

}
textarea {
	width: 100%;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
	height: 12em;
}

label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
	margin-top: 0;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
	box-shadow: 0 0 0 2px #8BBFF9; inset;
}
.button, input[type="submit"] {
	display: block;
	cursor: pointer;
	font-size: 15px; font-size: 1.5rem;
	font-family: Georgia, 'Times New Roman', Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
	padding: 10px 14px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
  	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	color: rgba(0, 0, 0, .8);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background: #e4e4e4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#e4e4e4), color-stop(100%,#bcbcbc));
	background: -moz-linear-gradient(top, #e4e4e4 20%, #bcbcbc 100%);
	background: -o-linear-gradient(top, #e4e4e4 20%, #bcbcbc 100%);
	text-align: center;
	border: none;
	text-decoration: none;
	border-top: 1px solid rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.45);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.20);
}


/* ------ store links -------- */
#store-links {
color: #FFF;
}

/* ------ table -------- */
table {
    margin-left:auto; 
    margin-right:auto;
	background: #FDFDE5;
}
#scores tr p, #scores tr h1, #scores tr h2, #scores tr h3, #scores tr h4, #scores tr h5, #scores tr h6 {
	color: #000;
	padding: 0;
}
#scores p {
	text-align: center;	
}
#scores h3 {
	text-align: center;
}
h3 object, h3 embed {
	margin-left: 10px;
	height: 18px;
	width: 18px;
}

#grade-levels {
width: 80%;
max-width: 600px;
}

#grade-levels p {
	text-align: left;	
	padding: 0;
}
#grade-levels h5 {
	padding: 0;	
}
#scores img {
	position: relative;
	background: #010C2A;
	padding: 0;
	margin: 0;
}
#scores tr img {
background: #FDFDE5
}
td img {
width: 40px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}
td img[alt="Add to Cart"] {
width: auto;
}
td p {
margin-bottom: 5px;	
}
td h3, td h4, td h5 {
margin-top: 5px;	
}
.preview img {
	width: 40px;
	padding-top: 0px;
}

.play {
	border-radius: 0px;
	border-width:thick;
	text-align: center;
	padding: none;
	margin:-5px;
	background:none;
}

/* ------ video -------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------ media styles -------- */

@media only screen and (max-width: 800px) {

.side-nav {
	text-align: center;
	color: #FFF;
	border-radius: 0;
	border-right: none;
	max-width: 100%;
}
.side-nav ul {
	float: none;
}

.side-nav a:last-child {
	padding-bottom: 0;	
}
.side-nav a {
	font-size: 18px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 8px 16px;
	display: inline-block;
	float: none;
}
.hidden-mobile {
	display: none;
}

}



@media only screen and (max-width: 600px) {
h1 {
font-size: 45px;
letter-spacing:.5px;	
}
#homepage {
    text-shadow:
    -1px -1px 0 #FDFDE5,
    1px -1px 0 #FDFDE5,
    -1px 1px 0 #FDFDE5,
    1px 1px 0 #FDFDE5;
}
#homepage h1 {
	font-size: 40px;
	top: 3%;
	left: 10%;
	letter-spacing: 0;
}
#homepage ul {
	bottom: 5%;
	left: 10%;
}
#homepage ul a {
	display: block;
	padding: 0;
}
#homepage ul a:hover, #homepage ul a:focus, #homepage ul a:active {
	color: #FFF;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
#homepage a+a {
	border: none;
}
#homepage a {
	padding: none;	
}
.hidden-mobile {
	display: none;
}

}


@media only screen and (max-width: 450px) {
h1 {
font-size: 300%;
}
#homepage {
text-shadow: none;	
}
#homepage h1 {
	text-align: center;
	position: static;
	font-size: 200%;
	padding-bottom: 10%;
	color: #FFF;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	-moz-transition: none;
	-webkit-transition: none;
	o-transition: none;
	transition: none;
}
#homepage ul {
	text-align: center;
	font-size: 180%;
	position: static;
}

#homepage ul a {
	color: #FFF;
}

#homepage ul a.hover {
   -webkit-stroke-width: none;
   -webkit-stroke-color: none;
   -webkit-fill-color: none;
   -webkit-transition: none; /*Safari & Chrome*/
   -moz-transition: none; /* Firefox 4 */
   -o-transition: none; /* Opera */
	transition: none;	
}

#homepage h1 {
	font-size: 300%;
}
#main-content h1 {
	padding: 0;	
}
body {
	background: #010C2A;
}
#homepage .main-img {
display: none;
}
#runner {
border: none;
margin: 0;
}
p {
padding: 0;	
}
.hidden-mobile {
	display: none;
}