div.body div.container {
    background-image: url('../img/bg_top3.png');
    background-repeat: repeat-x;
}

body {
    background-image: url('../img/bg_top3.png');
    background-repeat: repeat-x;
}

a.brand {
  display: flex;
}

div.logos {
  width:auto;
  display:flex;
  flex-direction: column;
}

div.site-title-container {
  width:auto;
  margin-left: 40px;
  display:flex;
  flex-direction: column;
}

span.site-title {
  font-size: 20px;
}

div.site-description {
  font-style: italic;
}

div.header-search {
  margin-top: 20px;
}

ul.nav-pills > .active > a {
  background-color: #FFBC00;
  color: black;
}

ul.nav-pills > .active > a:hover {
  background-color: #D59D00;
  color: black;
}

ul.nav-pills > li > a:hover {
  background-color: #FFC72A;
}

div.well {

  background-color: #36AEFC;
}

ul.breadcrumb {
  background-color: #FFBC00;
}
