body {
    margin: 0;
    padding: 0;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #333;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    z-index: 1000;
}

.navbar a.active {
    background-color: #333; /* your desired color for active menu item */
    color: #fccb93; /* your desired text color for active menu item */
}


.nav-item {
    color: #9b9b9b;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-item:hover {
    background-color: #333;
}

/* Additional styles when scrolling */
.scrolled {
    background-color: #333 !important;
}




.index-header {
    height: 350px; /* Adjust the height as needed */
}

.index-header .image-container {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.index-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}








.index-section ul {
    list-style: none; /* Remove default bullet points */
    padding: 0; /* Remove default padding */
}

/*.index-section li::before {
    
}*/


.index-body {
    color: #b9822f; /* Text color for index.html */
    font-family: 'Times New Roman', serif, sans-serif; /* Handwriting-style font with a fallback to cursive */
    font-size: 1.5rem; /* Adjust the font size as needed */
    line-height: 1.6; /* Adjust the line height for better readability */
    letter-spacing: 0.02em; /* Add a small letter spacing for clarity */
}


.index-container h1,
.index-section h2 {
    color: #4ec620; /* Coding green color or any other color you prefer */
}


/* Center the main container */
.center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Ensure full height of the viewport */
}

/* Additional styling for the index-container */
.index-container {
    max-width: 800px; /* Adjust the maximum width as needed */
    text-align: center; /* Center-align the text within the container */
    margin: 0 auto; /* Center the container horizontally */
}




/* icons at the bottom*/

.icons-container a.whatsapp-icon {
    color: #1fad53; /* WhatsApp color */
    margin: 0 10px; /* Adjust the margin between icons if needed */
    font-size: 24px; /* Adjust the font size of the icons if needed */
}

.icons-container a.whatsapp-icon:hover {
    color: #50fa5e; /* WhatsApp hover color */
}

.icons-container a.telegram-icon {
    color: #2797b1; /* Telegram color */
    margin: 0 10px; /* Adjust the margin between icons if needed */
    font-size: 24px; /* Adjust the font size of the icons if needed */
}

.icons-container a.telegram-icon:hover {
    color: #12d3ff; /* Telegram hover color */
}

.icons-container a.linkedin-icon {
    color: #0077b5; /* LinkedIn color */
    margin: 0 10px; /* Adjust the margin between icons if needed */
    font-size: 24px; /* Adjust the font size of the icons if needed */
}

.icons-container a.linkedin-icon:hover {
    color: #20a6ff; /* LinkedIn hover color */
}

.icons-container a.website-icon {
    color: #948501;
    margin: 0 10px;
    font-size: 24px;
    visibility: visible; /* Add this line */
    opacity: 1; /* Add this line */
}

.icons-container a.website-icon:hover {
    color: #ffe602;/* Your desired hover color for the website icon */;
}

.icons-container a.youtube-icon{
    color: rgb(187, 1, 1);
    margin: 0 10px;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
}

.icons-container a.youtube-icon:hover {
    color: #ff0000; /* Your desired hover color for the YouTube icon */
}

.lasearch-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lasearch-container a.youtube-icon {
    color: rgb(187, 1, 1);
    margin-left: 10px; /* Add margin to the left of the YouTube icon */
    font-size: 24px;
    visibility: visible;
    opacity: 1;
}

.lasearch-container a.youtube-icon:hover {
    color: #ff0000; /* Your desired hover color for the YouTube icon */
}






/* Resume access*/

#resume-section, .lasearch-container {
    text-align: right;
    padding: 8px;
    display: flex;
    align-items: center;
}

#passwordInput, #searchInput {
    margin-right: 10px;
    background-color: #323d4b;
    border: 1px solid #34648b;
    padding: 8px;
    width: 100px;
    height: 10px;
}


.icons-container {
    margin-right: 10px; /* Add margin to the right of the icons */
    height: auto;
    width: 100%;
    display: flex; /* or adjust display property accordingly */
    align-items: center; /* or adjust alignment */
}

#resume-section button, .lasearch-container button {
    display: inline-block;
    padding: 7px 14px;
    border: none;
    border-radius: 5px;
    background-color: #323d4b;
    color: #3ad33a;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
}

#resume-section button:hover, .lasearch-container button:hover {
    background-color: #214b13;
}


/* la.html page, buttons at top */

