/* autoprefixer grid: autoplace */
/*Layout for Ultimate specific views*/
/*We get the company specific colors from the company specific variables file*/
/*TODO move everything company specific*/
/*COMPANY SPECIFIC FORMATTING*/
/*TODO move this*/
@font-face {
  font-family: Montserrat;
  src: url(../../fonts/Montserrat-Regular.ttf) format("truetype");
}
.navbar {
  background-color: transparent !important;
  border-bottom: none !important;
  background-image: url(../../images/Menu/Ultimate/navbar-background.png);
  height: 50px !important;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > form > li > a {
  color: white;
  font-weight: bold;
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 1.2px;
}

.navbar-brand {
  height: 50px !important;
  width: 185px !important;
  padding: 0px !important;
  /*background: white;*/
  /*box-shadow: 5px 5px 10px rgba(0,0,0,0.16) !important;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.16) !important;
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.16) !important;*/
}