@import url("http://hello.myfonts.net/count/2dc4ee");


@font-face {
  font-family: 'Plantin Italic';
  src: url('../fonts/PlantinMTInfant-Italic.eot');
  src: url('../fonts/PlantinMTInfant-Italic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PlantinMTInfant-Italic.woff2') format('woff2'),
  url('../fonts/PlantinMTInfant-Italic.woff') format('woff'),
  url('../fonts/PlantinMTInfant-Italic.ttf') format('truetype'),
  url('../fonts/PlantinMTInfant-Italic.svg#PlantinMTInfant-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plantin Infant';
  src: url('../fonts/PlantinMTInfant-Regular.eot');
  src: url('../fonts/PlantinMTInfant-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PlantinMTInfant-Regular.woff2') format('woff2'),
      url('../fonts/PlantinMTInfant-Regular.woff') format('woff'),
      url('../fonts/PlantinMTInfant-Regular.ttf') format('truetype'),
      url('../fonts/PlantinMTInfant-Regular.svg#PlantinMTInfant-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* @font-face {
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
	src: url('webfonts/2DC4EE_0_0.eot');
	src: url('webfonts/2DC4EE_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2DC4EE_0_0.woff2') format('woff2'), url('webfonts/2DC4EE_0_0.woff') format('woff'),url('webfonts/2DC4EE_0_0.ttf') format('truetype');
	font-style: italic;
}
@font-face {
	font-family: 'Plantin Infant';
	src: url('webfonts/2DC4EE_1_0.eot');
	src: url('webfonts/2DC4EE_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DC4EE_1_0.woff2') format('woff2'),url('webfonts/2DC4EE_1_0.woff') format('woff'),url('webfonts/2DC4EE_1_0.ttf') format('truetype');
} */
@font-face {
	font-family: 'Gill Sans';
	src: url('Gill Sans MT.ttf');
}

html {
	height: 100%;
	cursor: default;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
body {
	font-family: 'Plantin Infant';
	font-size: 14pt;
	margin: 0;
	padding: 0;
}
i {
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
big {
	font-family: 'Gill Sans';
	font-size: 80%;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: .2em;
}
strong {
	font-variant: small-caps;
	font-weight: normal;
}
h5 {
	font-family: 'Gill Sans';
	letter-spacing: .2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

/* site v2 */
header > aside {
	position: fixed;
	top: 0;
	z-index: 99;
	margin: 20px;
}
header > aside > a {
	float: left;
	clear: both;
	cursor: pointer;
}
header > aside.menu {
  left: 0;
  width: 100vw;
  display: flex;
}
header > aside.menu > h4 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 6px;
  font-weight: normal;
  display: inline-block;
  margin-right: 1.66rem;
}
header > aside.menu > a {
  display: inline-block;
  line-height: 6px;
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
  margin-right: 1rem;
}
header > aside.social {
	right: 0;
	font-family: 'Gill Sans';
}
header > aside.social > a {
	float: right;
	color: #bbb;
	text-transform: uppercase;
	font-size: 60%;
	line-height: 6px;
	margin-bottom: 10px;
	letter-spacing: .2em;
}

/* content pages */
.content {
	overflow-y: auto;
}
.content > article {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 80%;
	line-height: 1.4em;
	-ms-user-select: text;
	-webkit-user-select: text;
	user-select: text;
	cursor: text;
	z-index: 3;
}
.content > article > .col-3 {
	margin-bottom: 20px;
}
.content > article > .col-3 > p {
	margin: 0 0 0 0;
}
.content > article > .col-3 > p:before {
	display: inline-block;
	content: '';
	width: 30px;
}
.content > article table {
	border-collapse: collapse;
	font-size: inherit;
}
.content > article table td {
	vertical-align: top;
}
.content > article table td:not(:first-child) {
	padding-left: 4px;
}
.content > article:after {
	content: '';
	display: block;
	clear: both;
}

.content#contact {
	text-align: center;
}
.content#contact > article {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 240px;
	padding: 0;
	margin-left: -120px;
	margin-top: -75px;
}


/* overview */
#about {
	padding-top: 110px;
}
#media {
  z-index: 2;
  margin-top: 0;
  padding-top: 40px;
}
#media .cont {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 110px;
}
#media .cont:last-child {
	margin-bottom: 110px;
}
#media .cont .title,
#media .cont .subtitle,
#media .cont .description_title,
#media .cont .description {
	display: none;
}
#media .cont .image {
	-webkit-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	opacity: 0;
	cursor: pointer;
}
#media .cont.shown .image {
	opacity: 1;
}

/* overlays */
.overlay {
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
}
.overlay.placed {
  display: block;
  z-index: 999;
}
.overlay.shown {
	opacity: 1;
	pointer-events: all;
}

