#head_menu {
  font-size: 12px;
  font-family: 'Open Sans';
  color: #fff;
  background: #3a5295;
  height: 50px;
  display: flex;
  flex-direction: row;
  z-index: 9998;
  position: fixed;
  width: 100%;
}



.menu_buttons {
  margin-left: 20px;
  margin-top: 5px;
  display: flex;  
}

.menu_button {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #efefef;
}

.menu_icon {
  color: #82a3fe;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		