@charset "utf-8";
/* CSS Document */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  /*border: 4px solid DimGray;*/
  /*box-shadow: 0 0 8px 0 DimGrey;*/
  display: block;
  z-index: 0;
  max-width: 100%;
  position: relative;
  margin: 0px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  /*border-radius: 0 3px 3px 0;*/
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 0px 5px 5px 0px;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-family: Calibri;
  background-color: Black;
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  /*width: 100%;*/
  text-align: center;
  left: 5px;
  opacity: 0.5;
  border-radius: 5px;
  transition: 0.6s ease;
}

/* Number text (1/3 etc) */
.numbertext {
  background-color: Black;
  color: #FFFFFF;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.5;
  border-radius: 5px;
  transition: 0.6s ease;
}

.text:hover, .numbertext:hover {
  /*background-color: rgba(0,0,0,0.8);*/
  opacity: 0.9;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.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}
}

.nav:hover
{
	background-color: #1E3670;
	padding: 4px 6px;
	transition: 0.6 ease;
	border-radius: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #29468c;
  color: white;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  transition: 0.6 ease;
}

#myBtn:hover {
  background-color: #f1cb38;
  color: Black;
}

html
{
	scroll-behavior: smooth;
}

img
{
	transition: 0.6 ease;
}

.tooltip
{
  position: relative;
  display:inline-block;
  border-bottom: 1px dotted SaddleNavy;
}

.tooltip .tooltipcontent
{
  font-family: Calibri;
  font-size: 15px;
  visibility: hidden;
  /*width: 120px;*/
  background-color: Gainsboro;
  color: White;
  text-align: center;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltipcontent
{
  visibility: visible;
}

.tooltiptext 
{
  background-color: Black;
  color: #FFFFFF;
  font-size: 15px;
  visibility: hidden;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  /*width: 100%;*/
  text-align: center;
  left: 5px;
  opacity: 0.8;
  border-radius: 5px;
}

.tooltip:hover .tooltiptext
{
  visibility: visible;
}

.container
{
	position: relative;
	text-align: center;
	color: Navy;
	max-width: 100%;
	margin: auto;
}

.imgtext
{
	font-family: Calibri;
	position: absolute;
	bottom: 8px;
	left: 8px;
	background-color: Black;
  	color: White;
  	font-size: 15px;
  	padding: 8px 12px;
  	/*width: 100%;*/
  	text-align: center;
  	opacity: 0.7;
  	border-radius: 5px;
  	transition: 0.6s ease;
}

.imgtext:hover
{
  /*background-color: rgba(0,0,0,0.8);*/
  opacity: 0.9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  color: Navy;
  display: none;
  position: absolute;
  background-color: WhiteSmoke;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.album
{
	/*background-color: GhostWhite;*/
	height: 230px;
	Width:240px;
	/*border:2px solid Silver;*/
	border-radius:5px;
	margin:2px;
	outline:none;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
	/*box-shadow: 0px 0px Gainsboro, 0px 0px 2px Gainsboro,  0px 0px 2px Gainsboro;*/

}

.album:hover
{
	/*box-shadow: 2px 2px Gainsboro, 2px 2px 4px Gainsboro,  4px 4px 4px Silver;*/
	transition:.2s;
}

.album:active
{
	/*box-shadow:  2px 2px 4px Gainsboro, 2px 2px 4px Silver;*/
	transition:.2s;
}

.img
{
image-orientation: none;
/*background-color: White;*/
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: inherit;
/*padding: 20px 20px;*/
height: 150px;
Width:200px;
border:2px solid Gainsboro;
border-radius:5px;
margin:2px;
outline:none;
box-sizing:border-box;
transition:.2s;
}

.image
{
background-color: LightCyan;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: inherit;
padding: 20px 20px;
height: 145px;
Width:180px;
border:2px solid CornFlowerBlue;
border-radius:5px;
margin:2px;
outline:none;
box-sizing:border-box;
transition:.2s;
}

.image:hover
{
	float: inherit;
}

.albumtext {
  color: DimGray;
  font-family: Calibri;
  font-size: 15px;
  max-width: 200px;
  padding: 2px 2px;
  position: inherit;
  text-align: center;
  background-color: White;
  /*border:2px solid Gainsboro;*/
  border-radius: 5px;
}

.imagetext {
  color: Navy;
  font-family: Calibri;
  font-size: 15px;
  max-width: 175px;
  padding: 2px 2px;
  position: inherit;
  text-align: center;
  background-color: LightSkyBlue;
  border:1px solid CornFlowerBlue;
  border-radius: 5px;
}

.albumtext:hover {
  color: DimGray;
  font-family: Calibri;
  font-size: 15px;
  max-width: 200px;
  padding: 2px 2px;
  position: inherit;
  text-align: center;
  background-color: White;
  /*border:2px solid Silver;*/
  border-radius: 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted SaddleNavy;
}

.tooltip .tooltiptext {
  font-family: Calibri;
  font-size: 15px;
  visibility: hidden;
  /*width: 120px;*/
  background-color: Navy;
  color: White;
  text-align: center;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

 .close
{
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 10px;
  width: auto;
  padding: 8px;
  margin-top: 10px;
  color: white;
  background-color: rgba(0,0,0,0.40);
  border-radius: 5px;
  font-weight: 800;
  font-size: 12px;
  transition: 0.6s ease;
  user-select: none; 
}

.close:hover
{
  background-color: rgba(0,0,0,0.60);
  border-radius: 5px;
}