
.popupimagecontainer p {
  margin: 0; /* Set margin to zero for all <p> elements inside .popupimagecontainer */
}

.popupimagecontainer {
	padding: 0px;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
    font-family: Arial, sans-serif;
	margin-bottom: 12px;
	border: none;
}

.popupimage {
    width: auto;
	text-align: center;
	padding: 6px 0px;
	margin-bottom: 14px;
	display: inline-block;
	border: none;
}

.pop-up {
  position: relative;
  display: block; /* Change display property to block */
  margin-bottom: 6px; /* Add margin to create space between stacked icons */
}

.pop-up.maps img {
  max-width: none; /* Disable the max-width for the image */
  margin-top: 9px;
  border: none;
}



/* adjust width of images as viewed on screen */
.imgwidth60 {
	width: 60%;
}

.imgwidth80 {
	width: 80%;
}

.imgwidth100 {
	width: 100%;
}

.pop-up-content.centered {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #BBCCCC;
  background-color: rgb(255, 252, 251);
  padding: 10px;
  max-width: 520px;
  width: 60%;  /* Set viewport width */
  max-height: 80vh; /* Set a maximum height of 70% of viewport height */
  overflow-y: auto; /* Add vertical scrollbar when content overflows */
  z-index: 1;
  display: none;
  text-align: center;
}

.pop-up-content img {
  margin: 5px auto 5px auto; 
  max-width: 680px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  font-weight: none;
}

.pop-up-content.maps img {
  width: 100%; /* Set width to 100% for Popup 1 */
  max-width: none; /* Disable the max-width for Popup 1 */
  border: none;
}

.popuptext {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  border: none;
}

.pop-up:hover .pop-up-content {
  display: block;
}





.popupimagecontainercentered {
	margin: 20px auto 10px auto;
}

.width22 {
	width: 72px;
	border: 1px solid red;
}

.width80 {
	width: 80%;
}

.borderblack {
	border: 1px solid black;
}

.bordergrey {
  border: 3px solid #BBCCCC;
}

.fontariel {
    font-family: Arial, sans-serif;
	padding: 7px;
	text-align: center;
	background-color: rgba(224, 238, 243);
	font-size: 0.8rem;
}



.text-align-justify {
  text-align: justify;
}

/* for stylespopupmaps
.mapregions {
    width: 100%;
	text-align: center;
	border: 1px solid grey;
	border-radius: 3px;
	font-size: 0.8rem;
	font-weight: bold;
	font-family: Arial, sans-serif;
	width: 90px;
	background-color: rgba(173, 216, 230, 0.4);
	padding: 3px 0px;
	margin-bottom: 12px;
	display: block;
	border: 1px solid blue;
}
*/




