﻿*
{
	box-sizing:border-box;
}

html
{
	background: rgb(255,255,255);
}

body 
{
	font-family: 'Spectral SC',Palatino Linotype,Garamond,Book Antigua,serif;
	margin: 0
}

span.amp
{
	font-family: 'Playfair Display SC', serif;
}

a
{
	color:black;
	text-decoration:none;
}

a:hover
{
	color:darkkhaki;
}


.banner
{
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	width: auto;
}

.banner-text
{
	font-size: 3vh;
}

.banner-separator
{
	width: 50%;
}

.banner-menu
{
	font-size: 2vh;
}

.slideshow-container 
{
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

.slides 
{
	display: none;
	height: 92vh;
	width: 100vw;
	position: relative;
	/*border:solid;*/
}

.helper 
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.image
{
	vertical-align: middle;
	max-height: 88%;
	max-width: 85%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 1vh;
	bottom: 0;
	left: 0;
	right: 0;
}

.title-text, .location-text, .credit-text, .location-as-title-text
{
	color: black;
	font-size: 1.5vh;
	position: absolute;
	bottom: 2vh;
	width: 100%;
	text-align: center;
	font-style: italic;
}

.location-text 
{
	font-size: 1vh;
	bottom: 1vh;
	font-style: normal;
}

.location-as-title-text
{
	font-size: 1.5vh;
	bottom: 1vh;
	font-style: normal;
}

.credit-text
{
	font-size: 1vh;
	bottom: 0vh;
	font-style: normal;
}

.counter-text
{
	font-family: 'Spectral SC',Palatino Linotype,Garamond,Book Antigua,serif;
	color: black;
	border: none;
	font-size:1vh;
	background:transparent;
	text-align: center;
	outline: none;
}

.counter
{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0.5vh;
}

.prev, .next 
{
	cursor: pointer;
	position: absolute;
	top: 50vh;
	width: auto;
	color: black;
	font-weight: bold;
	font-size: 2vh;
	padding: 1vw;
	transition: 0.6s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.next 
{
	right: 0;
}

.prev:hover, .next:hover 
{
	background-color: rgba(60,60,60,0.8);
}

.fade 
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade 
{
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade 
{
	from {opacity: .4} 
	to {opacity: 1}
}

#menu
{
	position: absolute;
	bottom: 2vh;
	right: 1.5vw;
	word-spacing: 1vw;
	font-size: 2.5vh;
	color: black;
}

/*
@media only screen and (max-width: 1024px) {

   .title-text 
   { 
      font-size: 2vh; 
   }

}
*/

.pictures-container
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

.popup-caption
{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	margin-left: 33.5vw;
	margin-top: 4vw;
}

.popup-field
{
	font-family: 'Spectral SC',Palatino Linotype,Garamond,Book Antigua,serif;
	color: rgb(100,100,100);
	border: none;
	font-size:1vh;
	background:transparent;
	text-align: center;
	outline: none;
}

.picture1, .picture2, .picture3, .picture4, .picture5, .picture6, .picture7, .picture8
{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: inline-block;	
}

/* Portrait: 4x3 */
.picture1
{
	margin-left: 16vw;
	margin-top: 5vh;
}

/* Landscape: 3x2 */
.picture2
{
	margin-left: 27vw;
	margin-top: 16vh;
}

/* Square: 1x1 */
.picture3
{
	margin-left: 23vw;
	margin-top: 36vh;
}

/* Landscape: 16x6 */
.picture4
{
	margin-left: 48vw;
	margin-top: 8vh;
}

/* Landscape: 4x3 */
.picture5
{
	margin-left: 42vw;
	margin-top: 50vh;
}

/* Portrait:3x2 */
.picture6
{
	margin-left: 63vw;
	margin-top: 24vh;
}

.picture7
{
	margin-left: 52vw;
	margin-top: 32vh;
}

.picture8
{
	margin-left: 16vw;
	margin-top: 44vh;
}

.image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8
{
	padding: 2px;
	background: rgb(80,80,80);
	width: auto;
	height: auto;
	border: solid;
	border-width: thin;	 
}

.image1
{
	width: 12vw;
}

.image2
{
	width: 22vw;
}

.image3
{
	width: 20vw;
}

.image4
{
	width: 30vw;
}

.image5
{
	width: 20vw;
}

.image6
{
	width: 14vw;
}

.image7
{
	width: 8vw;
}

.image8
{
	width: 8vw;
}



