
:root {
    --sidebar-width: 200px;
    --sidebar-margin-left: 214px;
    --sidebar-margin-right: 212px;
}

@media (max-width: 768px) and (orientation: landscape) {
    :root {
        --sidebar-width: 100px;
        --sidebar-margin-left: 100px;
        --sidebar-margin-right: 100px;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    :root {
        --sidebar-width: 100px;
        --sidebar-margin-left: 110px;
        --sidebar-margin-right: 110px;
    }
}




body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #2c2a30;
    background-image: url('aos/layoutimg/bg.png');
    color: #e0e0e0;
    height: 100%;
    
}

.font-amulet {
    font-family: 'WestAmulet';
    color: #22823b;
    font-size: 28px;
     color: 000; 
     font-family: 'WestAmuletV1';
     line-height: 1;
} 

.container {
    display: flex;
    flex-direction: column; /* Change to column layout to stack items vertically */
    height: 100vh; /* Full viewport height */
    width: 100%;


}

/* General mobile styles
@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
    .container {
        padding: 10px;
        width: 100%;
    }
} */
/* For portrait mode on screens up to 1080px wide */
/* For portrait mode (general mobile) */




/* Landscape mode
@media (max-width: 768px) and (orientation: landscape) {
    .container {
        font-size: 18px;
        padding: 15px;
    }
    .image {
        width: 70%;
    }
}
 */


 .show-sidebar-btn {
    position: fixed;
    top: 10px; /* Stick to the top */
    padding: 11px;
    width: 12px;
    height: 60px;
    background-color: #273539;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100; /* Ensure buttons appear on top of other content */
    display: none; /* Initially hidden */
    font-size: 1px;
    
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);

}

#show-left-sidebar-btn {
    left: 12px; /* Position at top left corner */
    background-image: url('aos/layoutimg/buttonside-left.png');
}

#show-right-sidebar-btn {
    right: 12px; /* Position at top right corner */
    background-image: url('aos/layoutimg/buttonside-right.png');
}




.sidebar-left {
    width: 200px;
    
    background-color: #593d2d;
    padding: 6px;
    text-align: center;
    box-shadow: 6px 0 5px rgba(0,0,0,0.3);
    flex-shrink: 0;
    overflow-y: auto; /* Add vertical scrollbar */
    height: 100vh; /* Make the sidebar full height */
    position: fixed; /* Keep sidebar fixed on the page */
    background-image: url('aos/layoutimg/sidebar.png'); /* Use the image as the background */
    background-size: 100% auto; /* Fit horizontally, maintain aspect ratio */
    background-repeat: repeat-y; /* Repeat the image vertically */
    background-position: top; 
    z-index: 10;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}




.sidebar-right {
width: 200px;

background-color: #593d2d;
color: #bbb; 
padding: 6px;
text-align: right;
box-shadow: -6px 0 5px rgba(0, 0, 0, 0.3); /* Reverse shadow direction */
flex-shrink: 0;
overflow-y: auto;
height: 100vh;
position: fixed;
right: 0; /* Position to the right */
background-image: url('aos/layoutimg/sidebar.png');
background-size: 100% auto;
background-repeat: repeat-y;
background-position: top;
font-size: 13.9px;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); /* Adjust the values as needed */
font-weight: bold;

}
/* 
.sidebar-left-top {
    width: 200px;
    min-width: 200px;
    background-color: #593d2d;
    padding: 6px;
    padding-bottom: 0px;
    text-align: center;
    box-shadow: 6px 0 5px rgba(0,0,0,0.3);
    flex-shrink: 0;
    height: 21%; /
    position: fixed; 
    top: 0; 
    background-image: url('aos/layoutimg/sidebar.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top;
    z-index: 10; 
}

.sidebar-left-bottom {
    width: 200px;
    min-width: 200px;
    background-color: #593d2d;
    padding: 6px;
    text-align: center;
    box-shadow: 6px 0 5px rgba(0,0,0,0.3);
    flex-shrink: 0;
    overflow-y: auto;
    padding-top: 13px;
    height: 76%; 
    position: relative; 
    top: 21%;
    background-image: url('aos/layoutimg/sidebar.png');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top;
    z-index: 9; 
} */
.main-content {
    /*background-color: #2c2a30;
    background-color: yellow;*/

    flex-grow: 1;
    padding-left: 2.4%;
    padding-right: 2.4%;
   
    line-height: 1.5;
    /* font-size: 2px; */

    font-size: clamp(5px, 3vw, 22px);
    margin-left: 214px; /* Adjust for sidebar width */
    margin-right: 212px;
    color: #bbb;
    padding-top: 0px;
    background-image: url('aos/layoutimg/bg.png'); /* Use the image as the background */
    background-size: auto; /* Fit horizontally, maintain aspect ratio */
    background-repeat: repeat; /* Repeat the image vertically */
    background-position: top left; 
    position: relative; /* Set relative positioning to anchor the absolute positioned child */
    overflow-y: auto; /* Allow scrolling */
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); 
    text-align: justify;
    
}
.main-content ul {
    margin-left: -16px;
    margin-right: 7px;
}
.main-content-index {
    background-color: #2c2a30;
   
    line-height: 1.6;
    font-size: 22px;
    padding-left:2%;
    color: #bbb;
   
    background-image: url('aos/layoutimg/bg.png'); /* Use the image as the background */
    background-size: auto; /* Fit horizontally, maintain aspect ratio */
    background-repeat: repeat; /* Repeat the image vertically */
    
  
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); 
}
.main-content-index ul {
    margin-left: -16px;
    margin-right: 7px;
}

