.navbar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background:white;
}
.navbar-container{
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.right-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.right-menu:focus {
  outline: none;
}
.funs {
  display: flex;
  align-items: center;
}
.funs-item {
  display: flex;
  align-items: center;
  padding: 40px 20px;
}
.funs-item:hover {
  background: #447596;
  color: white;
}
.funs-item:hover .funs-itemHref{
  color: white;
}
.funs-itemHref{
	text-decoration: none;
	color: #191b28;
}
