﻿.homeMenu {
    height: 100%;
    width: 100%;
    display: block;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: rgba(249, 154, 43, 1);
    z-index: 1001;
    text-align: center;
    padding-top: 50px;
}

.close-button {
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    font-size: 30px;
    color: black;
}

.login-btn {
    border-radius: 50px;
    border: 2px solid black;
    box-sizing: border-box;
}

.navbar-logo {
    float: left;
    padding: 15px 15px;
}

.navbar-menu-icon {
    float: right;
    padding: 15px 15px;
    cursor: pointer;
    font-size: 18px;
}

.navbar-right-container {
    display: flex;
    align-items: center; /* Center vertically */
    float: right;
}

.navbar-default {
    background-color: white;
    border: 1px solid white;
}

.meau-glyphicon {
    top: 3px;
}

.arrow-down > img {
    width: 40px;
}

.meau-list-unstyled {
    text-align: left;
    font-size: 20px;
}

    .meau-list-unstyled li {
        line-height: 50px;
        height: 50px;
        border-top: 1.5px solid #525050;
        padding-left: 20px;
    }
