/**
blue rgb(9,58,137)
brown rgb(71,59,36)
*/

body {
	background: url('/images/bg-body.png') repeat rgb(230,226,201);
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Source Sans Pro", Georgia, serif;
}

.site {
	border-color: rgb(71,59,36);
}

.site-header {
	background: url('/images/bg-header.png') repeat rgb(71,59,36);
	-webkit-box-shadow: 0 .5rem .5rem 0 rgba(71,59,36,0.5);
	box-shadow: 0 .5rem .5rem 0 rgba(71,59,36,0.5);
}

.logo-header>a {
	position: relative;
	padding-bottom: 1rem;
	display: block;
}
.site-header .site-logo {
	position: absolute;
	top: 0;
	left: 1rem;
	z-index: 100;
}
.site-title, .site-description {
	margin-left: 265px;
	color: rgb(242,240,229);
}
.site-title {
	padding: 2rem 0 .5rem;
	margin-bottom: 0;
	line-height: 1;
	text-shadow: 0 .3rem .3rem rgb(0,0,0);
	font-size: 340%;
	font-weight: 700;
}
.site-header a:hover,
.site-title:hover {
	text-decoration: none;
}
.site-description {
	font: 300 italic 110% "Source Sans Pro", Helvetica, sans-serif;
}

.main-navigation {
	background-color: rgba(9,58,137,0.7);
	color: #cccccc;
	font-size: 80%;
}
.main-navigation li>a {
	color: rgb(242,240,229);
	text-shadow: 0 .1rem 0 #333;
}
.main-navigation li>a:hover {
	background: rgba(71,59,36,0.7);
}
.main-navigation .navbar {
	padding: 0 0 0 250px;
}
.main-navigation .navbar-expand-lg .navbar-nav  .nav-link {
	padding: 1rem 1rem .9rem;
}

/* Second-level dropdown, pure CSS (no JS): revealed on hover/focus at desktop
   width, always expanded inline within the collapsed mobile menu below. */
.main-navigation .has-dropdown > .nav-link::after {
	content: "";
	display: inline-block;
	margin-left: .4rem;
	vertical-align: middle;
	border: .3rem solid transparent;
	border-top-color: rgba(242,240,229,0.7);
}
.main-navigation .rm-dropdown {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	.main-navigation .has-dropdown {
		position: relative;
	}
	.main-navigation .has-dropdown:hover > .rm-dropdown,
	.main-navigation .has-dropdown:focus-within > .rm-dropdown {
		display: block;
	}
	.main-navigation .rm-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		background: rgb(71,59,36);
		box-shadow: 0 .5rem .5rem 0 rgba(0,0,0,0.4);
		z-index: 1000;
	}
	.main-navigation .rm-dropdown li > a {
		display: block;
		padding: .6rem 1rem;
		white-space: nowrap;
	}
}
@media (max-width: 991.98px) {
	.main-navigation .rm-dropdown {
		display: block;
		padding-left: 1rem;
	}
	.main-navigation .rm-dropdown li > a {
		display: block;
		padding: .4rem 0;
		font-size: 90%;
		color: rgba(242,240,229,0.8);
	}
}

/* Toggle button: only needed below the navbar-expand-lg breakpoint (992px),
   where .navbar-collapse starts collapsed and this is the only way to open it. */
.navbar-toggler {
	border-color: rgba(242,240,229,0.5);
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(242,240,229,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.site-header .site-logo {
		width: 70px;
		height: 70px;
		left: .5rem;
	}
	.site-title, .site-description {
		margin-left: 85px;
	}
	.site-title {
		padding: 1rem 0 .5rem;
		font-size: 170%;
	}
	.site-description {
		font-size: 90%;
	}
	.main-navigation .navbar {
		padding: .5rem 1rem;
	}
	.main-navigation .navbar-nav .nav-link {
		padding: .6rem 0;
	}
}


.site-content {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.site-content>.container {
	background: rgba(255, 255, 255, 0.4);
	padding: 2rem 3rem;
	min-height: 400px;
}
.site-content a {
	color: #bc360a;
}
.site-content h1 {
	margin-bottom: 2rem;
}
.site-content h2 {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.site-content h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

#breadcrumbs {
	display: block;	
	padding-left: 0;
	font-size: 90%;
}
#breadcrumbs li {
	display: inline;
}
#breadcrumbs li:not(:last-child):after {
	content: " >";
}
#breadcrumbs a {
	color: rgba(68, 63, 54, 0.891);
}


.site-content>.homepage {
	background: none;
	padding: 2rem 0;
}
.homepage>.row>.col-sm {
	margin: 0 1rem;
	padding: 2rem 1.5rem;
}
.homepage a {
	color: rgb(71,59,36);
}
.homepage ul {
	list-style: none;
	padding: 0 10px;
}
.homepage li {
	padding: 0 0 3px;
}
.homepage .box { background-color: rgba(255, 255, 255, 0.4); }
#index-box-sagy { background-image: url('/images/bg-box-sagy.png'); background-repeat: no-repeat; background-position: right 1.5rem top 2rem; }
#index-box-col2 {
	background-image: url('/images/bg-box-horn.png'), url('/images/bg-box-yggdrasil.png');
	background-repeat: no-repeat, no-repeat;
	background-position: right 1.5rem top 2rem, right 1.5rem top 37.5rem;
}
#index-box-col3 {
	background-image: url('/images/bg-box-asatru.png'), url('/images/bg-box-runy.png');
	background-repeat: no-repeat, no-repeat;
	background-position: right 1.5rem top 2rem, right 1.5rem top 16rem;
}
#index-box-valknut { background: url('/images/bg-box-valknut.png') no-repeat 103% -5px; }

.site-footer {
	background: url('/images/bg-header.png') repeat rgb(71,59,36);
	color: rgb(255,255,255);
	padding: 1.5rem 0;
	font-size: 80%;
}
.site-footer a {
	color: rgb(255,255,255);
}

.entry-header, .entry-content, .entry-summary, .entry-meta, .paging-navigation .nav-links, .site-main .mu_register {
    max-width: 1024px;
    background: rgba(255, 255, 255, 0.4);
    padding: 15px 20px;
}
.entry-header > .entry-meta {
	background: none;
	padding: inherit;
}


