.header-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1031;
    width: 100%;
    max-height: 50px;
    background-color: rgba(81, 106, 123);
    color: black;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.15;
    background-image: url("../img/background-header.95d69e8154e1.svg");
}

.inner-container {
    max-width: 1170px;
    height: 50px;
    max-height: 50px;
    background-color: transparent;
    color: black;
    padding: 0px 60px 0px 60px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;

}

.menu {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: left;
    list-style: none outside;
}

.menu-item {
    display: inline-block;
    height: 100%;
    padding: 0 30px 0 30px;
    margin: 0;
    background-color: transparent;
}

.site-link {
    text-decoration: none;
}

.site-link:hover, .site-link:active, .site-link:visited, .site-link:focus {
    text-decoration: none;
}

.site-logos {
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 10px 0 10px 0;
    line-height: 30px;
    color: transparent;
}

.site-logo-sigma {
    width: 200px;
    background-image: url("../img/logo-link-sigma-nris.695a81e28fc1.svg");
    background-position: center;
    color: transparent !important;
}

.site-logo-docs {
    width: 79px;
    background-image: url("../img/logo-link-documentation.0adc15cc2656.svg");
    background-position: left;
    text-transform: uppercase;
}

.site-logo-ncc {
    padding: 10px 30px 10x 30px;
    width: 60px;
    background-image: url("../img/logo-link-ncc.14f35b929ee3.svg");
    background-position: center;
    color: transparent !important;
}

.mas-menu {
    display: flex;
    justify-self: flex-end;
    justify-content: space-between;
    height: 100%;
    padding: 0;
    line-height: 30px;
}

.statuspal-icon-container {
    height: 100%;
    padding: 0;
    margin-right: 0.5em;
}

.mas-login-container {
    height: 100%;
    max-height: 50px;
    padding: 0 10px 0 17px;
    margin: 0;
    background-image: url("../img/universal-header-sign-in.467b26634530.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 28px;
}

.mas-login-container:hover {
    cursor: pointer;
}

.mas-login {
    height: 100%;
    padding: 10px 0 10px 30px;
    color: white;
}

.mas-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    background-color: #1C2A34;
    padding: 8px 16px;
    margin: 0;
    border-bottom-right-radius: 20px;
    list-style-type: none;
    text-align: left;
}

.mas-login-container:hover .mas-dropdown-menu {
    display: block;
}

.mas-link {
    color: white !important;
    text-decoration: none !important;
}

.site-active {
    background-color: rgb(47, 68, 84);
}

/*
--steel: rgb(81, 106, 123)
--dark-steel: rgb(47, 68, 84)
--site-profile-color: rgb(128, 189, 201)
--max-width: 1100px
--border-radius: 20px
*/

/* only visible for screens < 800px */
.expandable-menu-btn {
    width: 30px;
    height: 30px;
    display: none;
    justify-self: flex-end;
    color: white;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: none;
    border: none;
}

@media screen and (max-width: 800px) {
    /* screen is less than 800px */

    .inner-container {
        padding: 0;
    }
    .menu {
      display: none;
    }
    .expandable-menu-btn {
      display: block;
    }
    .mas-login-container {
        position: absolute;
        left: 0;
    }
    .statuspal-icon-container {
        position: absolute;
        right: 30px;
    }
}

@media screen and (min-width: 801px) {
    /* screen is more than 800px */

    .menu {
      display: block !important;
    }
    .menu-expanded {
        display: none !important;
    }
}

.expandable-menu {
    background-color: rgba(81, 106, 123);
    display: none;
}

.menu-expanded {
    display: block;
}
