html {scroll-behavior: smooth;}

#masthead.masthead-logo-in-menu .logo {padding:0px;}
#masthead.masthead-logo-in-menu .logo > h1, #masthead.masthead-logo-in-menu .logo > .site-title {
		padding:7px 0px;
		font-size:44px !important;
}
#masthead.masthead-logo-in-menu .site-description {font-size:16px;}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
		margin-top:0px;
		margin-bottom: 0.8em;
		line-height:1.3em;
}

.ow-button-base .sowb-button.ow-button-hover:active, .ow-button-base .sowb-button.ow-button-hover:hover {
		text-decoration:none !important;
}

#colophon {
	--s: 12px;
  --c1: #531a1a;
  --c2: #662626;
  
  --g:conic-gradient(at 90% 40%,#0000 75%,var(--c1) 0);
  background: var(--g),var(--g) var(--s) var(--s) var(--c2);
  background-size: calc(2*var(--s)) calc(2*var(--s));
	background-attachment: fixed;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.7) inset;
}