﻿
/*.dark-blue-header {
    background-color: darkblue;
    color: white;
}

.custom-nav {
    background-color: darkblue;*/ /* Change this to your desired color */
/*}
.custom-nav .nav-link {
    color: white;*/ /* Change the text color for better contrast */
/*}
.custom-nav .nav-link:hover {
    color: lightblue;*/ /* Optional: Change color on hover */
/*}
.navbar-brand {
    color: cadetblue;*/ /* Change this to your desired color */
    /*font-size: 1.5rem;*/ /* Adjust the font size as needed */
    /*font-weight: bold;*/ /* Make the brand text bold */
/*}
.navbar-brand:hover {
    color: darkblue;*/ /* Optional: Change color on hover */
/*}
.custom-toggler {
    border-color: red;*/ /* Change the border color */
/*}
.custom-nav .navbar-nav {
    background-color: darkcyan;*/ /* Change this to your desired color */
    /*height: 240px;*/ /* Adjust this value to your desired height */
/*}

.custom-nav .nav-item {
    margin-right: 1rem;*/ /* Optional: Adjust spacing between nav items */
/*}

.custom-nav .nav-link {
    color: white;*/ /* Change the text color */
    /*font-weight: bold;*/ /* Optional: Make the nav links bold */
/*}

.custom-nav .nav-link:hover {
    color: lightblue;*/ /* Change color on hover */
/*}*/

/*.custom-header {
    background-color: steelblue !important;
    height: auto;*/ /* Make height adaptive */
    /*padding: 10px 0;*/ /* Adjust padding for spacing */
    /*color: white;
}

.header-firstlogo,
.header-secondlogo {
    height: 80px;*/ /* Adjust height as needed */
    /*margin-right: 10px;*/ /* Space between logos and content */
    /*position: relative;
}

.container-fluid {
    display: flex;
    flex-wrap: wrap;*/ /* Ensure content wraps */
    /*justify-content: space-between;*/ /* Space between elements */
    /*align-items: center;*/ /* Center items vertically */
/*}

.navbar-brand {
    font-size: 24px;*/ /* Adaptive font size */
    /*color: white !important;
    margin: 0;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    margin: 0 10px;
}

.nav-link {
    color: white !important;
    text-decoration: none;
}

    .nav-link:hover {
        text-decoration: underline;
    }

.custom-nav {
    background-color: steelblue !important;
}

#kendo-menu-wrapper {
    width: 100%;
    text-align: center;
}

.login-partial {
    align-self: flex-end;
    margin-top: auto;
    padding: 10px;
    text-align: right;*/ /* Align text to the right */
/*}

    .login-partial a {
        color: white !important;
        padding: 0.5rem;
        text-decoration: none;
    }

.slideshow-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;*/ /* Aligns slideshow to the right */
/*}*/

/* Media queries for responsiveness */
/*@media (max-width: 768px) {
    .header-firstlogo,
    .header-secondlogo {
        height: 60px;*/ /* Adjust for smaller screens */
    /*}

    .navbar-brand {
        font-size: 20px;*/ /* Smaller font size for smaller screens */
    /*}

    .container-fluid {
        flex-direction: column;*/ /* Stack items vertically on small screens */
        /*align-items: center;
    }

    .navbar-collapse {
        justify-content: center;
        width: 100%;
    }

    .login-partial {
        width: 100%;
        text-align: center;*/ /* Center text on smaller screens */
        /*margin-top: 10px;
    }

    .slideshow-container {
        justify-content: center;*/ /* Center slideshow on smaller screens */
    /*}
}*/
