/* Navigation bar: move menu to right and logo to left */
body .pull-left {float: left;}
body .pull-right {float: right;}

/* Top bar background color */
.sticky-bar.sidebar-top #jm-sidebar {background-color: #000;}

/* Portraits gallery page - center Masonry gallery */
.dj-masonry {
  margin: 0 auto;
}

/* Image gallery text align to center and size 14px */
.dj-slide-title,
.dj-slide-desc-text {
  text-align: center !important;
}
#pbCaption {
  font-size: 14px;
}
/* Image gallery remove opacity from images NOT hovered */
.dj-galleryGrid .dj-slide {
  opacity: 1 !important;
}

/* H2 to center */
h2 {text-align: center;}

/* slide font-size */
.dj-slide-title {font-size: 14px;}
