/* General and Slick settings - Top block */
		.content {
			margin: auto;
			padding: 5px;
			width: 95%;
			max-width:1500px;
			height: 500px;
			max-height: 500px;
		}
		.cloud-content {
			margin: auto;
			padding: 5px;
			width: 95%;
			max-width:1500px;
			height: 600px;
			max-height: 600px;
		}
		.slick-slide img{margin:auto;left:auto;border-radius: 10px;width:100%;max-height: 500px}
		.slick-track { display: flex !important; }
		.slick-props img{  
				max-height: 500px;  
				object-fit: contain;
		}
		.frame { 
			
		}
		body {
			overflow: hidden;
		}
		
        .copy-container {
            cursor: pointer;
            display: inline-block;
            padding: 10px;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            text-align: center;
        }

        .copy-container:hover {
            background-color: #0056b3;
        }
		
		.hiddenText {
            display: none;
        }
		.dadv100 {
			background-color: #b4956f; 
			background-image: url("/images/gold-stamp-small.png"), url("/images/dj-background.jpg"), url('/images/bg-baseV100.jpg');
			background-repeat: no-repeat, no-repeat, repeat-x;
			background-position: top 0 right 10px, top 0 left 0, top;
			background-attachment: fixed;
		}
		
		
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container for the images */
.image-container {
    position: relative;
    display: inline-block;
	text-align: center;
}

/* Main image styling */
.main-image {
    display: block;
    display: inline-block;
	border: 3px solid black;
	border-radius: 15px; 
}

/* Overlay image styling */
.overlay-image {
    position: absolute;
    width: 50px; /* Adjust the size as needed */
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Show the overlay image on hover */
.image-container:hover .overlay-image {
    opacity: 1;
}

/* Overlay link to make the image clickable */
.overlay-link {
    display: block;
    position: absolute;
    width: 50px;  /* Match with the overlay-image size */
    height: 50px; /* Match with the overlay-image size */
}

.overlay-pos-1 {
    bottom: 10px; right: 10px; 
}	

.overlay-pos-2 {
    bottom: 10px; right: 70px; 
}	

.overlay-pos-3 {
    bottom: 10px; right: 130px;
}	

/* Optional: Styling the link if needed */
.overlay-link:hover {
    cursor: pointer;
}

.overlay-image-1 {
    bottom: 00px; right: 00px; 
}	

.overlay-image-2 {
    bottom: 00px; right: 00px; 
}	

.overlay-image-3 {
    bottom: 00px; right: 0px;
}

.overlay-image-1:hover {
    content: url('/images/link-hover.png'); 
}	

.overlay-image-2:hover {
    content: url('/images/thumb-hover.png'); 
}	

.overlay-image-3:hover {
    content: url('/images/thumb-hover.png'); 
}	

.overlay-image-1:active {
    content: url('/images/link-hilite.png'); 
}	

.overlay-image-2:active {
    content: url('/images/thumb-hilite.png'); 
}	

.overlay-image-3:active {
    content: url('/images/thumb-hilite.png'); 
}	

#message-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 1000;
}

#menu-panel {
    position: fixed;
    bottom: 20px;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.65;
    transition: opacity 0.5s ease-in-out;
    z-index: 998;
}

#menu-panel span {
	/* white-space: nowrap; */
}

#menu-panel a {
    color: #E0B873; /* Brighter gold for better contrast */
    text-decoration: none;
    font-weight: bold;
 /*   border-bottom: 2px solid #FFD27F; /* Bright beige/gold underline */
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

/* Hover state */
#menu-panel a:hover {
    color: #FFC966; /* Even brighter gold for hover */
  /*  border-bottom-color: #E0B873; /* Stronger gold for underline */
}

/* Active state */
#menu-panel a:active {
    color: #FFAA33; /* Vibrant orange-gold for active state */
   /* border-bottom-color: #FFAA33; /* Match color with text */
}

/* Visited state */
#menu-panel a:visited {
    color: #D9A76A; /* Warm brownish-gold for visited links */
   /* border-bottom-color: #FFD27F; /* Bright beige/gold underline */
}

#menu-panel a.current {
	font-weight: normal;
	border-bottom: 0px;
}


#menu-panel a.current:hover  {
	font-weight: normal;
	border-bottom: 0px;}

#menu-panel a.current:active {
	font-weight: normal;
	border-bottom: 0px;
}

#menu-panel a.current:visited {
	font-weight: normal;
	border-bottom: 0px;
}


.hiddenBox {
    opacity:0.0;
	display: none;
    pointer-events: none;
}		

.rounded-panel {
	display: inline-block;
	padding: 8px 16px; 
	background-color: #1D160E;
	color: white; 
	font-size: 20px; 
	border-radius: 50px; 
	text-align: center;
	white-space: nowrap;
}

.cloud {
    opacity: 0.5;
    display: inline-block;
    padding: 8px 16px; 
    background-color: white;
    max-width: 50%;
    white-space: wrap;
    font-size: 12px;
    border-radius: 50px;
}

.cloud a {
    color: #1D160E;
    text-decoration: none;
}

.cloud #toggleCloud {
    color: #1D160E;
    text-decoration: none;
}

.cloud #keywordsContent a:first-child {
    margin-right: 5px; /* Adds spacing between << and the keywords */
}

.cloud a:hover {
    color: #1D160E;
    text-decoration: none;
}

.panel-divider {
	border-left:1px solid #b4956f;
	margin-left:15px;
	margin-right:15px;
}

.like-panel {cursor: pointer; }
.copy-url-panel { cursor: pointer; }
.copy-image-panel  { cursor: pointer; }
.word-cloud-panel  { cursor: pointer; }
.reset-filter-panel { cursor: pointer; }
.blah-blah-blah-panel  { cursor: pointer; }