@charset "UTF-8";
/* CSS Document */
@font-face {font-family:majesti-banner;
	src:url(../media/Majesti-Banner/Majesti-Banner-Book.otf);	
}

div{
	font-family: majesti-banner
}

body {
	background-color:#262323;
	background-image:url(../images/stone_tile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: color-dodge;
}

#town_logo {}
#menu{
	font-size:200%;
	font-color: white;	
}