* {
    font-family: 'Baloo Bhaijaan 2', 'Open Sans';
}
body {
    background-color: #9D1B25;
    padding: 40px;
}
.app_name{
	font-size: 38px;
	color: white;
	text-align: center;
	margin-top: 59px;
}
.iphone_box img{
	width: 100%;
}
.logo_box img{
	width: 100%;
	margin-top: 7px;
}
.ipad_box img{
	position: relative;
	right: -76px;
	width: 100%;
}
.animated_books_box{
	padding-left: 55px;
	padding-top: 15px;
	color: white;
	font-size: 17px;
}
.animated_books_box .animated_books{
	position: relative;
	left: -25px;
	max-width: 376px;
}
.animated_books_box .download{
	max-width: 326px;
}
.footer a,
.footer a:visited,
.animated_books_box a,
.animated_books_box a:visited{
	color: white;
	text-decoration: none;
	margin-top: 40px;
	margin-right: 20px;
	display: inline-block;
}
.footer a:hover,
.animated_books_box a:hover{
	text-decoration: underline;
}
.animated_books_box .download_a{
	margin-top: 20px;
}
.footer.bottom{
	display: none;
}