@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto/NotoSans-Regular.ttf');
}

.header-title {
  color: white;
  line-height: 60px;
  font-family: 'Noto Sans';
  font-size: 20px;
  text-transform: uppercase;
}

.header-space, .menu {
  height: 70px;
}

.menu
{
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.2);
  z-index: 200;
}

.menu img
{
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 54px;
}

.menu  .navbar-nav > .active > a
{
background-color : #04A3ED;
color: white;
font-weight: bold;
}

.menu  .navbar-nav >  li >  a
{
font-size: 13px;
color: white;
padding: 10px 35px;

}
.menu  .navbar-nav >  li >  a:hover
{
background-color: #04A3ED;
}

.navbar-header > a
{
font-family: 'Ubuntu Condensed', sans-serif;
padding: 0px;
margin: 0px;
text-decoration: none;
color: white;
font-size: 25px;
padding: 5px 30px;
}
.navbar-header > a:hover
{
text-decoration: none;
color: #04A3ED;
}
