@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

sup {
  font-size: 8px !important;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.tm {
  font-size: .4rem;
  vertical-align: top;
}

html,
body,
ul,
li ul,
h1 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
}

a {
  cursor: pointer;
}

address {
  font-style: normal;
}
address a {
  text-decoration: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Verdana", "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  color: #f4f0e0;
  max-width: 1020px;
  margin: 0 auto;
}

#page {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  margin: 0 auto;
  padding-bottom: 2em;
}

.title {
  font-size: 1.07rem;
  margin: 1em 0 .15em .25em;
}

footer {
  flex-shrink: 0;
}

header, main {
	width: 900px;
  max-width: 100%;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5em auto 0;
}

header div {
  width: 100%;
}

header img {
  height: 105px;
}

header h1 {
  display: block;
  border-bottom: 5px solid #a27b27;
  margin: 0 auto;
  padding: 4px 1% 6px;
  font-size: 1.5rem;
  text-transform: uppercase;
  word-spacing: .65rem;
  font-weight: 200;
  line-height: 1;
  max-width: 80%;
}

header h1 a {
  color: #f4f0e0;
  text-decoration: none;
}

main h2 {
	font-size: 1rem;
	font-style: italic;
	font-weight: normal;
	opacity: .8;
	margin-bottom: .25em;
	text-align: center;
}

main a {
  color: #fff;
}

main a:hover {
  color: #e5c649;
}

/* header nav menu start */
.toggle-content, .hideFromSmallScreen {
  display: none;
}

.hamburger {
  font-size: 3em;
  text-decoration: none;
  line-height: 2;
  background: none;
  color: #f4f0e0;
  display: block;
}

.current-page, .toggle-content a:hover {
	color: #fff;
	clip: rect(auto,0px,auto,0px);
	background-color: #1D1D1D;
}

header div,
header li {
  text-align: center;
}

header ul {
  list-style: none;
  padding: 0;
  font-size: .8rem;
  text-transform: uppercase;
}

header ul a {
  color: #f4f0e0;
  text-decoration: none;
  display: block;
  padding: 2em;
}

header li {
  padding: 0;
  border-top: 1px solid #533f12;
}

header li.no-border {
  border-top: none;
}

header nav {
  border-bottom: 1px solid #533f12;
  margin-bottom: 5em;
}

/* adjustments for touch-only screens */
/* this isn't working in firefox dev tools with touch enabled but chrome works.
   it'd be nice to test this and the js on mobile now...
 */
@media (pointer: coarse) {
  .user-is-touching a.hideFromSmallScreen {
    pointer-events: none;
  }
}

/* header nav menu end */

/* footer start */
footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: .7rem;
  padding: 2em 0 2.5em;
}

