#navbar {
	background-color: #3792df;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1;
    /* padding: 1pt; */
    display: flex;
    width: inherit;
    align-items: center;
}

#nav-home {
    display: inline-flex;
    content: "";
    /* margin: -20px 20px 0 0; */
    background: url(icon/ifers_icon_new_condensed.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 1em;
    width: 64pt;
    height: 46pt;
    align-self: center;
  }
#nav-list {
    align-self:center;
    margin-left: auto;
    margin-right: auto;
	list-style: none;
    list-style-type: none;
    margin-left: auto;
    margin-right: 2em;
	padding: 0;
    display: inline-flex;
}

#nav-list>li {
    list-style: none;
	display: inline-flex;
	margin-left: 0.5em;
	margin-right: 0.5em;
    text-decoration: none;
}

#nav-list>li>a {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight:100;
    color: white;
    text-decoration: none;
}

#nav-list>ul>li>a.current {
    background: black;
  }