html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 20px;
	background-color: #92d871;
}

body {
	overflow-y: scroll;
}

.center_width_content {
	width: 828px;
	margin: 0 auto;
	text-align: center;
}

h1,h2,h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

h3 {
	font-size: 21px;
}

p {
	margin-top: 10px;
}

a {
	text-decoration: none;
	color: #4c73ad;
}

a:hover {
	text-decoration: underline;
}


#languages {
	position: absolute;
	top: 0px;
	right: 10px;
}



/* -------------------------------- Homepage */

#fourohfour_waving {
	margin-top: 100px;
}

#fourohfour_chat_bubble {

	position: absolute;
	top: 38px;
	margin-left: -60px;
}

#homepage_buttons {
	margin-top: 20px;
}

.homepage_button {
	display: block;
	height: 140px;
	width: 260px;
	float: left;

	background-color: #00ff00;
	font-size: 24px;
	padding-top: 30px;
}

.homepage_button.fourohfour {
	background-color: #71b3d8;
	color: #d8d771;
}

.homepage_button.meet_the_rest {
	margin-left: 20px;
	margin-right: 20px;

	background-color: #d8d771;
	color: #bc7bdb;
}

.homepage_button.coloring {
	background-color: #dc7572;
	color: #92d871;
}

.homepage_button.the_book {
	margin-top: 20px;
	margin-left: 280px;

	background-color: #bc7bdb;
	color: #d8d771;
}

#fiveohtwo {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

#tittle {
	position: fixed;
	left: 0px;
	bottom: 100px;
}

#baby_server {
	position: fixed;
	left: 48%;
	bottom: 00px;
}


@media all and (max-width: 900px) {

	#fiveohtwo,
	#baby_server,
	#tittle {
		display: none;
	}
}

@media all and (max-width: 818px) {

	#homepage_buttons {
		margin: 20px auto 0 auto;
		width: 560px;
	}

	.homepage_button.coloring {
		margin-top: 20px;
	}
	.homepage_button.the_book {
		margin-left: 20px;
	}
}



@media all and (max-width: 580px) {

	#homepage_buttons {
		width: 269px;
	}

	.homepage_button.meet_the_rest {
		margin-left: 0;
	}
	.homepage_button.coloring {
		margin-top: 0;
	}
	.homepage_button.the_book {
		margin-top: 0px;
		margin-left: 0px;
	}

	.homepage_button {
		margin-bottom: 20px;
	}
}



/* -------------------------------- Who is 404 */

#content.fourohfour {
	text-align: left;
}


#content h1 {
	padding: 10px 0 10px 30px;
	margin-top: 40px;

	font-size: 30px;
}

#content.fourohfour h1 {
	background-color: #71b3d8;
	color: #d8d771;
}

#content .text_left {
	float: left;
	width: 500px;
}

#content .image_right {
	float: right;
}

.text_image_wrapper {
	overflow: auto;
}

#content.fourohfour #fourohfour_waving {
	margin-top: 40px;
}


#homepage_buttons.small {
	margin-top: 70px;
	overflow: auto;
}

#homepage_buttons.small .homepage_button {
	width: 190px;
	height: 60px;

	text-align: center;
}

#homepage_buttons.small .homepage_button.coloring {

}

#homepage_buttons.small .homepage_button.the_book {
	clear: none;
	margin-top: 0;
	margin-left: 20px;
}


@media all and (max-width: 850px) {
	
	#content .image_right {
		float: none;
	}

	#content.fourohfour p {
		margin-left: 10px;
	}
}

@media all and (max-width: 818px) {

	#homepage_buttons.small .homepage_button.the_book {
		margin-top: 20px;
	}
}

@media all and (max-width: 770px) {

	#content .text_left {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	#content.fourohfour .image_right {

		text-align: center;
	}

	#homepage_buttons.small {
		width: 420px;
		margin-bottom: 40px;
	}
}


@media all and (max-width: 580px) {

	#content .text_left {
		width: 100%;
	}


	#content p {
		margin-left: 10px;
		margin-right: 10px;
	}

	#homepage_buttons.small {
		width: 200px;
	}

	#homepage_buttons.small .homepage_button {
		float: none;
	}

	#homepage_buttons.small .homepage_button.the_book {
		margin-left: 0;
	}
}


/* -------------------------------- coloring */

#content.coloring h1 {
	background-color: #dc7572;
    color: #92d871;
}

#content.coloring .text_left a.coloring_page:nth-of-type(1),
#content.coloring .text_left a.coloring_page:nth-of-type(3) {
	margin-right: 34px;
}

#content.coloring .text_left a.coloring_page {
	display: inline-block;
	margin-bottom: 34px;
}

#content.coloring .text_left a.coloring_page:nth-of-type(5) {
	margin-bottom: 0;
}



@media all and (max-width: 505px) {

	#content.coloring .text_left a.coloring_page:nth-of-type(1),
	#content.coloring .text_left a.coloring_page:nth-of-type(3) {
		margin-right: 0;
	}
}



/* -------------------------------- book */

#content.book .text_left {
	text-align: left;
}

#content.book .image_right img {
	margin-top: 107px;
}

#content.book h1 {
	background-color: #bc7bdb;
    color: #d8d771;
}


@media all and (max-width: 830px) {

	#content.book .text_left {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	#content.book .image_right img {
		margin-top: 40px;
	}
}



/* -------------------------------- book */

#content.meet {
	text-align: left;
}

#content.meet h1 {
	background-color: #d8d771;
    color: #bc7bdb;
}

#content.meet .character {
	float: left;
	text-align: center;
}

#content.meet .character.fourohfour {
	width: 200px;
}

#content.meet .character.fourohfour img {
	margin-top: 70px;
}


#content.meet .character.foureighteen {
	width: 300px;
}

#content.meet .character.foureighteen img {
	margin-top: 40px;
}


#content.meet .character.fiveohoh {
	width: 320px;
}

#content.meet .character.tittle {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}


@media all and (max-width: 500px) {

	#content.meet .character {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

/* -------------------------------- Generic media queries */


@media all and (max-width: 850px) {

	.center_width_content {
		width: auto;
	}
}
