﻿.topnav {
    background-color: #333;
    display: flex;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #f2f2f2;
            color: white;
            display: inline-block;
        }


.dropbtn {
    background-color: #333;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 2px 6px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #7303FC;
}

.nav-right {
    float: right;
}

.body-container {
    display: flex;
    /* Centers items horizontally */
}

.body-left {
    display: block;
    flex: 1 auto; /* Allows columns to grow and shrink proportionally */
    float: left;
    padding: 15px;
    text-align: left;
    margin: 10px 10px 20px 20px; /* Adds spacing between columns */
    background-color: #555; /* Example column background */
    border-radius: 5px;
    box-shadow: 15px 15px 15px #888, 5px 5px 5px #888;
    height: 100%;
    vertical-align: top;
    width: 25%;
    max-width: 250px;
}

.body-center {
    flex: 1 auto;
    float: unset;
    padding: 15px;
    text-align: center;
    margin: 0 10px;
    justify-content: center; /* Centers items horizontally */
    width: 97%;
}

.body-right {
    display: block;
    flex: 1 auto;
    float: right;
    padding: 15px;
    text-align: left;
    margin: 0px 0px 10px 10px;
    background-color: #555;
    border-radius: 5px;
    box-shadow: 15px 15px 15px #888, 5px 5px 5px #888;
    height: 100%;
    vertical-align: top;
    width: 25%;
    max-width: 250px;
}

.footer {
    flex: 1 auto;
    float: none;
    padding: 15px;
    text-align: center;
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 10%;
    vertical-align: bottom;
}

.banner-column h2 {
    color: #333;
    margin-bottom: 10px;
}

.banner-column p {
    color: #666;
    line-height: 1.6;
}

.top-category {
    margin: auto;
    /*display: none;*/
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .body-container {
        flex-direction: column; /* Stacks columns vertically on smaller screens */
        align-items: center; /* Centers columns when stacked */
    }

    .body-left {
        display: none;
        margin: 10px 0; /* Adjust margin for vertical stacking */
        width: 25%; /* Adjust width for better readability on small screens */
    }

    .body-center {
        margin: 10px 0; /* Adjust margin for vertical stacking */
        width: 50%; /* Adjust width for better readability on small screens */
    }

    .body-right {
        display: none;
        margin: 10px 0; /* Adjust margin for vertical stacking */
        width: 25%; /* Adjust width for better readability on small screens */
        /*float: unset;*/
    }

    .top-category {
        display: none;
        margin: auto;
    }

    /*.dropdown {
        float: right;
    }
   .dropbtn {
        float: right;
    }
    .dropdown-content {
        float: right;
    }*/
}

body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #f0f0f0;
    /*background-image: url("content/FirstImage.JPG");*/
}

h1 {
    color: #503;
    /*float: left;*/
}

h2 {
    color: #FFFFFF;
    font-size: 100%;
    margin-bottom: 15px;
    margin: 10px 0;
    text-decoration-line: underline;
    text-decoration-color: #503377;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px; /* Moves the underline 5px below the text */
    text-decoration-skip-ink: none; /* Prevents skipping over descenders */
    /* text-align: center; */
}

h3 {
    color: #FFFFFF;
    font-size: 100%;
    margin: 10px 0;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    text-decoration-line: underline;
    text-decoration-color: #FFFFFF;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px; /* Moves the underline 5px below the text */
    text-decoration-skip-ink: none; /* Prevents skipping over descenders */
    /* text-align: center; */
}

p {
    line-height: 1.5;
}

p2 {
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
}

tch {
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
tcl {
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    font-weight: unset;
    font-size: 12px;
}

.center {
    text-align: left;
}

.index-center {
    display: grid;
    align-content: center;
    text-align: center;
}


.my-video-container {
    box-shadow: 15px 15px 15px #333, 5px 5px 5px #333;
}

.IDate {
    flex: 0 auto;
    padding: 15px;
    float: right;
    vertical-align: top;
}

.LIStatus {
    flex: 1 auto;
    float: right;
    /*padding: 15px;*/
    /*vertical-align: top;*/
}

.FormContainer {
    display: block;
    align-content: center;
    text-align: center;
     margin: 0 auto;
}
.FormContainerVideo {
    display: block;
    /*align-content: center;
    text-align: center;*/
    margin: 0 auto;
}
/* Style the tab */
.tabs-container {
    display: flex; /* Arranges tabs and content side-by-side */
    max-width: 800px;
    margin: 20px auto;
    /* border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.tabs {
    width: 150px; /* Fixed width for the vertical tab navigation */
    background-color: #555;
    padding: 10px 0;
}

.tab-button {
    display: block; /* Makes buttons take full width and stack vertically */
    width: 100%;
    padding: 15px 10px;
    border: none;
    background-color: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .tab-button:hover {
        background-color: #ddd;
    }

    .tab-button.active {
        background-color: #ccc;
        font-weight: bold;
    }

/*.content-container {
    flex-grow: 1;  Allows content to take remaining space 
    padding: 20px;
    background-color: #555;
}*/

.tab-content {
    display: none; /* Hide all content by default */
}

    .tab-content.active {
        display: none; /* Show active content */
    }