.main-content img {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7); /* Apply a drop shadow */
    border-radius: 14px; /* Optional: Add slight rounding to the corners */
}

#alpha-img {
    box-shadow: none; /* Or adjust the shadow to your needs */
}

#imageModal img {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Apply a drop shadow */
    border-radius: 14px; /* Optional: Add slight rounding to the corners */
}



.copyright-bar {
    background-color: #222222;
    color: #aaaa; 
    text-align: center; 
    font-size: 18px; /* Smaller font size */
    margin-right: 200px;
    margin-left: 214px; 
    padding-right: 8px;
    padding-left: 8px;
    
}
h1 {
    color: #c64546;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
    font-size: 27px; 
}

h2 {
    color: #c1623d;
    margin-top: 6px;
    font-size: 18px;
}

h3 { /* image description if mine*/
    color: #f0d7ac;
    margin-top: 6px;
    font-size: 17px;
}

h4 { /* image credit */
    color: #f0d7ac;
    margin-top: 6px;
    font-size: 17px;
    
}

.image-wrapper {
text-align: center; /* Centers the text inside the wrapper */
margin: 20px 0; /* Adds margin around the image wrapper */
}

.media-thumbnail
{
text-align: center; /* Centers the text inside the wrapper */
margin: 20px 0; /* Adds margin around the image wrapper */
height: auto;


display: flex; /* Use flexbox to arrange content vertically */
flex-direction: column; /* Arrange child elements vertically */
align-items: center; /* Center content horizontally */
justify-content: center; /* Center content vertically */
width: 90%;
box-sizing: border-box;
overflow: hidden; /* Prevent overflow */
/* Add drop shadow */
 
}

.media-thumbnail img {
    width: 95%;
   height: auto;
   border-radius: 10px; /* Rounded corners */
   box-shadow: 0 2px 9px rgba(0, 0, 0, 0.7);
}

.image-row
{
text-align: center; /* Centers the text inside the wrapper */
display: inline-block;

}


.image-wrapper img {
    max-width: 60%; /* Ensures the image does not exceed the container's width */
    height: auto; /* Keeps the image's aspect ratio intact */
}



.fluorish {
    margin: 0 auto; 
    display: flex; 
    justify-content: center;
    align-items: stretch;
    padding-bottom: 10px; 
}