/* image gallery */
#gallery {
	background-color: #fff;
	left: 20px;
	right: 20px;
}
#gallery .controls > span {
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	font-family: 'Gill Sans';
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 12px;
	padding: 0 3px;
	font-variant: small-caps;
	background: transparent none center center no-repeat;
	background-size: contain;
}
#gallery .controls > .close {
	background-image: url('../img/close.png');
	background-size: 10px 10px;
}
#gallery .controls > .prev {
	background-image: url('../img/arrow_left.png');
}
#gallery .controls > .next {
	background-image: url('../img/arrow_right.png');
}
#gallery .controls > .more {
  background-image: url('../img/arrow_right.png');
  transform: rotate(-90deg) translate(3px, 0);
}
#gallery .controls > .less {
  background-image: url('../img/arrow_right.png');
  transform: rotate(90deg) translate(3px, 0);
}
#gallery .controls > span.hidden {
	opacity: 0;
	pointer-events: none;
}
#gallery footer {
	position: absolute;
	right: 0;
	left: 0;
	height: 70px;
	margin: 20px;
	bottom: 0;
	text-align: center;
}
#gallery footer h5 {
	font-size: 70%;
	margin: 6px 0;
	padding: 0;
	font-family: 'Gill Sans';
}
#gallery footer p {
	margin: 0;
	font-size: 80%;
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
}

#gallery > .viewer {
	position: absolute;
	top: 110px;
	bottom: 110px;
	left: 0;
	right: 0;
	overflow: hidden;
}
#gallery > .viewer > .wrapper {
	height: 100%;
}
#gallery > .viewer > .wrapper > .image {
	display: block;
	width: 100vw;
	height: 100%;
	float: left;
	background: transparent none center center no-repeat;
	background-size: contain;
}

#gallery > .controls.top {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 65px;
}

#gallery > .info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 999;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s ease;
}

@media screen and (max-width: 768px) {
  .info {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #gallery > footer > p {
    display: none !important;
  }
}

#gallery > .info .controls{
  margin-bottom: 1rem;
}

#gallery > .info > .content * {
  font-size: 15px !important;
}

#gallery > .info .title {
  margin: 6px 0;
}

#gallery > .info .title,
#gallery > .info .subtitle {
  display: block !important;
  width: 100% !important;
  text-align: center;
}

#gallery > .info .subtitle {
  margin: 0 0 1rem !important;
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
}

.fade {
  position: absolute;
  top: -80px;
  width: 100%;
  height: 80px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

#gallery > .info.hidden {
  opacity: 0;
  transform: translate(0, 100%);
}

#gallery > .info > .content {
  max-width: 800px;
  display: block;
}

#gallery > .info > .content > h5 {
  text-align: center;
  padding: 0 20ch;
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
  text-transform: initial !important;
  letter-spacing: initial !important;
}

@media screen and (max-width: 768px) {
  #gallery > .info > .content > h5 {
    padding: 0;
  }
}

#gallery > .info > .content > .controls {
  width: 100%;
  text-align: center;
}


/* responsiveness */
@media screen and (max-width: 800px) {
	#gallery {
		background-color: #fff;
		left: 0;
		right: 0;
	}
	#gallery .viewer {
		left: 20px;
		right: 20px;
		top: 120px;
		bottom: 120px;
	}
	#gallery .controls {
		/* display: none; */
	}
}

@media screen and (min-width: 400px) {
	.content > article > .col-3 {
		float: left;
		width: 47%;
		margin: 0 3% 20px 0;
  }

	.content > article > .col-6 {
		float: left;
		width: 47%;
		margin: 0 3% 20px 0;
	}
}

/* mobile phones */
@media screen and (max-width: 500px) {
	#media .cont:not(:first-child) {
		margin-top: 0;
	}
	#gallery {
		z-index: 3;
	}
	#gallery footer {
		/* display: none; */
	}
}

@media screen and (min-width: 800px) {
	#media .cont {
		float: left;
		width: 50%;
		margin-bottom: 100px;
		min-height: 600px;
		margin-top: 0;
	}
	#media .cont:nth-child(2) {
		text-align: left;
		margin-top: 300px;
	}
	#media .cont:nth-child(2n) {
		text-align: left;
	}
	#media .cont:nth-child(2n+3) {
		margin-top: -300px;
		text-align: center;
	}
	#media .cont:nth-child(4n) {
		margin-top: 0px;
		text-align: center;
	}
	#media .cont:nth-child(4n+1) {
		text-align: right;
	}
	#media .cont .image {
		max-width: 100%;
		max-height: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	#media .cont .img-cont {
		max-width: 100%;
		display: inline-block;
	}
	#media .cont .img-cont:first-child {
		margin-top: 150px;
	}

}

@media screen and (max-width: 800px) {
	#media .cont .img-cont {
		width: auto !important;
		height: auto !important;
	}
	#media .cont img {
		max-width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
}

.content > article .grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}

.content > article .grid > .grid-item > p {
  margin-top: 0;
}

hr.mb {
  margin-bottom: 2rem;
}

