@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
  font-family: 'Poppins', sans-serif;
}

h1, h2  {
  margin-top: 10px;
  margin-bottom: 10px;
}

h3, h4 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 200;
}

pre {
  white-space: normal;
}

.oleo {
  font-family: 'Oleo Script Swash Caps', cursive;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.navbar-static-top {
  margin-bottom: 0px;
}

.navbar .navbar-brand {
  font-size: 2em;
}

.navbar-search input {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 240px;
}

.navbar-search button {
  border-radius: 4px;
}

.nav-item div.path {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  font-size: 14pt;
}

.nav-item a.path {
  padding-left: 6px !important;
  padding-right: 6px !important;
  font-size: 14pt;
}

div.avatar-container {
  width:40px;
  height:40px;
  text-align:center;
  overflow:hidden;
  display:inline-block;
}

img.avatar {
  height:auto;
  width:40px;
}

.navbar a.navbar-image {
  margin-left:6px;
  padding-left:6px;
  padding-right:6px;
  padding-top:2px;
  padding-bottom:2px;
  height: 45px;
}

.dropdown-menu li.divider {
  margin: 0px;
  background-color: #EEE;
}

.navbar .dropdown-menu {
  max-height: 600px;
  overflow: auto;
}

.label {
  border-radius: 3px;
}

.badge, .label {
  /*white-space: normal !important;*/
}

div.small-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  /*margin: 1em auto;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 4px;
  /*border: 5px solid #eee;*/
  /*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);*/
}

div.medium-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*margin: 1em auto;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 5px solid #eee;*/
  /*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);*/
}

