@charset "UTF-8";
/* CSS Document */

/* https://piccalil.li/blog/a-modern-css-reset/ */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  /*text-rendering: optimizeSpeed;*/
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
} /* end reset */

html {
  font-size: 100%
}
body {
	background-color: #CEC2A7;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
	margin: 0;
	padding: 0
}
p {
  margin-bottom: 1.4rem
}
ul {
  margin: 0;
  padding: 0 0 0 18px
}
.skip-link {
  background: #543C37;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  left: 6.5rem;
  padding: 4px 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  text-decoration: none
}
.skip-link:focus {
  transform: translateY(0%)
}
#header__flex {
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
  display: flex;
	height: 98px;
	width: 100%;
}
#header__nav {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75rem;
	height: 98px;
	width: 540px
}
#header-nav__flex {
  display: flex;
  list-style: none;
  height: 98px;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0
}
#header-nav__flex li {
	background-image: url(/images/nav_btn_dn.gif);
  flex-basis: 108px;
  height: 98px;
  text-align: center;
  line-height: 98px
}
#header-nav__flex a {
	background-image: url(/images/nav_btn.gif);
	color: #D5CCB5;
  display: block;
  height: 98px;
  padding: 0;
  text-decoration: none;
  width: 108px
}
#header-nav__flex a:hover {
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  #header__flex {
    display: block;
    background-color: #543C37;
    height: auto
  }
  #header__nav {
    color: #FFFFFF;
    height: auto;
    width: auto
  }
  #header-nav__flex {
    height: auto;
    justify-content: space-between;
    max-width: 353px;
    padding: 0
  }
  #header-nav__flex li {
    flex: 1 1 auto;
    height: auto;
    line-height: 44px
  }
  #header-nav__flex a {
    display: block;
    padding: 0;
    width: auto;
    height: auto
  }
}

#main {
	background-color: #240407;
	background-image: url(/images/corner-bug@2x.png), url(/images/gavelscales.jpg);
	background-position: bottom 30px right 30px, 0px 0px;
  background-repeat: no-repeat;
	color: #FFF
}
#main__content {
  padding: 3rem;
	padding-left: clamp(1rem, 5vw, 3rem);
	padding-right: clamp(1rem, 5vw, 3rem);
  max-width: 45em;
  margin: 0 auto 0 345px
}
@media screen and (max-width: 1050px) {
  #main__content {
    margin: 0 auto
  }  
}
#main__content h1 {
	color: #cec2a7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	margin: 0 0 1.4rem;
	text-transform: uppercase
}
#main__content p {
	font-size: 1rem
}
#main__content h2 {
	color: #D5CCB5;
	font-size: 1.25rem;
	margin-bottom: .5em
}
/*h2 + p {
	margin-top: 0px;
}*/
#footer {
	color: #240407;
  display: flex;
  gap: 0.5rem;
	font-size: 0.75rem;
  line-height: 1.4;
	padding: 1.5em
}
#main #main__content a:link, #main #main__content li a:link {
	color: #D5CCB5
}
#main #main__content a:visited, #main #main__content li a:visited {
	color: #D5CCB5
}
#footer a:link {
	color: #455C79
}
#footer a:visited {
	color: #455C79
}