:host
{
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  z-index: 10;
}

:host::before
{
  content: '';
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  position: absolute;
  z-index: -1;
}

:host::after
{
  content: '';
  background-image: url('bg_home.jpg');
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  position: absolute;
  z-index: -1;
}

div
{
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #FFFFFF;

  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  margin-left: 18px;
  margin-right: 19px;
  margin-top: 10px;
}

div:hover
{
  color: #00D2FF;
}

div:active
{
  color: #0095DE;
}

#logo
{
  display: inline-block;
  height: 55px;
  width: 285px;
  background-image: url('../../assets/img_logo_nav.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 40px;
}

.link
{
  cursor: pointer;
}
