body{
	height: 100%;
	margin: 0;
	background-image: url(../assets/bigcity.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@font-face{
	src: url(../fonts/AgencyFB-Bold.ttf);
	font-family: AgencyFB;
}
@font-face{
	src: url(../fonts/EBGaramond-VariableFont_wght.ttf);
	font-family: EBGaramond;
}
@font-face{
	src: url(../fonts/Kremlin\ Comrade.ttf);
	font-family: Kremlin;
}
@font-face{
	src: url(../fonts/Belshaw-ALDA.ttf);
	font-family: Belshaw;
}
@font-face{
	src: url(../fonts/tagtype-freefont.ttf);
	font-family: Tagtype;
}
@font-face{
	src: url(../fonts/AlikeAngular-Regular.ttf);
	font-family: Alike;
}
@font-face{
	src: url(../fonts/Texturina-VariableFont_opsz\,wght.ttf);
	font-family: Texturina;
}
@font-face{
	src: url(../fonts/GrenzeGotisch-VariableFont_wght.ttf);
	font-family: GrenzeGotisch;
}
@font-face{
	src: url(../fonts/WalterTurncoat.ttf);
	font-family: WalterTurncoat;
}
@font-face{	
	src: url(../fonts/ILostItInTheStreet.ttf);
	font-family: ILostItInTheStreet;
}
@font-face{
	src: url(../fonts/Stylewars2011-aEYg.ttf);
	font-family: StyleWars;
}
@font-face{
	src: url(../fonts/SpecialElite.ttf);
	font-family: SpecialElite;
}
@font-face{
	src: url("../fonts/Gotham-Book.otf");
	font-family: Gotham;
}
p{
	font-size: 19px;
	font-family: Gotham;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	margin: auto; 
	width: 75%;
}
.default{
	font-size: 19px;
	font-family: Gotham;
}
.halfling{
	font-family: Kremlin;
	font-size: 17px;
}
.nextChapter{
	position: fixed;
	right: 25px;
	bottom: 25px;
	font-size: 25px;
	font-family: Gotham;
	color: #ffffff;
	a{
		text-decoration: none;
		color: white;
	}
}
.lastChapter{
	position: fixed;
	left: 25px;
	bottom: 25px;
	font-size: 25px;
	font-family: Gotham;
	color: #ffffff;
	a{
		text-decoration: none;
		color: white;
	}
}
.neuwirth{
	font-family: WalterTurncoat;	
}
.nick{
	font-family: SpecialElite;
}
.gangster{
	font-family: StyleWars;
	letter-spacing: 1px;
}
.alex{
	font-family: StyleWars;
	letter-spacing: 1px;
}
.beatrice{
	font-family: Texturina;
	font-weight: 400;
}
.grandmaster{
	font-family: GrenzeGotisch;
	font-size: 21px;
	font-weight: 400;
}
.orc{
	font-family: Alike;
}
.dex{
	font-family: Belshaw;
	letter-spacing: 1px;
	letter-spacing:1px
}
.soldier{
	font-family: EBGaramond;
}
.agent{
	font-family: GrenzeGotisch;
	font-size: 21px;
	font-weight: 400;
}
.title{
	font-family: Tagtype;
	margin: auto;
	text-align: center;
	letter-spacing: 3px;
}
.chapTitle{
	font-size: 100px;
	color: #ffffff;

}
.subTitle{
	font-size: 50px;
	color: #ffffff;

}
@media only screen and (max-width: 600px){
	.chapTitle{
		font-size: 50px;
		color: #ffffff;

	}
	.subTitle{
		font-size: 25px;
		color: #ffffff;

	}
}
