
/*
custom color palette

dark gold: #b8860b
light gold: #b29700
ligher gold: #c8ad16

0b0c0e

*/


body, table {
	/*font-size: 14px;*/
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	background-color: #0b0c0e; /* #041010 */
	color: #c7951a; /* c8ad16 */
}


/* Menu activator */
.tpl-menu-activator {
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 60px;
	cursor: pointer;
}

.tpl-menu-activator .bar1,
.tpl-menu-activator .bar2,
.tpl-menu-activator .bar3 {
	width: 35px;
	height: 6px;
	background-color: #c7951a;
	margin: 10px auto;
	transition: 0.4s;
}

 /* Menu */
.tpl-menu-pane {
	z-index: 3;
	position: fixed;
	display: none;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #666;
}

#nmfMenuPane ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nmfMenuPane a {
	display: block;
	padding: .5em;
	border: 1px #b8860b solid;
	background-color: #c8ad16;
	color: #041010;
	margin: .3em;
}

#nmfMenuPane a:hover {
	border: 1px #b8860b solid;
	background-color: #b29700;
}


/* Top banner text */
.banner-header-container {
	position: fixed;
	background-color: #0b0c0e;
	height: 60px;
	width: 100%;
	padding: 2px 0 2px 70px;
	font-size: 1.1em;
	z-index: 1;
	top: 0;
}


.banner-header-part-1 {}
.banner-header-part-2 {
	display: block;
	text-align: right;
	margin-right: 20px;
}


/* Main content */

.tpl-content {
	text-align: center;
	padding-top: 60px;
	overflow: auto;
}


/* Media adjustments */
/*@media only screen and (min-width: 376px)*/
/*@media only screen and (min-width: 640px)*/
@media only screen and (min-width: 800px)
{
	/* Menu */
	.tpl-menu-pane {
		overflow: inherit;
		width: 240px;
	}

	#nmfMenuPane a {
		margin: .2em;
		padding: .3em;
	}

	/* Top banner text */
	.banner-header-container {
		padding: 6px 0 6px 100px;
		font-size: 1.8em;
	}

	.banner-header-part-1 {}
	.banner-header-part-2 {
		display: inline;
	}
}
