/* Mime Background from old jsn dome */
:root {
	--cassiopeia-color-primary:#a1791c ;
	--cassiopeia-color-link:#30638d;
	--cassiopeia-color-hover:#681000
}

body.site {
	background-color: #ebe8d9;
	background-image: url(../../../../../images/yellow/bg-master.jpg);
	background-position: inherit;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: auto;
}

/* Add Background for content */
.mod-breadcrumbs__wrapper {
	background-color: white;
	padding: 0em;
	border-radius: 0.2em;
}

main {
	background-color: white;
	padding: 1rem;
	border-radius: 0.4em;
}

/* Some style for menu */
.current {
	border-bottom: 0.3em dashed #c68552;
}

.nav-item { 
	color: #292929;
} 

.nav-item a { 
	background-color:  floralwhite;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 0.2em;
} 

/* some style for phoca image galery */
.pg-item-box {
	background-color: whitesmoke;
}

.container-header{
	background-color: #00000000;
	background-image: none;
}

