.page{
	background-image: url(../../Assets/bookshelf/linedpaper.png);
	background-size: auto;
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
}

.page p{
	font-family: 'amatic_scregular';
	margin: 3px 20px;
	font-size: 25px;
	font-weight: 600;
}

.page h1{
	font-family: 'amaticbold';
	margin: 7px 15px;
	font-size: 45px;
}

.page h2{
	font-family: 'amatic_scregular';
	margin: 7px 15px;
	font-weight: 600;
	font-size: 35px;
}

.page strong{
	font-family: 'amaticbold';
	font-style: italic;
	font-size: 28px;
	font-weight: 400;
}

.page em{
}

#toRoom
{
	position: absolute;
	top: 10px;
	left: 100px;
	width: 167px;
	height: 129px;
	background-image: url(../../Assets/room/wolfRoom/toWolfRoom.png);
	z-index: 501;
}

@font-face {
    font-family: 'amaticbold';
    src: url('../../FONTS/amatic-bold-webfont.woff2') format('woff2'),
url('../../FONTS/amatic-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'amatic_scregular';
    src: url('../../FONTS/amaticsc-regular-webfont.woff2') format('woff2'),
url('../../FONTS/amaticsc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}