html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  cursor: default;
  width: 100%;
}

.custom-regent-hotspot {
  z-index: 9000;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50% 50% 50% 50%;
  background-size: 32px 42px;
  border: 2.5px solid #fff;
  width: 40px;
  height: 48px;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.custom-regent-hotspot:hover {
  border-radius: 50% 50% 50% 50%;
  border: 4px solid #f5e1cb;
  width: 42px;
  height: 50px;
}

.custom-regent-hotspot,
.custom-hotspot {
  transition: all 0.2s ease;
}

h3 {
  font-family: 'Engravers Gothic FS';
}

div,
button {
  font-family: 'Canela';
}

.pnlm-about-msg {
  visibility: hidden;
  a {
    visibility: hidden;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#controls {
  z-index: 10000;
  text-align: center;
  width: 100%;
  padding-bottom: 3px;
  animation: fadeIn 4s;
  position: fixed;
	bottom: 10px;
}
@media (min-width: 64em) {
	#controls {
		position: absolute;
		bottom: 0;
	}
}

.ctrl {
  padding: 8px 5px;
  width: 30px;
  text-align: center;
  background: rgba(200, 200, 200, 0.8);
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  height: 20px;
}

.ctrl:hover {
  background: rgba(200, 200, 200, 1);
}

.callout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  width: 70vw;
  height: 150vh;
  z-index: 9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: fadeIn 3s;
  overflow: auto;
  height: 80%;
}

.callout-container {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  overflow: auto;
  transform: translate(-50%, -50%);
  background-color: rgb(212, 226, 220, 0.8);
  color: #013b49;
  padding: 13px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  animation: fadeIn 3s;
}

.closebtn {
  position: absolute;
  top: 1.5px;
  left: 7px;
  color: #013b49;
  font-size: 28px;
  cursor: pointer;
}

.closebtn:hover {
  color: darkgrey;
}

.calloutintro {
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 65%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: fadeIn 8s;
}

.callout1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 65%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: fadeIn 5s;
}

.callout-container1 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.closebtn1 {
  position: absolute;
  top: 1.5px;
  left: 7px;
  color: grey;
  font-size: 35px;
  cursor: pointer;
}

.closebtn1:hover {
  color: lightgrey;
}

.custom-hotspot {
  border-radius: 50% 50% 50% 0;
  border: 4.5px solid #fff;
  width: 25px;
  height: 25px;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes example {
  from {
    background-color: #f5e1cb;
  }
  to {
    background-color: #013b49;
  }
}

.custom-hotspot::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #fff;
}

.custom-hotspot:hover {
  border-radius: 50%;
  border: 4px solid #f5e1cb;
  width: 30px;
  height: 30px;
}

.custom-hotspot:hover::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #f5e1cb;
}

div.custom-tooltip span {
  z-index: 20000;
  visibility: hidden;
  position: absolute;
  font-size: 16px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-top: -120px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: default;
}

div.custom-tooltip:hover span {
  z-index: 20000;
  visibility: visible;
}

.enlarge {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info-box {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 18px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.dropbtn {
  z-index: 10000;
  background-color: rgb(212, 226, 220, 255);
  color: #013b49;
  padding: 14px;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: rgb(212, 226, 220, 255);
}

.dropdown {
  z-index: 10000;
  position: absolute;
  padding-top: 0px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  border: none;
  display: inline-block;
  animation: fadeIn 4s;
}

.dropdown-content {
  z-index: 10000;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
  right: 0px;
  animation: fadeIn 3s;
  font-size: 12px;
  width: 200px;
  height: 400px;
  overflow: auto;
  cursor: pointer;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
