<!DOCTYPE html>
<html>
	<head>
		<title>Fallen Warsaw</title>
		<meta charset="utf-8"/>
		<link rel="stylesheet" href="../common.css"/>
		<link rel="stylesheet" href="style.css"/>
		<link rel="icon" href="down-small.jpg"/>
		<meta name="viewport" content="width=device-width">

	</head>
	<body class="has-main" style='background-image: url("library-wide-thin.webp"); background-repeat: no-repeat; background-size: 100%;'>
		<main style="padding-top: calc(7vw + (-1em));">
<storylet>
	<img src="library-doors-open.jpg"/>
	<title>In a hurry</title>
	<p>You take larger steps than usual on your way to the Library doors. There is no time to waste, now.</p>
</storylet>

<branch >
	<img src="bag.jpg"/>
	<title>Subject yourself to a bag check</title>
	<p>The Library is selective on what it may contain.</p>
	<p class="cond">Bag checks are mandatory.</p>
	<a href="4b-ans9">Go</a>

</branch>

<branch class="impossible">
	<img src="stairs.jpg"/>
	<title>Quicken your pace</title>
	<p>You can still make it to the Talk Room on time.</p>
	<p class="cond">You must subject yourself to a bag check.</p>
	<a href="4c-ans9">Go</a>
</branch>



		</main>
	</body>
</html>

