@font-face {
    font-family: LHF_Billhead_1890;
    src: url(../../media/fonts/lhf_billhead_18901.ttf);
}

@font-face {
    font-family: Cruickshank;
    src: url(../../media/fonts/CRUICKSH.TTF);
}

@font-face {
    font-family: CherrySwash-Regular;
    src: url(../../media/fonts/GoogleFonts/Cherry_Swash/CherrySwash-Regular.ttf);
}

@font-face {
    font-family: Italianno-Regular;
    src: url(../../media/fonts/GoogleFonts/Italianno/Italianno-Regular.ttf);
}

@font-face {
    font-family: Rye-Regular;
    src: url(../../media/fonts/Rye-Regular.ttf);
}

@font-face {
    font-family: BLACKCHA;
    src: url(../../media/fonts/BLACKCHA.TTF);
}

body {
    margin: 0;
    padding: 0;
}

tbody {
	counter-reset: myCount; /* Set the counter to 0 */
}

.myCount:before {
    counter-increment: myCount;      /* Increment the counter */
    content: counter(myCount) ". "; /* Display the counter */
		/* Need tbody counter-reset myCount, Set the counter to 0 */
}

button {
    font-family: LHF_Billhead_1890;
    font-size: 30px;
    background-color: rgba(31, 4, 93, 0.9);
    color: wheat;
    border: 0.125rem solid black;
    margin: 1px;
}

button:hover {
    background: rgba(67, 47, 109, 0.8);
    color: white;
}

.button-normal {
    background-color: rgba(31, 4, 93, 0.9);
    color: wheat;
}

.button-active {
    background-color: rgba(15, 3, 41, 0.9);
    color: gold;
}

.gold_button {
    font-family: LHF_Billhead_1890;
    font-size: 30px;
    background: goldenrod;
    color: black;
    border: 0.125rem solid black;
    margin: 1px;
    /*max-height: 2.5rem;*/
}

.gold_button:hover {
    background: gold;
    color: rgb(58, 16, 149);
}

.gold_button-active {
    background-color: black;
    color: gold;
}

.gold_button-active:hover {
    background-color:#373434;
    color: goldenrod;
}

input[type=submit] {
    font-family: LHF_Billhead_1890;
    font-size: 32px;
    background: goldenrod;
    border: 2px solid black;
    margin: 1px;
}

input[type=submit]:hover {
    background: gold;
    color: rgb(58, 16, 149);
}

p{
    padding: 0;
    margin: 0;
}

#holder_index {
    max-width: 100%;
	display: flex;
	flex-wrap: wrap;
    overflow: hidden;
}

#sidebar_index_left {
    font-family: CherrySwash-Regular;
    font-size: 20px;
    width: 18rem;
    left: 0;
    background: url(../../media/img/map_ex.png);
    background-size: cover;
    color: black;
    padding: 10px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow: auto;
}

#sidebar_index_right {
    font-family: CherrySwash-Regular;
    right: 0;
    width: 25rem;
    background: url(../../media/img/hunt_black_background_small.jpg);
    background-size: cover;
    color: whitesmoke;
    padding: 20px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow: auto;
}

.small_map img {
    will-change: transform;
}

.small_map {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.small_map{
    text-align: center; /* Center the text and image horizontally */
    margin: 30px 15px 15px 15px; /* Add some spacing between the image containers */
    transform: scale(1); /* Set the initial scale to 1 (no scaling) to smoothly scale the div back to its original size when the mouse leaves the div area */
    transition: transform 0.5s ease; /* Add a smooth transition effect */
}

.small_map:hover{
    transform: scale(1.1); /* Increase the size by 10% on hover */
}

#index_holder_1 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*width: 100%;*/
    /*max-width: 1200px;*/
    margin: 0 auto;
    background: url(../../media/img/sweet.jpg) top center;
    background-size: cover;
    max-height: 100vh;
    overflow: hidden;
}

#index_holder_1 img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    flex: 1 1 200px; /* grow/shrink, with a base width */
}

#index_holder_2 {
	display: flex;
    justify-content: center;
    flex-grow: 1; /* This makes #just take up the available space */
    overflow: hidden;
    margin-top: 5rem;
}

.text_sidebar {
    font-size: 26px;
    text-align: center; 
    padding:0; 
    margin:0; 
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.bg_header{
    cursor: pointer; 
    border: 0.125rem solid black;
    font-size: 34px;
    text-align: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: goldenrod;
    padding:0.6rem;
    margin: 0.5rem 0 0.5rem 0;
    font-weight: normal;
}

.bg_header:hover{
    background: rgba(67, 47, 109, 0.8);
}

#grow input:checked{color:red;}

#grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    transition: padding .5s;
    height: 0;
    overflow: hidden;
}

.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    z-index: 50;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 19rem;
    background: url(../../media/img/hunt_black_background_small.jpg);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 50;
    top: 90%;
    left: 100%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    border-style: double;
    border-width: 5px;
    border-color: whitesmoke;
    padding: 2px;
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #55555581 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#mobile-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffcc00;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}

#close-button {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    border: 2px solid #333; /* Add border properties here */
    padding: 5px 10px; /* Adjust padding as needed */
    border-radius: 5px; /* Optional: Add border-radius for rounded corners */
    display: inline-block;
}

.header_index{
    cursor: pointer;
    text-align: center;
    font-family: Cruickshank;
}