footer .flexbox {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

footer span {
  line-height: 2;
}

footer span a {
  padding: 0;
  line-height: 2.25;
}

.footer-nav {
	list-style: none;
	margin: auto;
	display: block;
	text-align: center;
	max-width: 850px;
	padding: 1em 0 2em;
}

.footer-nav li {
  display: inline-block;
}

footer a {
  display: inline-block;
  color: #f4f0e0;
  padding: 1em;
}
/* footer end */

/* section column styles start */
.single-column {
	max-width: 38em;
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}

.text-columns {
  max-width: 100%;
  margin: 3em 2em;
  column-width: 18em;
  column-gap: 2em;
  font-size: 89%;
}

.single-column p, .text-columns p {
	line-height: 2;
	margin: 0 0 .7em;
	font-weight: normal;
}


/* section column styles end */

main section ul {
  padding: 1em;
}

main section li {
  line-height: 1.7;
}

main section .contact-info {
  list-style: none;
}

main section h2 {
  font-size: 1.5rem;
  font-style: normal;
  margin: 1em 0 .5em;
}

/* larger-screens layout start */
@media screen and (min-width: 860px) {
  html {
    padding: 1%;
  }

  .toggle-content {
    background: unset!important;
  }

  header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  header div {
    width: auto;
    text-align: left;
    flex-grow: 2;

  }

  header h1 {
    display: block;
    border-bottom: 5px solid #a27b27;
    margin: 0 0 -1px .5em;
    padding: 0 0 6px;
    font-size: 1.5rem;
    text-transform: uppercase;
    word-spacing: .65rem;
    font-weight: 200;
    max-width: unset;
  }

  main h2 {
    font-size: .89rem;
    text-align: left;
    margin: 0;
  }

  main section h2 {
    font-size: 1rem;
    font-style: normal;
    margin: .5em 0 .5em;
    font-weight: 400;
    opacity: 1;
  }

  main section li {
    line-height: 1.3;
  }

  .title {
    font-size: 1.07rem;
    margin: 1em 0 .15em .25em;
    font-weight: 400;
    opacity: .75;
    letter-spacing: .5px;
  }

  .single-column {
    padding: .5em 1.5em 1.5em;
    margin-bottom: 2em;
    font-size: 70%;
  }

  .single-column p, .text-columns p {
    line-height: 1.3;
    margin: 0 0 .7em;
  }

  /* header nav menu start */
  .toggle-content {
    background: unset;
  }

  .toggle-content, .hideFromSmallScreen {
    display: block;
  }

  .hamburger, .no-border span {
    display: none;
  }

  header li:hover, header li:hover li {
    background: #a27b27;
  }
 
  header li:not(.hamburger) {
    padding: 0;
    border-top: 1px solid #533F12;
  }
  
  header ul {
    display: flex;
    justify-content: flex-end;
  }

  header ul a {
    padding: .5em 1em;
  }

  header li ul {
    display: none;
    z-index: 99;
    position: absolute;
    width: inherit;
  }

  header li:hover ul {
    display: block;
  }

  header li:not(.hamburger) {
    border-top: none;
  }

  header li:not(.hamburger) li {
    padding: 0;
    border-top: 1px solid #533F12;
  }

  header li li:hover {
    background: #916E21;
  }

  header nav {
    border-bottom: none;
    margin-bottom: 0;
  }

  .child {
    text-align: left;
  }
  /* header nav menu end */

  /* footer start */
  footer .flexbox {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: unset;
  }

  footer span {
    text-align: right;
  }

  .footer-nav {
    list-style: none;
    margin: auto;
    display: block;
    text-align: right;
    max-width: 900px;
    padding: .5em 0 0;
  }

  .footer-nav li {
    display: inline;
  }

  footer a {
    color: #f4f0e0;
    text-decoration: none;
    padding: 0 .5em;
  }

  .footer-nav a:last-child {
    padding-right: 0;
  }

  footer .flexbox a:first-child {
    padding: 0;
  }
  /* footer end */

  /* section column styles start */
  .text-columns {
    margin: 2em 1em 3em;
  }
  /* section column styles end */

  /* some galleries styles */
  main .active a {
    color: #e5c649;
    opacity: 1;
    font-weight: 400;
    font-style: italic;
  }
  /* end galleries styles */

  /* Somme inner pages use CSS Grid Layout on larger screens */
  /*
  @supports(grid-gap: 1rem) {
    body:not(#home) main {
      display: grid;
      grid-gap: 1rem;
      grid-template-areas: "header1 header2"
                           "left right"
                           "footer1 footer2";
      grid-template-columns: 1fr 500px;
    }
  
    main h2:first-of-type {
      grid-area: header1;
      align-self: end;
    }
  
    main section {
      grid-area: left;
    }

    body:not(#home) main .single-column {
      margin: 0;
    }
  
    main div {
      grid-area: right;
    }
  
    body:not(#home) main h4 {
      grid-area: footer2;
      text-align: right;
      align-self: end;
      font-size: .89rem;
    }
  }
  */

}
/* larger screens layout end */

/* fotorama */
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-width: 2px;
  border-color: #e5c649;
}


/* lets take the blog link out.  It hasn't been used in ten years. */

#blog-link {
    display: none;
}