.fluorish img {
    max-width: 22%;
    height: auto;
    width: auto;
    min-width: 1px;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.nav-button-footer-left, .nav-button-footer-right {
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
    max-width: 20%;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: clamp(1px, 3vw, 15px);
    padding: 11px ;
    margin: 0 ;
    border: none;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}

.nav-button-footer-left {
    background-image: url('aos/layoutimg/older.png');
    text-align: right;
}

.nav-button-footer-right {
    background-image: url('aos/layoutimg/newer.png');
    text-align: left;
}


/* Active button style */
.active-button {
    background-color: #ffd700; /* Highlight color for the active button */
    color: #ffffff; /* Text color for the active button */
    border: 16px solid #ffcc00; /* Optional border for visual distinction */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 4); /* Optional shadow effect */
    transform: scale(1.02); /* Optional slight scale effect */
}

/* Active state for date and title bars */
.active-button .date-bar {
    background-image: url('aos/layoutimg/button-active.png'); /* New background image for date bar */
}

.active-button .title-bar {
    background-image: url('aos/layoutimg/button-active.png'); /* New background image for title bar */
}

.sidebar-left-button {
display: flex; /* Use flexbox to arrange content vertically */
flex-direction: column; /* Arrange child elements vertically */
align-items: center; /* Center content horizontally */
justify-content: center; /* Center content vertically */
width: 100%;
padding: 0; /* Remove default padding */
margin-bottom: 12px;
background-color: #3a3a3a; /* Background color for the button */
font-size: 17px;
border: none;
border-radius: 5px;
color: #ffffff;
line-height: 1.5;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
box-sizing: border-box;
outline: none;
overflow: hidden; /* Prevent overflow */
/* Add drop shadow */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Adjust shadow parameters */

}


.sidebar-left-button .date-bar {
    width: 100%;
    background-color: #273539; /* Color for the date bar */
    background-image: url('aos/layoutimg/buttont.png');
    background-size: 100% 100%; /* Stretch the image to fit both width and height */
    background-position: center;
    background-repeat: no-repeat; 
    border: none; /* Remove any default button border */
    box-sizing: border-box; /* Include padding and border in the button's size */
    outline: none; /* Remove default outline on focus */
    color: #ffffff; /* Text color */
    text-align: center;
    padding: 5px;
    font-weight: bold;
    
}

.sidebar-left-button .image-bar {
    background-color: #222; /* Background color for image bar */
    height: 94px; /* Set a fixed height for the image bar */
    background-repeat: no-repeat;
    background-size: 100% 100%; /* Stretch the image to fill both width and height */
    background-position: center; /* Center the image */
}




.sidebar-left-button .title-bar {
    width: 100%;
    background-color: #273539; /* Color for the title bar */
  
    background-image: url('aos/layoutimg/buttont.png');
    background-size: 100% 100%; /* Stretch the image to fit both width and height */
    background-position: center;
    background-repeat: no-repeat; 
    border: none; /* Remove any default button border */
    box-sizing: border-box; /* Include padding and border in the button's size */
    outline: none; /* Remove default outline on focus */
    color: #ffffff; /* Text color */
    padding: 6px;

    text-align: center;
    font-size: 17px;
    
}



.indexpage-thumbnail-button
    {
        display: flex; /* Use flexbox to arrange content vertically */
        flex-direction: column; /* Arrange child elements vertically */
        align-items: center; /* Center content horizontally */
        justify-content: center; /* Center content vertically */
        width: 90%;
        height: 100%;
        padding: 0; /* Remove default padding */
        margin-bottom: 12px;
        background-color: #273539; /* Background color for the button */
        font-size: 17px;
        border: none;
        border-radius: 5px;
        color: #ffffff;
        line-height: 1.2;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        box-sizing: border-box;
        outline: none;
        overflow: hidden; /* Prevent overflow */
        /* Add drop shadow */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7); /* Adjust shadow parameters */
    }
    
    .indexpage-thumbnail-button .date-bar {
        width: 100%;
        background-color: #273539; /* Color for the date bar */
        /* background-image: url('aos/layoutimg/button.png'); */
        background-size: 100% 100%; /* Stretch the image to fit both width and height */
        background-position: center;
        background-repeat: no-repeat; 
        border: none; /* Remove any default button border */
        box-sizing: border-box; /* Include padding and border in the button's size */
        outline: none; /* Remove default outline on focus */
        color: #ffffff; /* Text color */
        text-align: center;
        padding: 5px;
        font-weight: bold;
    }
    
    .indexpage-thumbnail-button .image-bar {
        
        background-color: #273539; /* Background color for image bar */
       
        background-repeat: no-repeat;
        
       
    }
    
    .indexpage-thumbnail-button .title-bar {
        width: 100%;
        background-color: #273539; /* Color for the title bar */
        /* background-image: url('aos/layoutimg/button.png'); */
        background-size: 100% 100%; /* Stretch the image to fit both width and height */
        background-position: center;
        background-repeat: no-repeat; 
        border: none; /* Remove any default button border */
        box-sizing: border-box; /* Include padding and border in the button's size */
        outline: none; /* Remove default outline on focus */
        color: #ffffff; /* Text color */
        padding: 6px;
        text-align: center;
        font-size: 17px;
    }


    /* Custom style for navigation buttons */
