@font-face{
    font-family: Neverwinter;
    src: url("Neverwinter.otf") format("opentype");
}
/* Section Styling */
section{
    /*background-color: #f4f4f4;*/
    padding: 15px;          
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: white;
}
section h3{
	text-align: center;
	font-family: Neverwinter;
}
h1{
	font-family: Neverwinter;
    margin-top: 0;
}
h2{
	font-family: Neverwinter;
    margin-top: 0;
}
p{
	font-family: Neverwinter;
    margin-top: 20px;
}
body{
    background-color: #81B4A1; 
    margin: 0;                 
	align-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
hr{
	width: 260px;
}
#mapcontainer{
	margin-left: 250px;
}
/* Image Container */
#map-container {
    display: flex;
	flex-direction: column;
    justify-content: center;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#map-container img {   
    height: auto;  
	max-width: 100%;
	
}
#maplabel{
	text-align: center;
	padding-top: 90px;
	font-size: 20pt;
}
#maptext{
	text-align: center;
	font-size: 15pt;
}
#navbar{
	background-image: url("/images/contentlist.png");
	background-position: top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	height: 555px;
}
#locations{
	margin-top: -30px;
}

#collapsible{
    display: flex;
    flex-direction: column;
	margin-right: 15px;
}
#collapsibletitle{
	color: #ffffff;
	text-align: center;
}
#searchwidget{
	display: inline-block;
	float: right;
	margin-top: 15px;
}
#search {
  overflow: hidden;
  background-color: tan;
  border: 5px solid black;
  color: black;
  max-width: 226px;
}
#search form{
}
#livesearch{
	position: absolute;
	border: 1px solid black;
	border-radius: 10px;
	width: 226px;
	background-color: tan;
	text-align: center;
	z-index: 1;
}
#box{
	height: 25px;
	background-color: #D7BDA7;
	font-weight: bold;
	max-width: 222px;
	text-align: left;
}
#livesearch a{
	color: black;
}
#livesearch a:visited{
	color: black;
}

/* Info Section Above Navbar */
.social-section {
	width: 300px;
	float: left;
}
/* Page Container with Border */
.page-container {
	font-family: "MV Boli";
    padding: 20px;            
    box-sizing: border-box;  
	min-width: 500px;
}
/* Image Container */
.image-container {
    display: flex;
    justify-content: center;    
}
.image-container img {
    max-width: 100%;            
    height: auto;                       
}
/* Navbar */
.navbar {           
    display: flex;
    flex-direction: column;
    padding-top: 90px; /* Adjust the padding to shift the navbar down */
}
/* Navbar Buttons */
.nav-button {
    background-color: transparent;
    color: black;
    padding: 2px 0px;     
    margin: 8px 0;
    text-align: center;
	font-family: Neverwinter;
	font-size: 18pt;
    text-decoration: none;
    transition: 0.3s ease;
    transform: translateY(0);
	width: 112px;
	margin-left: 82px;
}
.location-nav {
    background-color: transparent;
    color: black;
    padding: 10px 0px;     
    margin: 8px 0;
    text-align: center;
	font-family: Neverwinter;
	font-size: 18pt;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    transform: translateY(0);
	width: 112px;

}
.location-nav:hover {
    background-color: transparent;
    transform: translateY(-5px);
	color: #00f5f7;
	text-shadow: -1px -1px 0 #004C53, 1px -1px 0 #004C53, -1px 1px 0 #004C53, 1px 1px 0 #004C53;
}
.collapsible {
    background-color: tan;
    color: black;
	font-family: Neverwinter;
	font-size: 20pt;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    transform: translateY(0);
	padding: 10px;
}
.collapsible:hover {
    background-color: tan;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
	color: #00f5f7;
	text-shadow: -1px -1px 0 #004C53, 1px -1px 0 #004C53, -1px 1px 0 #004C53, 1px 1px 0 #004C53;
}
.cont {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
}

.map-image-container {
  position: relative;
  width: 100%;
  max-width: 1848px; /* natural width of your image */
  margin: 0 auto;
  font-size: 0.8vw; /* Scales with viewport width */
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none; /* so links are clickable, not the image */
}

.hotspot {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.letterspot {
  position: absolute;
  z-index: 2;
  text-decoration: none;
  font-weight: bold;
  margin: 0 !important; /* Override global p margin */
  padding: 0;
}

.hotspot:hover {
    transform: translateY(-4px);
    color: #00f5f7;
}

.map-preview {
    cursor: zoom-in;
}

/* Overlay */
.map-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.95);
    overflow: hidden;
}

/* Viewport */
.map-viewport {
    width: 100%;
    height: 100%;
    cursor: grab;
}

/* Full map image */
.map-full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    user-select: none;
    pointer-events: all;
}

/* Drag state */
.map-viewport.dragging {
    cursor: grabbing;
}

/* Close button */
.map-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

a {
    color: #8A5A2B;
	text-decoration: none;
}

a:hover {
    color: #C58B3A;
}
