@font-face {
	font-family: "JMPosterInlineRegular";
	src: 	url("font-face/jm_poster_inline-webfont.eot");
	src: 	url("font-face/jm_poster_inline-webfont.eot?#iefix") format("embedded-opentype"), 
			url("font-face/jm_poster_inline-webfont.ttf") format("truetype"), 
			url("font-face/jm_poster_inline-webfont.svg#JMPosterInlineRegular") format("svg");

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GoudyOldStyleFiguresBdIt";
	src: 	url("font-face/goudy-bolditalicosf-webfont.eot");
	src: 	url("font-face/goudy-bolditalicosf-webfont.eot?#iefix") format("embedded-opentype"), 
			url("font-face/goudy-bolditalicosf-webfont.ttf") format("truetype"), 
			url("font-face/goudy-bolditalicosf-webfont.svg#GoudyOldStyleFiguresBdIt") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GoudyOldStyleOldStyleFigurIt";
	src: 	url("font-face/goudy-italicosf-webfont.eot");
	src: 	url("font-face/goudy-italicosf-webfont.eot?#iefix") format("embedded-opentype"), 
			url("font-face/goudy-italicosf-webfont.ttf") format("truetype"), 
			url("font-face/goudy-italicosf-webfont.svg#GoudyOldStyleOldStyleFigurIt") format("svg");
	font-weight: normal;
	font-style: normal;
}

:root {
    --bs-nav-link-color: 253, 126, 20;
}
  
body {
    background-color: #000;
    background-image: url(images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.navbar-nav .nav-link,
.nav .nav-link {
	color: #ffd700;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active,
.nav .nav-link.active,
.nav .nav-link:active {
	color: #ffdf33;
}

.navbar-nav .nav-link:hover,
.nav .nav-link:hover {
	color: #ff0000;
}

.fancy-font {
    font-family: "JMPosterInlineRegular", sans-serif;
}
