.custom-menu {
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.custom-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.random-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.random-brand {
    display: inline-block;
    height: auto;
}

div#navbarText {
    display: flex;
}

.random-toggler {
    border: none;
    outline: none;
    cursor: pointer;
}

.random-toggler-icon {
    background-color: #333;
    width: 20px;
    height: 2px;
    display: block;
}

.random-collapse {

    flex-basis: 100%;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.random-nav {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.random-item {
    margin-right: 5px;
}

.random-link {
    text-decoration: none;
    color: #262c21;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.random-link:hover {
    color: black;
}