.nav-button {
    background-color: #273539; /* Background color of the button */
    color: #ffffff; /* Text color */
    align-items: center;
    border: none; /* Remove default border */
    padding: 6px 6px; /* Padding for the button */
    font-size: 17px; /* Font size for the button text */
    border-radius: 2px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    margin: 3px; /* Margin around the button */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
    background-image: url('aos/layoutimg/buttont.png');
    background-size: 100% 100%; /* Stretch the image to fit both width and height */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: center; /* Center the background image */
    border: none; /* Remove any default button border */
    box-sizing: border-box; /* Include padding and border in the button's size */
    outline: none; /* Remove default outline on focus */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Adjust shadow */
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}



.nav-button:hover {
    background-color: #6b86e3; /* Background color on hover */
    color: #ffffff; /* Text color on hover */
}

a:link {
    color: #d63636; /* Example color for unclicked links (gold) */
    text-decoration: none; /* Remove underline if desired */
}
a:visited {
    color: #d63636; /* Example color for clicked links (dark red) */
    text-decoration: none; /* Remove underline if desired */
}
.sidebar-left-button:hover {
    background-color: #4a4a4a;
    color: #ffffff;
}
.back-button {
    display: inline-flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: #273539;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: clamp(4px, 3vw, 15px);
    transition: none;
    background-image: url('aos/layoutimg/buttont.png');
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
    font-weight: bold;
}

#hide-left-back-button {
    background-image: url('aos/layoutimg/older.png');
    text-align: right !important;
    padding-left: 12px;
    width: 100%;
    
}

#hide-right-back-button {
    background-image: url('aos/layoutimg/newer.png');
    text-align: left !important;
    padding-right: 12px;
    width: 100%;
    
}

.back-button:hover {
    background-color: #ffffff;
}
.year-button {
    background: none;
    color: #ccd7fa;
    background-color: #273539;
    
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    background-image: url('aos/layoutimg/buttont.png');
    background-size: 100% 100%; /* Stretch the image to fit both width and height */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: center; /* Center the background image */
    border: none; /* Remove any default button border */
    box-sizing: border-box; /* Include padding and border in the button's size */
    outline: none; /* Remove default outline on focus */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Adjust shadow */
}
.year-button:hover {
    text-decoration: underline;
}
.year-section {
    display: none; /* Hidden by default */
}
.CustomQuote {
    background-color: black;
    color: white;
    text-align: center;
    width: 90%; /* Adjust as needed to fill most of the width of its parent */
    margin: 0 auto; /* Center the div */
    padding: 10px; /* Add some padding */
    border-radius: 5px; /* Optional: Rounded corners */
}

.icon-bar-container {    /* unused for now.*/
    position: absolute; /* Make sure the icon bar is positioned relative to main-content */
    top: 0;
    right: 0; /* Attach it to the right side inside main-content */
    width: 50px;
    z-index: 1000;
}
.fire-animation {
    width: 100%;
    transform: translateY(-50%);
    z-index: 4;
       /* Position it at the bottom of the screen, for example */
    
  }

  .sticky-section {
    position: sticky;
    top: 0; /* Sticks to the top of the sidebar */
    z-index: 20; /* Ensure it stays above other content */
    background-color: #593d2d; /* Match the sidebar background */
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Optional shadow effect */
}


.icon-bar {
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    color: white;
}

.icon {
    padding: 15px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.icon-bar.fixed {
    position: fixed;
    top: 0;
    right: 0; /* Ensure it sticks to the right of the screen */
}
/*  
.icon-bar.expanded {
    position: fixed;
    top: 0;
    right: 0; /* Ensure it sticks to the right of the screen
} */
 



.table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
        }
        th {
            background-color: #f2f2f2;
            text-align: left;
        }
#year-2024 {
display: block; /* Display 2024 section by default */
}


/* Webkit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #290f0f;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #5d2121;
    border-radius: 6px;
    border: 2px solid #2e2e2e;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5d2121;
}

/* Firefox */
body {
    scrollbar-width: thin;
    scrollbar-color: #5d2121 #290f0f;
  
}


.spoiler 
{
    color: #5c75ff;
    cursor: pointer;
    
    font-weight: bold;
}