@media screen and (min-width: 840px) {
  .content > article .grid {
    grid-template-columns: 50% 50%;
  }
	.content > article {
		background-color: transparent;
	}
	.content > article > .col-3 {
		float: left;
		min-width: 240px;
		width: 30%;
		margin: 0 3% 20px 0;
	}
	.content > article > .col-6 {
		float: left;
		min-width: 240px;
		width: 47%;
		margin: 0 3% 20px 0;
	}
	.content > article > p {
		margin-top: 0;
	}
}

article.journal-entry {
  padding-top: 6rem;
}

.journal-entry .journal-title {
  margin-bottom: 0;
}

.journal-entry .journal-subtitle {
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 2rem;
}

.journal-entry .journal-title,
.journal-entry .journal-subtitle {
  text-align: center;
  /* font-style: italic; */
}

.journal-entry .journal-content .img-single {
  width: 100%;
  height: auto;
}

.journal-entry .journal-content .swiper-container {
  margin: 2rem 0;
  max-height: 90vh;
  position: relative;
}


.journal-entry .journal-content .swiper-container .swiper-wrapper {
  height:auto !important;
  /* max-height: 100%; */
}

.journal-entry .journal-content .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height:auto !important;
  /* background: #eee; */
  /* height: 100%; */
  /* position: relative; */
}

.journal-entry .journal-content .swiper-container .swiper-wrapper .swiper-slide .img-slider {
  width:100%;
  height:auto;
  max-height: 75vh;
  object-fit: contain;
  /* object-fit: contain; */
}

.journal-entry .journal-content .swiper-container .swiper-button-prev,
.journal-entry .journal-content .swiper-container .swiper-button-next {
  -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	font-family: 'Gill Sans';
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 12px;
  padding: 0 3px;
  margin: 0;
	font-variant: small-caps;
	background: transparent none center center no-repeat;
	background-size: contain;
}

.journal-entry .journal-content .swiper-container .swiper-button-prev {
  background-image: url('../img/arrow_left.png');
}

.journal-entry .journal-content .swiper-container .swiper-button-next {
  background-image: url('../img/arrow_right.png');
}

.journal-entry .journal-content .swiper-container .swiper-button-next:after,
.journal-entry .journal-content .swiper-container .swiper-button-prev:after {
  display: none;
}

.journal-entry .asterisk {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.menu {
  display: none !important;
}

.links {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
}


.links.shown {
  opacity: 1;
  pointer-events: auto;
}
.links .link {
  width: 100%;
  text-align: center;
  margin: 0.5rem 0;
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
}

aside.menu-mobile {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  width: 100vw;
  box-sizing: border-box;
  background: #fff;
  z-index: 99999;
}
aside.menu-mobile * {
  font-weight: normal !important;
}

aside.menu-mobile .content {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 321px) {
  aside.menu-mobile .content h4 {
    font-size: 4.5vw !important;
    margin: 16px 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  aside.menu-mobile .content h4 {
    margin: 12px 0 !important;
  }
}

.social {
  display: none;
}

h4.home,
#hamburger {
  cursor: pointer;
}

#mobile-menu {
  margin: 0 !important;
}

#mobile-menu * {
  font-weight: normal !important;
}

#descriptions {
  display: none;
  position: fixed;
  /* background: red; */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  .two-columns {
    column-count: 2;
    margin-bottom: 1.5rem;
  }

  .two-columns > p {
    margin-top: 0 !important;
    margin-bottom: 1.4em !important;
  }

  aside.menu-mobile {
    display: none !important;
  }

  aside.menu {
    z-index: 99999;
    display: flex !important;
  }

  .social {
    display: block;
  }
}

em {
  font-family: 'Plantin Italic' !important;
  font-style: italic;
  font-weight: normal !important;
}

#security {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

#login {
  width: 400px;
  height: 400px;
  max-width: 90%;
  margin: 120px auto 0;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
}

#login input {
  height: 30px;
  font-family: 'Plantin Italic';
  font-style: italic;
  font-size: 20px;
  padding: 2px 12px;
  /* letter-spacing: 0.1rem; */
  background: #eee;
  outline: none !important;
  border: none !important;
}

#login input[type=password] {
  margin-bottom: 40px;
  letter-spacing: 2px;
}

#login input[type=submit] {
  font-family: 'Gill Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.2s ease;
}

#login input[type=submit]:hover {
  background-color: #fff;
  cursor: pointer;
}

#login label {
  font-family: 'Plantin Italic';
  font-style: italic;
  margin-bottom: 4px;
}

#about > .about > .content {
  display: flex;
  flex-flow: row wrap;
}

#about > .about > .content > hr {
  width: 100%;
}

#about > .about > .content > .col {
  width: 100%;
  box-sizing: border-box;
  padding-right: 2rem;
}

@media screen and (min-width: 768px) {
  #about > .about > .content > .col {
    width: 50%;
  }
}

