/* FONT STUFFS */
@font-face {
    font-family: 'EB Garamond 08';
    src: url('/fonts/EBGaramond/EBGaramond08-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond 08';
    src: url('/fonts/EBGaramond/EBGaramond08-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'EB Garamond 12';
    src: url('/fonts/EBGaramond/EBGaramond12-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond 12';
    src: url('/fonts/EBGaramond/EBGaramond12-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
::-moz-selection { /* Code for Firefox */
    color: black;
    background: #FF9900;
}
  
::selection {
    color: black;
    background: #FF9900;
}
a::-moz-selection { /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: #FF9900;
}
  
a::selection {
    color: rgb(255, 255, 255);
    background: #FF9900;
}
.menu ul li a.current-page::-moz-selection { /* Code for Firefox */
    color: rgb(0, 0, 0);
    background: #FF9900;
}
  
.menu ul li a.current-page::selection {
    color: rgb(0, 0, 0);
    background: #FF9900;
}

img {
    border: 1px solid #000;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

li {
    font-family: "EB Garamond 08"; /* Specify the font family for the body text */
    font-style: normal;
    font-size: 25px; /* Set the font size */
    line-height: 1.8; /* Set the line height */
    color: #000000; /* Set the text color */
}

body {
    font-family: "EB Garamond 12";
    font-style: normal;
    font-size: 19px;
    line-height: 1.8;
    color: #e9e9e9;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Hide default body scrollbar */
    height: 100vh;
    width: 100vw;
    background-color: #888888;
    
}

.footer {
    z-index: -1000;
    margin: auto;
    border-top: 1px solid #000;
    display: block;
    height: 10px;
    margin-right: -20px;
    margin-left: -10%;
    margin-top: 40px;
}

.outer-container {
    display: flex;
    justify-content: center; /* Center the container horizontally */
    height: 93%;
}

.container {
    display: flex;
    width: 100vw; /* Full viewport width */
    box-sizing: border-box;
}

.menu {
    width: 27%; /* Fixed width for the menu */
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align menu items to the right */
    border-right: 1px solid rgb(0, 0, 0);
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align menu items to the right */
}

.menu ul li {
    margin-bottom: 10px;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
}

.menu ul li a:hover {
    color: #eeddc4;
}

.menu ul li a.current-page {
    color: #FF9900;
}

.menu-top {
    margin: auto;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid rgb(0, 0, 0);
    color: #000;
}

.intro {
    text-decoration: none;
    font-family: "EB Garamond 08"; /* Specify the font family for the body text */
    font-style: normal;
    font-size: 40px; /* Set the font size */
    line-height: 1.8; /* Set the line height */
    color: #000000; /* Set the text color */
    text-align: center;

}

.language-options{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15%;
    height: 42px;
    border-left: 1px solid #000000;
    padding: 20px 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.language-options a{
    text-decoration: none;
    color: #000;
    font-family: "EB Garamond 08"; /* Specify the font family for the body text */
    font-style: normal;
    font-size: 20px; /* Set the font size */
    line-height: 1.8; /* Set the line height */
    color: #000000; /* Set the text color */
    text-align: center;
}

.language-options a:hover {
    color: #eeddc4;
}

.scrollgutter {
    z-index: -1;
    position: fixed;
    top: 83px;
    right: 0px;
    margin: auto;
    width: 10px;
    height: 100%;
    border-left: 1px solid rgb(0, 0, 0);
}

@media (max-width: 600px){
    .language-options{
        margin: auto;
        width: 100%;
        padding: 5px;
        border-left: 0px solid #00000000;
        padding: 20px 0;
        top: 42px;
    }
    .menu-top{
        height: 100px;
    }
    .intro{
        font-size: max(6vw);
    }
    .menu ul li a{
        font-size: max(4vw);
    }
    .menu ul li {
        margin-bottom: 10%;
    }
    .scrollgutter{
        top: 110px;
    }
    
}

.flexible-content {
    flex: 1; /* Takes up remaining space */
    overflow-y: auto; /* Ensure the content scrolls */
    padding: 20px; /* Padding for content */
    box-sizing: border-box;
    min-width: 0; /* Allows content to overflow beyond container width */
}

.merged-content {
    margin-right: 30%;
}




/* width */
::-webkit-scrollbar {
    width: 10px;
    z-index: 10;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #00000000; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #000000; 
    border-radius: 10px;
    width: 8px;
    border: 2px solid #888888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }













/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.95);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 70%;
    max-height: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s ease;
    cursor: -moz-zoom-out; 
    cursor: -webkit-zoom-out; 
    cursor: zoom-out;
}
