body {
    /*
    background-color: #cccccc;
    background: linear-gradient(to bottom, #dddddd, #bbbbbb);
    */
    background-color: #88bb66;
    background: linear-gradient(to bottom, #99dd77, #779955);
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
}

#bd {
    padding-top: 5em;
    margin-bottom: 4em;
    background-color: #ffffff;
    border: 1px solid #ffcc00;
    border-radius: 0 0 0.5em 0.5em;
    box-shadow: 0 0 6px #aaa;
}

header, footer, nav, figcaption,
#CookielawBanner {
  font-family: Calibri, Frutiger, Helvetica, Arial, sans-serif;
  /*
  font-size: smaller;
  min-height: 50px;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 60;
  */
}

#main_content, #sidebar {
    padding-bottom: 3em;
}

h3 {
  transform-origin: bottom left;
  transform: rotate(-2deg);
}

.figure h3 {
  transform: rotate(0deg);
}

a {
    color: #006600;
}

a:hover {
    color: #005500;
}

#bd a[rel="gallery"],
#bd a[rel="gallery"]:hover {
  background-color: transparent;
  border-bottom: none;
}

a[rel="gallery"] img {
  box-shadow: 0.25em 0.25em 1em #333;
}

figure.image {
    display: inline-block;
}

/*
.image .caption {
	display: none;
}
*/

.fixed-top {
    border-bottom: 1px solid #ffcc00;
}

.navbar-brand img {
    height: 30px;
    position: relative;
    top: -4px;
}

#main_content img.bottom {
    position: relative;
    bottom: -20px; /* remove padding-bottom of #main_content */
    max-height: 40%;
    max-width: 100%;
}

.dropdown-menu .submenu {
    font-size: 80%;
    color: #aaa;
    padding-left: 0.5em;
}

input#searchphrase {
    width: 10em;
}

button #searchbuttonicon,
button #languagebuttonicon {
    line-height: 0.75;
    top: 4px;
}

nav#breadcrumbs,
nav#childrenslist {
    margin-top: 2em;
}

nav#childrenslist {
    border: 1px solid #ffcc00;
    border-radius: 5px;
    width: 50%;
    float: left;
}

img#childrensleaves {
    width: 45%;
    float: right;
    position: relative;
    right: -16px;
    bottom: -10px;
}

nav#childrenslist .nav > li > a,
ul.breadcrumb {
    padding: 0.5em 1em;
}