.hidden {
    display: none;
}

.highlight {
            background-color: #470c63; /* Custom background color */
            color: #bbb; /* Custom text color */
            /* color: #9fbd93; Custom text color */
            padding: 2px;
            padding-left: 6px;
            padding-right: 6px;
            padding-bottom: 5px;
            
            border-radius: 4px;
            box-shadow:   0px 0px 4px #000000, inset 0px 0px 1px #000000; /* Bevel effect */
            display: inline-block;
            font-size: 19px;
            
}
.emph
{
    color: #f0d7ac;
    font-size: 19px;
    
    padding-bottom: 12px;
  
    
}
.secret
{
    color: #acf0bf;
    font-size: 21px;
    border-radius: 8px;
    padding-bottom: 12px;
    background-color: #000; 
    color: #bbb; 
    
    padding: 16px;
}

.update
{
    color: #f0bd65;
    font-size: 22x;
    background-color: #2e3b6b; 
    margin: 14px;
    border-radius: 19px;
    line-height: 1.4;
    padding: 12px;
    box-shadow:   0px 0px 2px #000000,  0px 0px 12px #000000; /* Bevel effect */
    text-align: center;

   
 

    
  
}
.quote {
    background-color: #2f2927; 
    color: #bbb; 
    
    padding: 16px;
    
    border-radius: 8px;
    box-shadow:   0px 0px 2px #000000,  0px 0px 12px #000000; /* Bevel effect */
    display: inline-block;
    font-size: 19px;
    background-image: url('aos/layoutimg/bg_quote.png');
    
    background-repeat: repeat; 
    background-position: center; 
    background-size: auto;
}

.subheader {
    background-color: #2f2927; 
    color: #bbb; 
    
    padding: 8px;
    
    border-radius: 8px;
    box-shadow:   0px 0px 2px #000000,  0px 0px 12px #000000; 
    display: inline-block;
    font-size: 19px;
    background-image: url('aos/layoutimg/gold_subheader.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    background-position: center; 
}
.codecmd {
            background-color: #000; /* Custom background color */
            color: #bbb; /* Custom text color */
            /* color: #9fbd93; Custom text color */
            padding: 10px;
            padding-bottom: 0px;
            border-radius: 2px;
            box-shadow: inset  0px 0px 4px #000000, inset 0px 0px 4px #000000;
            display: inline-block;
            font-size: 19px;
            
            font-family: monospace; /* Optional: Makes text look like code */
}

.codep3 {
    background-color: #111e0c; /* Custom background color */
    color: #de7328; /* Custom text color */
    /* color: #9fbd93; Custom text color */
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 15px;
    box-shadow: inset  0px 0px 4px #000000, inset 0px 0px 4px #000000; /* Bevel effect */
    display: inline-block;
    font-size: 18px;
    
    font-family: monospace; /* Optional: Makes text look like code */
}

.codeblue {
    background-color: #170e15; /* Custom background color */
    color: #6b68e3; /* Custom text color */
    /* color: #9fbd93; Custom text color */
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 15px;
    box-shadow: inset  0px 0px 4px #000000, inset 0px 0px 4px #000000; /* Bevel effect */
    display: inline-block;
    font-size: 18px;
    
    font-family: monospace; /* Optional: Makes text look like code */
}

.video-display {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Ensure this overrides the parent's text-align */
    margin: 20px 0;
    width: 90%;
    height: auto; /* Let the height adjust based on content */
    margin-left: auto; /* Ensure the container itself is centered */
    margin-right: auto; /* Ensure the container itself is centered */
}

.video-display iframe {
    width: 100%; /* Full width of the container */
    height: auto; /* Adjust height automatically */
    max-width: 560px; /* Set a max width for better responsiveness */
    aspect-ratio: 16/9; /* Maintain aspect ratio */
    border-radius: 10px; /* Optional: Add rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}


.qe{
    color: #f3fa73;
    font-weight: bold;
}
.keyword{
    color: #ff7a7a;
    font-weight: bold;
}
.note{
   font-size: 20px;
    font-style: italic;
}
.index-grid-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width:98%;
    
    background-repeat: repeat;

    margin-bottom: 11px;
    background-image: url('aos/layoutimg/index-grid-bar.png');
    box-sizing: border-box; /* Include padding and border in the button's size */
    outline: none; /* Remove default outline on focus */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Adjust shadow */
    
}
.index_view_toggle_button {
    padding: 8px; /* Reduce padding to avoid overflow */
    flex-grow: 1; /* Allow the button to grow to fill available space */
    width: auto; /* Auto width to ensure the button fits its container */
    background-color: #273539; /* Example background color */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: clamp(16px, 3vw, 24px); /* Minimum 16px, responsive at 3vw, maximum 24px */

    margin-right: 10px; /* Space between buttons */
    transition: background-color 0.3s ease;
    background-image: url('aos/layoutimg/index-button.png');
    background-size: 100% 100%; /* Stretch the image to fit both width and height */
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); /* Adjust shadow */
    white-space: nowrap; /* Ensure the text stays on one line */
}


