﻿body {
}

#searchDropdownMenu {
    min-width: 500px;
    margin: 5px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}

.navbar-brand img {
    max-height: 50px;
}

.pic-icon {
    width: 40px;
    height: auto;
    margin: 0 5px;
}

.footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
}

    .footer a {
        color: #adb5bd;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }



.footer-contact p {
    margin: 0;
}

.footer-social img {
    width: 36px;
    margin: 0 5px;
}

.footer-bottom {
    font-size: 0.9rem;
    border-top: 1px solid #495057;
    padding-top: 10px;
}

.accesskey-span span {
    display: none;
}


ul#HeadLi li {
    display: inline;
    float: left;
    margin-right: 15px;
}

ul#HeadLi span {
    float: right;
    display: flex;
    align-items: end;
}

ul#HeadLi li a {
    text-align: center;
    line-height: 30px;
    text-align: center;
}

ul#HeadLi {
    list-style: none;
    margin: 0;
    padding: 0;
}