@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Bangers');
@import url('https://fonts.googleapis.com/css?family=Material+Icons');


body {
	font-family: 'Open Sans';
	font-size: 18px;
	/* background-color: #fbb115; */
}

header {
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: auto;
	font-family: 'Bangers';
	text-align: center;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #333;
}

ul#menu li {
	display: inline-block;
	padding: 10px;
	font-size: 1.75em;
}

ul#menu li a {
	text-decoration: none;
	color: #fff;
}

ul#menu li.active a{
	color: #7baabe;
}

#mobile_menu {
	display: none;
}


img.splash_img {
    position: absolute;
    width: 25%;
    right: -10%;
    top: -15%;
}

img.book_cover {
	float:left;
	padding: 0px 20px 20px 0px;
}

div.game_step {
	float: left;
	width: 50%;
	text-align: center;
	padding: 20px 0px;
}

.center {
	text-align: center;
}

.action {
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	margin: auto;
	width: auto;
	display: inline-block;
}

div.news-item h4 {
	margin: 0px;
}

div.news-item img {
	max-width: 200px;
	max-height: 100px;
}

div.news-item {
	float: none;
	width: 100%;
	text-align: center;
}


div.news-item > div {
   border: 1px solid #666;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 20px;
    float: none;
	margin: 20px 0px;
}


h1, h2, h3 {
	font-family: 'Bangers';
}

div.slide h1:first-child,
div.section h1:first-child {
	text-shadow: #000 3px 5px;
	color: #fff;
}

div.slide div.section-content h1 {
	text-shadow: none;
	color: #000;
}

h1 {
	font-size: 3em;
}

a {
	text-decoration: none;
	color: #000;
}

div.field {

}



div.success {
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	margin: 20px;
	padding: 12px;
	background-color: lightgoldenrodyellow;
}

div.error {
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	margin: 20px;
	padding: 12px;
	background-color: grey;
}

button {
	border: 1px solid #666;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	cursor: pointer;
}

div.field input,
div.field select,
div.field textarea {
	display: block;
	width: 80%;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

div.field.field-web {
	display: none;
}

p.review {
	font-style: italic;
	font-size: smaller;
}

div.section {
	margin: auto;
	width: 100%;
	text-align: center;
	padding-top: 65px;
}

div.section h1 {
	margin-top: 20px;
}

div.section img {
	max-width: 100%;
	height: auto;
}

div.section-content {
    width: 75%;
	min-height: 50vh;
    padding: 20px 40px;
    background: #fff;
	line-height: 28px;
    margin: auto;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    text-align: left;
	max-width: 800px;
	border: 2px solid #333;
	margin-bottom: 10em;
	position: relative;
}

div.section-content.hidden {
	background: none;
	border: none;
}

div.section-content.text-center {
	text-align: center;
}

.fp-viewing-home {

}

#home_section {
    background-color: #fbb115;
	background-image: url('../imgs/background1.png');
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.fp-viewing-books-0 {
	
}

#book_section {
    background-image: url('../imgs/background2.png');
	background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.fp-viewing-activities-0{
	
}

#activities_section {
    background-image: url('../imgs/background3.png');
	background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.fp-viewing-about-0{
	background-image: url('../imgs/background4.png');
}


#about_section {
    background-image: url('../imgs/background4.png');
	background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

#menu-logo {
	height: 80px;
	margin-bottom: -20px;
	margin-top: -20px;
	margin-right: 20px;
}




img.coloring {
	margin-right: 10px; 
	margin-left: 10px;
	margin-bottom: 20px;
	border-width: 1px; 
	border-style: solid; 
	float: left; 
	width: 150px; 
	height: 194px;
	
}

div.chars {
	position: absolute;
	bottom: 20%;
	width: 100%;
	z-index: 2;
	background: transparent;
}



div.chars #ninja {
    position: absolute;
    bottom: 0px;
    left: -300px; /* start off stage */
	width: 150px; /* half scaled width from background size */
	height: 250px;	/* height */
	background: url('../imgs/ninja.png') left center;
	background-size: 1500px 250px; /* scaled down */
	animation-name: none;
}

div.chars #ninja.idle {
   animation: ninjawink 0.5s steps(2) 1;
}

