<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
		<title>Home</title>
	</head>
	<body class="container-fluid light">

			<div class="row">
				<div class="col-md-4 col-md-offset-4 movetopdeath">
						<p class="storm">
						   <img src="assets/images/typhoon.png" class="typhoonresolution">
						   Heroes of the Typhoon
						</p>
				</div>
			</div>
			<div class="row movetop">
				<div class="col-md-6 col-md-offset-3 siege">
					<div class="row">
						<div class="col-md-8 col-md-offset-2">
							<br><p class="intro">Your town is under siege by a dragon. he looks to lay waste to the land. you managed to escpae his initial attack and is now outside of the damaged area. you spot a horse nearby and can escape with it. what will you do?</p>
						</div>
					</div> 
					<div class="row"><br></div>
				</div>

				
			</div>
			<div class="row movetop">
				<div class="col-md-3 col-md-offset-3 movetopdeath">
					<p class="dectitle">ESCAPE</p>
					<div class="row">
							<div class="col-md-6 col-md-offset-1 movetopdeath decctmodify">
								<a href="layer1/death1.html">
									<p>Abandon the town and escape with your life</p>
								</a>
							</div>
							<a href="layer1/death1.html" class="col-md-2">
								<img src="assets/images/horse.png" class="decimgmodify">
							</a>
								
					</div>
				</div>
				<div class="col-md-3 movetopdeath">
					<p class="dectitle">RIDE TO AHSINGHARD</p>
					<div class="row">
						<div class="col-md-6 col-md-offset-2 movetopdeath decctmodify">
							<a href="layer1/arrival.html">
								<p>Ride to the nearest city and call for aid</p>
							</a>	
						</div>
						<a href="layer1/arrival.html">
							<img src="assets/images/tower.png" class="decimgmodify">
						</a>
					</div>
				</div>

			</div>
	</body>
</html>