
body {overflow-x:hidden; background-color: #B19CD9;}


@keyframes gallerynav {
	0% {top: -20px;}
	50% {top: 55px; letter-spacing: normal;}
	75% {letter-spacing: .3rem;}
	100% {letter-spacing: normal;}
}

.page-nav {
	display: flex;
	position: fixed;
	top: 57px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	justify-content: center;
	left: -1%;
	width: 102%;
	z-index: 95;
    backdrop-filter: blur(3px);
	background-color: rgba(177,156,217,0.6);
	animation: gallerynav 2s ease;
	transition: background-color 1s ease;
}

.page-nav:hover {
	background-color: rgba(177,156,217,0.9);
	transition: background-color 1s ease;
}

.pnav {
	color: black;
	font-size: 18px;
	font-weight: 600;
	font-family: times, serif;
    letter-spacing: normal;
    transition: letter-spacing .5s ease;
}

.pnav:hover {
  cursor: pointer;
  text-decoration: underline;
  letter-spacing: .2rem;
  transition: letter-spacing .5s ease;
}

.pnav-active {
	color: black;
	font-size: 18px;
	font-weight: 600;
	font-family: times, serif;
    letter-spacing: normal;
    text-decoration: underline;
    letter-spacing: .2rem;
	
}



#landscape-image-container {
	position: absolute;
	display: block;
	z-index: 89;
	top: 95px; 
	height: 75%;
	left: 0;
	width: 25%;
	opacity: 1;
	overflow-x: hidden;
	text-align: center;
	transition: left 1s ease, opacity 2s ease;
}

.landscape {
	left: 0; 
	margin: 2px;
	width: 100%;
	max-width: 350px;
	min-width: 170px;
	transition: width 1s ease;
	opacity: 0.8;
}
	
.landscape:hover {
	cursor: pointer;
	opacity: 1;
 }

.landscape-active {
	left: 0; 
	margin: 2px;
	width: 100%;
	max-width: 350px;
	min-width: 170px;
	transition: width 1s ease;
	opacity: 1;
}

#portraitviewer {
	position: absolute;
	display: none;
	z-index: 89;
	top: 95px; 
	height: 75%;
	left: 1%;
	width: 98%;
	padding: 5px;
	overflow: hidden;
	justify-content: center;
	text-align: center;
}

#landscapeviewer {
	position: absolute;
	display: flex;
	z-index: 89;
	top: 95px; 
	height: 75%;
	left: 26%;
	width: 73%;
	padding: 5px;
	overflow: hidden;
	justify-content: center;
	text-align: center;
	transition: left .5s ease, width .5s ease;
}

#mainview {
	position:absolute;
	transition: translateX 0.5s ease;
    height: 100%;
    width: auto;
}

#mainportrait {
	position:absolute;
   height: 100%;
   width: auto;
}



.slideoutleft {
	transform: translateX(100%);
}

#landcap {
	position: absolute; 
	display: flex;
	z-index: 91;
	bottom: 0;
	height: 5%;
	width: 100%;
	max-width: 1500px;
	color: black;
	margin: auto;
	padding: 10px;
	font-size: 20px;
    background-color: rgba(177,156,217,0.7);	
	justify-content: center;
	transition: font-size 1s ease;
}

#portcap {
	position: absolute; 
	display: flex;
	z-index: 91;
	bottom: 0;
	height: 5%;
	width: 100%;
	color: black;
	margin: auto;
	padding: 10px;
	font-size: 20px;
    background-color: rgba(177,156,217,0.7);	
	justify-content: center;
	transition: font-size 1s ease;
}

#nextimage {
	position: absolute; 
	display: block;
	top: 45%; 
	z-index: 95;
	right: 0; 
	width: 50px;
	height: 100%;
	background-color: rgba(177,156,217,0);
}

#nextimageportrait {
	position: absolute; 
	display: block;
	top: 45%; 
	z-index: 95;
	right: 0; 
	width: 50px;
	height: 100%;
	background-color: rgba(177,156,217,0);
}



