/*
   light plum: #59323c;
   dark plum:  #260126;
   light tan:  #f2eeb3;
   grey tan:   #bfaf80;
nude:       #8c6954;
 */

h1 {
	font-family: 'Jura', Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-top: 0.8em;
	color: #260126;
}

h2 {
	font-family: 'Jura', Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-top: 0.8em;
	color: #59323c;
}

body {
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #59323c;
	color: #260126;
}

a {
  color: #59323c;
}

div.container {
	width: 90%;
	margin: 20px auto;
	padding: 1em 2em;
	background-color: #f2eeb3;
}

div.gallery {
  display: flex;
  flex-direction: column;
}

div.gallery-row {
	display: flex;
  flex-direction: row;
	background-color: #bfaf80;
}

div.gallery-row.gallery-row2 {
	background-color: #8c6954;
}

div.gallery-left {
    margin: 8px;
}

img.gallery-image {
  width: 150px;
  margin-top: 2em;
  border: 2px solid #260126;
  border-radius: 5px;
}

div.gallery-right {
  font-size: 0.8em;
}

.lightbox {
  opacity: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  color: #f2eeb3;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.lightbox:target {
  opacity: 1;
  outline: none;
  top: 100px;
}

.lightbox .box {
  xwidth: -webkit-min-content;
  xwidth: -moz-min-content;
  xwidth: min-content;
  min-width:500px;
  max-width: 90vw;
 	margin: 2% auto;
  padding:10px 20px 10px 20px;
  background-color:#260126;
  box-shadow: 0px 1px 26px -3px #777777;
}

.lightbox .title {
  margin:0;
  padding:0 0 10px 0px;
  border-bottom:1px #ccc solid;
  font-size:22px;
}

.lightbox .content {
  display:block;
  position:relative;
}

.lightbox .content img { 
  width: 90%;
}

.lightbox .close {
  display:block;
  float:right;
  text-decoration:none;
  font-family:'Jura', Helvetica, Arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  color:#f2eeb3;
  border: 2px solid #f2eeb3;
  border-radius: 50%;
  padding: 4px 6px 0px 6px;
}

.lightbox .close:after {
  content: '\274c';
}