.index_view_toggle_button:hover {
    background-color: #45a049; /* Darker background on hover */
}

/* Modal Styling */
/* Modal Styling */
#imageModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Dark overlay for modal */
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevent scrollbars */
    text-align: center; /* Ensure image stays centered horizontally */
}

/* Center the image in the modal */
#modalImage {
    max-width: 85vw; /* 90% of the viewport width */
    max-height: 85vh; /* 90% of the viewport height */
    width: auto; /* Ensure the width scales proportionally */
    height: auto; /* Ensure the height scales proportionally */
    display: block;
    margin: auto;
}


/* Arrow Buttons Styling */
button.left-arrow, button.right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the buttons */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border: none;
    color: white;
    font-size: 36px;
    padding: 10px;
    cursor: pointer;
    z-index: 10; /* Ensure the buttons appear above the image */
    transition: background-color 0.3s;
}

/* Position the left arrow to the left of the image */
button.left-arrow {
    left: 10px;
}

/* Position the right arrow to the right of the image */
button.right-arrow {
    right: 10px;
}

/* Add hover effects to the buttons */
button.left-arrow:hover, button.right-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Description Styling */
#modalDescription {
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
button.close-modal {
    position: absolute;
    top: 10px; /* Position it near the top */
    right: 10px; /* Position it near the right corner */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border: none;
    color: white;
    font-size: 36px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10; /* Ensure it appears above the image */
    transition: background-color 0.3s;
}

/* Add hover effect for close button */
button.close-modal:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.icon-wrapper {
    
    justify-content: center; /* Centers the icons horizontally */
   
}

/* For landscape mode (general mobile) */
@media (max-width: 900px) and (orientation: landscape) {
      
    .sidebar-left 
    {
        width: 100px;
        
        background-color: #593d2d;
        padding: 6px;
        text-align: center;
        box-shadow: 6px 0 5px rgba(0,0,0,0.3);
        flex-shrink: 0;
        overflow-y: auto; 
        height: 100vh;
        position: fixed;
        background-image: url('aos/layoutimg/sidebar.png');
        background-size: 100% auto; 
        background-repeat: repeat-y; 
        background-position: top; 
        z-index: 10;
    }
    

    .sidebar-right {
        width: 100px;
        
        background-color: #593d2d;
        color: #bbb; 
        padding: 6px;
        text-align: right;
        box-shadow: -6px 0 5px rgba(0, 0, 0, 0.3); /* Reverse shadow direction */
        flex-shrink: 0;
        overflow-y: auto;
        height: 100vh;
        position: fixed;
        right: 0; /* Position to the right */
        background-image: url('aos/layoutimg/sidebar.png');
        background-size: 100% auto;
        background-repeat: repeat-y;
        background-position: top;
        font-size: 13.9px;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); /* Adjust the values as needed */
        font-weight: bold;
        
        }


            
    .main-content {
        /*background-color: #2c2a30;
        background-color: yellow;*/

        flex-grow: 1;
        padding-left: 2.4%;
        padding-right: 2.4%;
    
        line-height: 1.6;
        /* font-size: 22px; */
        margin-left: 100px; /* Adjust for sidebar width */
        margin-right: 100px;
        color: #bbb;
        padding-top: 0px;
        background-image: url('aos/layoutimg/bg.png'); /* Use the image as the background */
        background-size: auto; /* Fit horizontally, maintain aspect ratio */
        background-repeat: repeat; /* Repeat the image vertically */
        background-position: top left; 
        position: relative; /* Set relative positioning to anchor the absolute positioned child */
        overflow-y: auto; /* Allow scrolling */
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); 
    }

    .main-content-index {
        background-color: #2c2a30;
    
        line-height: 1.6;
        font-size: 20px;
        padding-left:2%;
        color: #bbb;
    
        background-image: url('aos/layoutimg/bg.png'); /* Use the image as the background */
        background-size: auto; /* Fit horizontally, maintain aspect ratio */
        background-repeat: repeat; /* Repeat the image vertically */
        
    
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); 
    }
