@font-face {
    font-family: 'ZmeianType';
    src: url('https://fygoon.com/Fonts/POORICH.ttf') format('truetype');
}

@font-face {
    font-family: 'ZmeianScript';
    src: url('https://fygoon.com/Fonts/Zmeian-Regular.ttf') format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    font-family: 'ZmeianType', sans-serif;
}

.background {
    background-image: url('https://fygoon.com/Images/StonesBG.png');
    background-repeat: repeat;
    background-attachment: scroll;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-bar {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #333;
}

.nav-bar button {
    flex: 1;
    padding: 10px;
    background-color: #585350;
    background-image: url('https://fygoon.com/Images/StonesTwoGray.png');
    background-repeat: repeat;
    color: #22211F;
    border: none;
    cursor: pointer;
    font-family: 'ZmeianType', sans-serif;
    font-size: 1.5vw;
    /*text-shadow: 0 0 3px #22211F, 0 0 5px #22211F;*/
    font-weight: 700;
    position: relative;
}

.nav-bar button:hover {
    color: #ffff20;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
}

.title-bar-button {
    position: relative;
}

.title-bar-button img.default-image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*-webkit-filter: drop-shadow(0px 0px 3px #22211F);*/
    /*filter: drop-shadow(0px 0px 5px #22211F);*/
}

.title-bar-button img.hover-image {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 3px #FFD400);
    filter: drop-shadow(0px 0px 5px #FFD400);
}

.title-bar-button:hover img.default-image {
    display: none;
}

.title-bar-button:hover img.hover-image {
    display: block;
}

.foreground-container {
    flex: 1;
    width: 80%;
    margin: 0 auto;
    background: url('https://fygoon.com/Images/Parchment.png') repeat;
    padding: 20px;
    font-family: 'ZmeianType', sans-serif;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-content {
    width: 60%;
}

.image-container {
    width: 35%;
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);
}

.foreground-container h1, .foreground-container h2, .foreground-container p, .foreground-container ul {
    color: black;
    font-family: 'ZmeianType', sans-serif;
}

footer {
    background-image: url('https://fygoon.com/Images/StonesTwoGray.png');
    color: #22211F;
    text-align: center;
    padding: 10px;
    font-family: 'ZmeianType', sans-serif;
    margin-top: auto;
    font-size: 1.5vw;
    /*text-shadow: 0 0 3px #22211F, 0 0 5px #22211F;*/
    font-weight: 700;
}

.two-container {
    width: 50%;
    text-align: center;
    font-weight: 700;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);
    cursor: pointer;
    color: #FFD400;
}

.two-container img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.two-container:hover {
    width: 50%;
    text-align: center;
    font-weight: 700;
    color: #FFD400;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
    -webkit-filter: drop-shadow(0px 0px 5px #FFD400);
    filter: drop-shadow(0px 0px 8px #FFD400);
}

.two-container:hover p {
    font-weight: 700;
  	color: #ffff20;
}

.center-title {
    text-align: center;
}

.four-container {
    width: 25%;
    text-align: center;
    font-weight: 700;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);
    cursor: pointer;
    color: #FFD400;
}

.four-container img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.four-container:hover {
    width: 25%;
    text-align: center;
    font-weight: 700;
    color: #FFD400;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
    -webkit-filter: drop-shadow(0px 0px 5px #FFD400);
    filter: drop-shadow(0px 0px 8px #FFD400);
}

.four-container img:hover {
    max-width: 100%;
    height: auto;
    color: #FFD400;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
}

.four-container:hover p {
    font-weight: 700;
  	color: #ffff20;
}


.four-container-art {
    width: 25%;
    text-align: center;
    font-weight: 700;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);
    cursor: pointer;
    color: #FFD400;
}

.four-container-art img {
  	display: flex;
  	justify-content: center;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.four-container-art:hover {
    width: 25%;
    text-align: center;
    font-weight: 700;
    color: #FFD400;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
    -webkit-filter: drop-shadow(0px 0px 5px #FFD400);
    filter: drop-shadow(0px 0px 8px #FFD400);
}

.four-container-art img:hover {
    max-width: 100%;
    height: auto;
    color: #FFD400;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
}

.return-button p {
    font-weight: 700;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);
    cursor: pointer;
    color: #22211F;
}

.return-button p:hover {
    font-weight: 700;
  	color: #ffff20;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
    -webkit-filter: drop-shadow(0px 0px 5px #FFD400);
    filter: drop-shadow(0px 0px 8px #FFD400);
}

.center-content {
  	margin: auto;
  	width: 50%;
    text-align: center;
    font-weight: 700;
    /*-webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);*/
    color: #22211F;
}

.center-content img {
    max-width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);
}

.center-content-map {
  	margin: auto;
  	width: 50%;
    text-align: center;
    font-weight: 700;
    /*-webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);*/
    color: #22211F;
}

.center-content-map img {
    max-width: 100%;
    height: auto;
}


#map-label {
	font-weight: 700;
    /*-webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 8px #000000);*/
    color: #22211F;
    font-family: 'ZmeianType', sans-serif;
}

#map-label.active {
	font-weight: 700;
  	color: #ffff20;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
    -webkit-filter: drop-shadow(0px 0px 5px #FFD400);
    filter: drop-shadow(0px 0px 8px #FFD400);
}

.map-container {
    position: relative; /* Needed to allow absolute positioning of children */
    width: fit-content;
}

.map {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    display: none;
    z-index: 2; /* Ensure it's on top of the base map */
    pointer-events: none; /* Optional: ensures the overlay doesn't block map clicks */
  	-webkit-filter: drop-shadow(0px 0px 9px #FFD400);
    filter: drop-shadow(0px 0px 12px #FFD400);
}

.zmeian {
    color: black;
    font-family: 'ZmeianScript', sans-serif;
}

.list-button p {
  	line-height: 5px;
    font-weight: 700;
    cursor: pointer;
    color: #22211F;
}

.list-button p:hover {
    /*font-weight: 700;*/
  	color: #ffff20;
    text-shadow: 0 0 3px #FFD400, 0 0 5px #FFD400;
    -webkit-filter: drop-shadow(0px 0px 5px #FFD400);
    filter: drop-shadow(0px 0px 8px #FFD400);
}

.button-list {
  list-style: none;
  padding: 0;
}


.region-container {
    position: relative; /* Needed to allow absolute positioning of children */
    width: 35%;
    text-align: center;
}

.region-map {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    display: none;
    z-index: 2; /* Ensure it's on top of the base map */
    pointer-events: none; /* Optional: ensures the overlay doesn't block map clicks */
  	-webkit-filter: drop-shadow(0px 0px 9px #FFD400);
    filter: drop-shadow(0px 0px 12px #FFD400);
}

