/* your styles go here */
/* Themed colors */
:root {
  --oldprimary-accent: #467fbf;
  --primary-accent: #002080;
  --navbar-border-top: #294d76;
  --button-border: #336194;
  --oldlink-focus: #2f5a89;
  --link-focus: #000040;
  --form-shadow: rgba(70, 127, 191, 0.6);
  --pagination-bg: #b8cee6;
  --link-hover-bg: #36669c;
  --navbar-focus: #92b3d9;
}

.navbar ul.dropdown-menu li a {
  color: #222222;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

header div.navbar-brand {
  height: auto;
}

header a.navbar-brand {
  height: auto;
}

header a.navbar-brand img {
  max-height: none;
}

.box-image-text .content h3, .box-image-text .content h4,
.navbar ul.nav > li > a,
#heading-breadcrumbs h1,
#blog-listing-big .post h4,
#blog-listing-medium .post h2,
#blog-homepage .post h4 {
  text-transform: none;
  font-family:'Georgia', 'xLiberation xSerif';
  letter-spacing: normal;
}

/* home page spacing override from style-blue.css */
section,
div.section {
  margin-bottom: 10px;
}

#blog-listing-medium .post {
  margin-bottom: 10px;
}

#heading-breadcrumbs {
  margin-bottom: 10px;
}

hr { margin:0 }