/*         
    .video-display {
        text-align: center;
        margin: 20px 0;
        width: 100%;
        
        height:100%;


    }   
    .video-display iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%; 
        height: 100%; 

    } */
     
    h1 {
       
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 10px;
        font-size: 23px;
    } */
    
    h2 {
      
        margin-top: 6px;
        font-size: 12px;
    }
      
    h3 { /* image description if mine*/
        
        margin-top: 6px;
        font-size: 12px;
    }
        
    .sidebar-left-button .date-bar {
    
        font-size: 11px;
    }

    .sidebar-left-button .title-bar {
        
        font-size: 11px;
    }
    
    .sidebar-left {
     
       
        scrollbar-width: thin;
    }
    

    .sidebar-right {
      
        scrollbar-width: thin;

        
        }
        
    .sidebar-left 
    {
        width: 100px;
        
        scrollbar-width: thin;
    }
    .sidebar-left-button
    {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .sidebar-left-button .date-bar 
    {
        font-size: 9px;
        z-index: 2;
        position: absolute;
        top: 0; /* Align it to the top of the container */
        width: 100%; /* Ensure it spans the width */
        text-align: center;
    }
    
    .sidebar-left-button .image-bar 
    {  
        width: 100%; /* Stretch the image to fill the width */
        height: 100%; /* Stretch the image to fill the height */
        object-fit: cover; /* Ensure the image covers the container without distortion */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1; /* Set lower z-index so it's behind the title and date */
    }
    
    .sidebar-left-button .title-bar 
    {
        font-size: 9px;
        z-index: 2;
        position: absolute;
        bottom: 0; /* Align it to the bottom of the container */
        width: 100%; /* Ensure it spans the width */
        text-align: center;
        /* set the image transparency */
        
        
    }
    .quote
    {
        font-size: clamp(5px, 3vw, 22px);
    }
    .quote
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .secret
    {
        font-size: clamp(3px, 3vw, 22px);
    }

    .update
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .emph
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .highlight
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .codecmd
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .codep3
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .codeblue
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .subheader
    {
        font-size: clamp(5px, 3vw, 22px);
    }
    
.image-wrapper img {
    max-width: 80%; /* Ensures the image does not exceed the container's width */
    height: auto; /* Keeps the image's aspect ratio intact */
}

.show-sidebar-btn {
    width: 12px;

}
}

