/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #F6F6EB;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #F6F6EB;
}

.mobilebutton button{background-color:#337ab8;}
.mobilebuttonbar{background-color:#FFFFFF;}
.navbar-adjustment{margin-bottom:2px;}
#logo {margin-top:10px;}
#logo .slug{margin-left: 5px;line-height:1em;font-size:0.9em;font-style:italic;letter-spacing:1px;}

#navigation-menu{margin-top:10px;}
#navigation-menu a{padding-top:5px;padding-bottom:10px;padding-left:10px;padding-right:10px;line-height:1em;color:#000000;}
#navigation-menu a{color:#000000;}
#navigation-menu a:visited{color:#000000;}
#navigation-menu a:hover{color:#4546f9;}
#navigation-menu .active{background-color:#eeeeee;}
.dropdown-menu {background-color:#F6F6EB;}
.dropdown-menu .active a:visited{background-color:#ebebeb;}

.tiny{font-size:0.8em;}