.bilberry-hugo-theme header {
  background-color: #6a2828;
  color: #f1f1f1;
}

.bilberry-hugo-theme header .toggler {
	background: #4e0000;
}

.bilberry-hugo-theme header .languages {
	background-color: #4e0000;
}

.bilberry-hugo-theme header.sticky {
	padding-top: 40px;
}

.bilberry-hugo-theme nav {
	background: #4e0000;
	line-height: 0px;
}

.bilberry-hugo-theme nav .search input {
	background-color: #6a2828;
}

.bilberry-hugo-theme nav .search input:focus, .bilberry-hugo-theme nav .search input:hover {
	background-color: #7e4e4e;
}

.bilberry-hugo-theme nav ul li a:hover {
	background-color: #6a2828;
}

.bilberry-hugo-theme header .container {
	min-height: 13rem;
}

.bilberry-hugo-theme nav .container {
	min-height: 0px;
}

.bilberry-hugo-theme article .content blockquote {
	font-size: 0.9em;
	padding: 1em;
}

