header {
    width: 100%;
}

.beige {
    background-color: #F8F8EE;
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 64px;
    padding-right: 64px;
    height: 96px;
    opacity: 1;
    border-radius: 0;
}

.container-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: 8px 0;
    gap: 0;
    border-radius: 8px;
    opacity: 1;
}

.menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    height: 36px;
    padding: 0 12px;
    gap: 20px;
    border-radius: 4px;
    opacity: 1;
    background-color: #1C312E;
}

.menu-logo-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px;
}

.menu-logo-button,
.menu-logo-button:visited,
.menu-logo-button:hover,
.menu-logo-button:active,
.menu-logo-button:focus {
    color: #F8F8EE;
    text-decoration: none;
}

.menu-logo-button img {
    width: 20px;
    height: 20px;
}

.menu-logo-button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 11px;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    font-family: 'Stack Sans Notch', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: 0;
    text-align: left;
}

.menu-divider-line {
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.25); /* #FFFFFF at 25% opacity */
    border-radius: 0;
    opacity: 1;
}

.menu-container-button {
    width: fit-content;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0;
    color: #F8F8EE;
    text-align: left;
}

.hire-talent-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 36px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 8px;
    opacity: 1;
    background-color: #1C312E;
    color: #ffffff;
    border: 2px solid #2D2D2D;
    box-sizing: border-box;
}

.hire-talent-button-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;               /* Semi Bold */
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: left;
}