@media (max-width: 768px) and (orientation: portrait) {
    .nav-button
    {
        font-size: clamp(5px, 3vw, 15px); 
       
    }
    
    .sidebar-left 
    {
        width: 100px;
        
        scrollbar-width: thin;
    }
    .sidebar-left-button
    {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .sidebar-left-button .date-bar 
    {
        font-size: 9px;
        z-index: 2;
        position: absolute;
        top: 0; /* Align it to the top of the container */
        width: 100%; /* Ensure it spans the width */
        text-align: center;
    }
    
    .sidebar-left-button .image-bar 
    {  
        width: 100%; /* Stretch the image to fill the width */
        height: 100%; /* Stretch the image to fill the height */
        object-fit: cover; /* Ensure the image covers the container without distortion */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1; /* Set lower z-index so it's behind the title and date */
    }
    
    .sidebar-left-button .title-bar 
    {
        font-size: 9px;
        z-index: 2;
        position: absolute;
        bottom: 0; /* Align it to the bottom of the container */
        width: 100%; /* Ensure it spans the width */
        text-align: center;
        /* set the image transparency */
        
        
    }

    .sidebar-right {
        width: 100px;
        
        
        font-size: 10px;
        scrollbar-width: thin;

        
    }

    

.indexpage-thumbnail-button
{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.indexpage-thumbnail-button .date-bar {
    font-size: 9px;
        z-index: 2;
        position: absolute;
        top: 0; /* Align it to the top of the container */
        width: 100%; /* Ensure it spans the width */
        text-align: center;
}

.indexpage-thumbnail-button .image-bar {
    width: 100%; /* Stretch the image to fill the width */
    height: 100%; /* Stretch the image to fill the height */
    object-fit: cover; /* Ensure the image covers the container without distortion */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Set lower z-index so it's behind the title and date */
    
   
}

.indexpage-thumbnail-button .title-bar {
    font-size: 9px;
    z-index: 2;
    position: absolute;
    bottom: 0; /* Align it to the bottom of the container */
    width: 100%; /* Ensure it spans the width */
    text-align: center;
    /* set the image transparency */
}   

.indexpage-thumbnail-button a {
    display: block; /* Make the <a> behave like a block element */
    width: 100%; /* Ensure it spans the full width of the parent */
    height: 100%; /* Ensure it spans the full height of the parent */
    text-decoration: none; /* Prevent underlines or any default link styles */
}



.main-content {
        /*background-color: #2c2a30;
        background-color: yellow;*/

        flex-grow: 1;
        padding-left: 2.4%;
        padding-right: 2.4%;
    
        line-height: 1.4;
        font-size: 19px;
        margin-left: 110px; /* Adjust for sidebar width */
        margin-right: 110px;
        color: #bbb;
        padding-top: 0px;
        background-image: url('aos/layoutimg/bg.png'); /* Use the image as the background */
        background-size: auto; /* Fit horizontally, maintain aspect ratio */
        background-repeat: repeat; /* Repeat the image vertically */
        background-position: top left; 
        position: relative; /* Set relative positioning to anchor the absolute positioned child */
        overflow-y: auto; /* Allow scrolling */
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); 
        text-align: justify;
       
        scrollbar-width: thin;

    }






    .quote
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .secret
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .update
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .emph
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .highlight
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .codecmd
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .codep3
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .codeblue
    {
        font-size: clamp(5px, 3vw, 22px);
    }

    .subheader
    {
        font-size: clamp(5px, 3vw, 22px);
    }
    .main-content-index {
        background-color: #2c2a30;
    
        line-height: 1.6;
        /* font-size: 14px; */
        padding-left:2%;
        color: #bbb;
    
        background-image: url('aos/layoutimg/bg.png'); /* Use the image as the background */
        background-size: auto; /* Fit horizontally, maintain aspect ratio */
        background-repeat: repeat; /* Repeat the image vertically */
        
    
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 1); 
        font-size: clamp(14px, 2vw, 20px); /* Adjust values if necessary */

    }
    


    .indexpage-thumbnail-button
    {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .indexpage-thumbnail-button .date-bar {
        font-size: 9px;
            z-index: 2;
            position: absolute;
            top: 0; /* Align it to the top of the container */
            width: 100%; /* Ensure it spans the width */
            text-align: center;
    }
    
    .indexpage-thumbnail-button .image-bar {
        width: 100%; /* Stretch the image to fill the width */
        height: 100%; /* Stretch the image to fill the height */
        object-fit: cover; /* Ensure the image covers the container without distortion */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1; /* Set lower z-index so it's behind the title and date */
        
       
    }
    
    .indexpage-thumbnail-button .title-bar {
        font-size: 9px;
        z-index: 2;
        position: absolute;
        bottom: 0; /* Align it to the bottom of the container */
        width: 100%; /* Ensure it spans the width */
        text-align: center;
        /* set the image transparency */
    }   
    
    .indexpage-thumbnail-button a {
        display: block; /* Make the <a> behave like a block element */
        width: 100%; /* Ensure it spans the full width of the parent */
        height: 100%; /* Ensure it spans the full height of the parent */
        text-decoration: none; /* Prevent underlines or any default link styles */
    }
    
    
/* 
    .video-display {
        text-align: center;
        margin: 20px 0;
        width: 100%;
        height: 10%;
    
    
     }   
    .video-display iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       
    
    } */
    h1 {
        
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 10px;
        font-size: 14px;
    }
    
    h2 {
        
        margin-top: 6px;
        font-size: 12px;
    }
        
    h3 { 
        
        margin-top: 6px;
        font-size: 12px;
    }
        
    #imageModal {
    
        height: 100vh;
      
    }

    .back-button {


        font-size: clamp(5px, 2vw, 15px);
       
    }


    
.image-wrapper img {
    max-width: 80%; /* Ensures the image does not exceed the container's width */
    height: auto; /* Keeps the image's aspect ratio intact */
}

.show-sidebar-btn {
    width: 5px;

}

}