#nextimage img {
	position: relative;
	opacity: 0.7;
	width: 40px;
	height: auto;
	transition: opacity .3s ease, width .3s ease, top .3s ease, right .3s ease;
}

#nextimage img:hover {
	opacity: 1;
	width: 50px;
	top: -2px;
	right: -2px;
	cursor: pointer;
	transition: opacity 0.3s ease, width 0.3s ease, top 0.3s ease, right 0.3s ease;
}

#nextimageportrait img {
	position: relative;
	opacity: 0.7;
	width: 40px;
	height: auto;
	transition: opacity .3s ease, width .3s ease, top .3s ease, right .3s ease;
}

#nextimageportrait img:hover {
	opacity: 1;
	width: 50px;
	top: -2px;
	right: -2px;
	cursor: pointer;
	transition: opacity 0.3s ease, width 0.3s ease, top 0.3s ease, right 0.3s ease;
}

#previmage {
	position: absolute; 
	display: block;
	top: 45%; 
	z-index: 95;
	left: 0; 
	width: 50px;
	height: 100%;
	background-color: rgba(177,156,217,0);
}


#previmageportrait {
	position: absolute; 
	display: block;
	top: 45%; 
	z-index: 95;
	left: 0; 
	width: 50px;
	height: 100%;
	background-color: rgba(177,156,217,0);
}



#previmage img {
	position: relative;
	opacity: 0.7;
	width: 40px;
	height: auto;
	transition: opacity .3s ease, width .3s ease, top .3s ease, right .3s ease;
}

#previmage img:hover {
	opacity: 1;
	width: 50px;
	top: -2px;
	right: -2px;
	cursor: pointer;
	transition: opacity 0.3s ease, width 0.3s ease, top 0.3s ease, right 0.3s ease;
}

#previmageportrait img {
	position: relative;
	opacity: 0.7;
	width: 40px;
	height: auto;
	transition: opacity .3s ease, width .3s ease, top .3s ease, right .3s ease;
}

#previmageportrait img:hover {
	opacity: 1;
	width: 50px;
	top: -2px;
	right: -2px;
	cursor: pointer;
	transition: opacity 0.3s ease, width 0.3s ease, top 0.3s ease, right 0.3s ease;
}



#allvideos {
	display: none;
}

#allimages {
	display: flex;
}

#landscape-video-container {
	position: absolute;
	display: block;
	top: 100px;
	left: 5%;
	width: 90%;
	justify-content: center;
	text-align: center;
	align-content: center;
	overflow-x: hidden;
}

#portrait-video-container {
	position: absolute;
	display: none;
	top: 100px;
	left: 5%;
	width: 90%;
	justify-content: center;
	text-align: center;
	align-content: center;
}



.landscapevidclass {
  position: relative; 
  display: block; 
  height: 80%;
  max-width: 75%;
  margin: auto;
}

.portraitvidclass {
  position: relative; 
  display: block; 
  height: auto;
  width: 95%;
  margin: auto;
}


.video-caption {
	font-family: georgia;
	text-decoration: underline;
}




/* --------------- MOBILE LANDSCAPE ----------------------------------------------------------------------------- */

@media ((max-width: 950px) and (orientation: landscape)) {
  #landcap {
	font-size: 14px;
	transition: font-size 1s ease;
  }
}



/* --------------------PORTRAIT ORIENTATION --------------------------------------------------------------------*/

@media (orientation: portrait) {
	
  #landscape-image-container {
	opacity: 0;
	left: -30%;
	transition: left 1s ease, opacity 3s ease;
   }

  #landscapeviewer {
	  display: none;
  }
  

 #portraitviewer {
	display: flex;
  }
  
  #portcap {
	font-size: 14px;
	transition: font-size 1s ease;
  }
 
 
  #landscape-video-container {
	  display: none;
  }
  
  #portrait-video-container {
	  display: block;
  }
  
.video-caption {
	font-size: 15px;
}

 
 
}