div.chars #ninja.walk {
   animation: ninjaplay 0.2s steps(2) infinite;
}

div.chars #ninja.flip {
	animation: ninjaflip 0.6s steps(8) 1;
}

@keyframes ninjaplay {
   100% { background-position: -2700px; } /* set to full width of scaled size */
}

@keyframes ninjawink {
   100% { background-position: -2400px; }
}

@keyframes ninjaflip {
	from{background-position-x:0px;}
    to{background-position-x:-1200px;}
}

div.chars #cowboy {
    position: absolute;
    bottom: 0px;
    left: -300px;	
	height: 200px;
	width: 150px; /* half the scaled width of background */
	background: url('../imgs/cowboy.png') left center;
	background-size: 900px 200px; /* scaled down */
	animation-name: none;
}

div.chars #cowboy.idle {
	animation: cowboywink 0.5s steps(2) 1;
}

div.chars #cowboy.walk {
	animation: cowboyplay 0.2s steps(2) infinite;
}

div.chars #cowboy.tip {
	animation: cowboytip 0.6s steps(4) 2 alternate;
}

@keyframes cowboyplay {
   100% { background-position: -1500px; } /* set to full width of scaled size */
}

@keyframes cowboywink {
   100% { background-position: -1199px; }
}

@keyframes cowboytip {
	from{background-position-x:0px;}
    to{background-position-x:-600px;}
}



/*
div.chars #bear {
    position: absolute;
    bottom: 0px;
    left: -300px;	
	height: 200px;
	width: 215px;
	background: url('../imgs/bear-walk.png') left center;
	background-size: 430px 200px;
	animation-name: none;
}

div.chars #bear.walk {
   animation: bearplay 0.2s steps(2) infinite;
}

@keyframes bearplay {
   100% { background-position: -430px; }
}
*/


div.chars #bear {
    position: absolute;
    bottom: 0px;
    left: -300px;	
	height: 200px;
	width: 200px;
	background: url('../imgs/bear.png') left center;
	background-size: 4600px 200px;
	animation-name: none;
}

div.chars #bear.walk {
   animation: bearplay 0.25s steps(2) infinite;
}

div.chars #bear.dance {
	animation: beardance 1.8s steps(19) 1;
}

div.chars #bear.idle {
	animation: bearwave 1s steps(2) 1;
}

@keyframes bearplay {
   /* 100% { background-position: -400px; } */
   from{background-position-x:-200px;}
    to{background-position-x:-600px;}
}

@keyframes beardance {
	from{background-position-x:-600px;}
    to{background-position-x:-4400px;}
}

@keyframes bearwave {
	100% { background-position: 401px; }
}


#modal_parent_link {
    margin-top: 20px;
}

.modal {
	max-width: 800px;
	margin-top: 60px;
}

.modal .modal-title {
    margin-top: 0;
	margin-bottom: 0;
}

.modal img {
	max-width: 100%;
	max-height: 300px;
}

.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.character_likes {
	float: left;
	width: 50%;
}

img.character-img {
	float: right;
}

img.character_img {
	height: 400px;
}

div.character {
	float: left;
	width: 33%;
}

div.character h2 {
	margin-top: 0px;
}

.poster {
    float: left;
    width: 33%;
    text-align: center;
}

div.left-col {
    width: 56%;
    float: left;
	margin: 0 4% 0 0;
	overflow: hidden;
}

div.right-col {
    width: 40%;
    float: left;
}

@media screen and (max-width: 800px) {
	#mobile_menu {
		position: absolute;
		right: 30px;
		top: 15px;
		display: block;
	}
	
	ul#menu li:not(:first-child) {
		display: none;
	}
		
	ul#menu.responsive {
		position: relative;
	}
	
	ul#menu.responsive li {
		float: none;
		display: block;
		text-align: center;
	}
	
	.fp-controlArrow {
		display: none !important;
	}
	
	div.game_step {
		float: none;
		width: 100%;
	}
	
	/*
	div.news-item {
		float: none;
		width: 80%;
	}
	*/
	
	img.splash_img {
		display: none;
	}
	
	div.left-col, 
	div.right-col {
		float: none;
		width: 100%;
		margin: 0;
	}
	
}



