html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.5; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.25; }

h1 {
  font-size: 36px;
  font-size: 2.25rem; }

h2 {
  font-size: 32px;
  font-size: 2rem; }

h3 {
  font-size: 28px;
  font-size: 1.75rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

p,
blockquote,
pre,
address,
dl,
ol,
ul,
table {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

p:last-of-type {
  margin-bottom: 0; }

header {
  background-color: #996633;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

header a#brand {
  font-size: 36px;
  font-size: 2.25rem;
  text-decoration: none;
  color: #000000; }

header nav {
  display: inline-block; }

header nav ul {
  list-style-type: none; }

header nav ul li {
  display: inline-block;
  padding-left: 10px; }

header nav ul li a {
  font-size: 28px;
  font-size: 1.75rem;
  text-decoration: none;
  color: #000000; }

ul.tab {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

ul.tab li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px; }

ul.tab li.active {
  border-radius: 5px;
  background: #996633; }

ul.tab li a {
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  color: #000000; }

figure {
  display: block;
  margin: 0; }

div.wrapper {
  margin: 0 0.5rem; }

div#gallery-container {
  margin: 0 auto;
  padding: 0 1rem; }

div#gallery-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

div#gallery-grid figure {
  margin: 1rem;
  width: 320px; }

div#gallery-entry figcaption {
  font-size: 32px;
  font-size: 2rem; }
