@charset "UTF-8";
/* CSS Document */





@font-face {

font-family: 'gameofthrones';
    

src: url('http://users.rowan.edu/~mahoneyb0/cyoa2/game-of-thrones-webfont.eot');
    

src: url('http://users.rowan.edu/~mahoneyb0/cyoa2/game-of-thrones-webfont.woff2') format('woff2'),
         

url('http://users.rowan.edu/~mahoneyb0/cyoa2/game-of-thrones-webfont.woff') format('woff'),
         

url('http://users.rowan.edu/~mahoneyb0/cyoa2/game-of-thrones-webfont.ttf') format('truetype'),
         

url('http://users.rowan.edu/~mahoneyb0/cyoa2/game-of-thrones-webfont.svg') format('svg'),
	

url("http://users.rowan.edu/~mahoneyb0/cyoa2/gameofthrones.ttf");
    

font-weight: normal;
    

font-style: normal;


}





.background {
	

margin: 0px auto;
	

background: url("ramsayking.jpg");
	

position: relative;
	

width: 1000px;
	

height: 600px;


}







.return {
	

font-size: 18px;
	

color: #F7CD00;


font-family: "gameofthrones";  	
	

text-shadow: 1px 1px #000;
	

position: absolute;
	

top: 550px;
	

left: 810px;
		

-webkit-transition: color 2s;
    

transition: color 2s;
	

text-decoration: none;


}





.return:hover {
	

color: red;


}





p {
	

font-size: 20px;
	

color: white;
	

font-family: "gameofthrones";  	
	

text-shadow: 1px 1px #000;
	

padding-top: 475px;

padding-left: 10px;

padding-right: 10px;

}