html, body {
	height    : 100%;
	width     : 100%;
	min-width : 100%;
	position  : relative;
}

h1, h2, h3, h4, h5, h6, footer {
  font-family              : 'Branina Sans', Helvetica, Arial, sans-serif;
  color                    : #5d5d5d;
  -webkit-text-size-adjust : 100%;
  -ms-text-size-adjust     : 100%;
  text-rendering           : optimizeLegibility;
  -webkit-font-smoothing   : antialiased;
  margin: 0;
  padding: 0;
}

p, div {
  font-family              : 'GoogleSans-Regular', Helvetica, Arial, sans-serif;
  color                    : #5d5d5d;
  -webkit-text-size-adjust : 100%;
  -ms-text-size-adjust     : 100%;
  text-rendering           : optimizeLegibility;
  -webkit-font-smoothing   : antialiased;
  margin: 0;
  padding: 0;
}

hr {
  margin: 24px 0 24px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #e1e1e1;
}

a:link {color:#094db7;}
a:visited {color:#094db7;}
a:hover {color:#021025;}
a:active {color:#094db7;}

.page {
  margin-top: 80px;
  padding: 40px;
  position: relative;
}

.page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff; 
  background-image: url('/img/linen.webp');
  background-repeat: repeat;
  z-index: 1;
  opacity: 0.5;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: calc(100%);
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px dotted #e1e1e1;
  padding: 12px 40px;
  margin-bottom: 24px;
  background-color: #fff;
}

.site-title {
  color: #9b9b9b;
  font-size: 32px;
  font-weight: 200;
  margin-top: 24px;
  transition: 0.5s ease-in-out;
}

.site-title-sticky {
  font-size: 24px;
  margin-top: 0px;
}

.site-title a:link,
.site-title a:visited {
  color: #5d5d5d;
  text-decoration: none;
}

.site-title .crumb a:link,
.site-title .crumb a:visited {
  color: #9b9b9b;
  text-decoration: none;
}

.site-title a:hover,
.site-title .crumb a:hover {
  color: #021025;
}

.dash {
  padding: 0 12px 0 12px;
  text-align: center;
  color: #e1e1e1;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.content {
  max-width: 1268px;
  position: relative; 
  z-index: 10;
}

.content > h3 {
  font-size: 2rem;
}

.page-text > h3 {
  font-size: 2rem;
}

.page-image {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.break {
  clear: both;
}

.image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 0 0 24px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 4px;
  pointer-events: none;
}

.text {
  margin: 0 0 24px 0;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text > p {
  margin: 16px 0 16px 0;
}

.footer {
  border-top: 1px dotted #e1e1e1;
  padding: 40px;
  box-shadow: inset 0 0.25px 5px -2px #000;
  background: #f5f4f4;
  background-image: url('/img/grid.png');
  background-repeat: repeat;
  display: flex;
  justify-content: space-between;
}

.footer div {
  font-family: 'Branina Sans', Helvetica, Arial, sans-serif;
}

.next-previous {
  width: 100%;
  border-top: 1px dotted #e1e1e1;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  padding: 40px 0;
  margin-top: 40px;
}

.next-previous .next,
.next-previous .previous {
  font-family: 'Branina Sans', Helvetica, Arial, sans-serif;
  font-size: 28px;
}

.next-previous .next a:link { text-decoration: none;}
.next-previous .next a:visited { text-decoration: none;}
.next-previous .next a:hover { text-decoration: none;}
.next-previous .next a:active { text-decoration: none;}
.next-previous .previous a:link { text-decoration: none;}
.next-previous .previous a:visited { text-decoration: none;}
.next-previous .previous a:hover { text-decoration: none;}
.next-previous .previous a:active { text-decoration: none;}

.next-previous .next {
  margin-left: auto;
  text-align: right;
}

.lightbox-desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.lightbox-desc-content h3 span {
  font-weight: 100;
}

.lightbox-desc-more {
  font-family: 'Branina Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.lightbox-desc-more a {
  text-decoration: none;
}

.lightbox-hidden {
  position: fixed;
  top: -1000px;
}

.carousel .carousel-item .carousel-caption {
  margin: 20px;
}

.carousel .carousel-item .carousel-caption h5 span {
  background-color: rgba(244, 244, 244, 0.5);
  padding: 8px;
}

.carousel .carousel-item .carousel-caption p {
  margin-top: 14px;
  font-size: 0.75rem;
}

.carousel .carousel-item .carousel-caption p span {
  background-color: rgba(155, 155, 155, 0.5);
  color: #fff;
  padding: 8px;
}

.carousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
  overflow: hidden;
}

.carousel {
  margin-bottom: -80px;
}

@media (min-width:20px)  {}

@media (min-width:280px)  {
  /* smartphones, iPhone, portrait 480x320 phones */
  .page {
    padding: 80px 16px;
  }
}

@media (min-width:320px)  {
  /* smartphones, iPhone, portrait 480x320 phones */
  .page {
    padding: 80px 16px;
  }
}

@media (min-width:481px)  {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:641px)  {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .page {
    padding: 80px 40px;
  }
}

@media (min-width:961px)  {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
  /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
  /* hi-res laptops and desktops */
}