/* JKA of Albany custom CSS */

body { padding-top: 70px; }

.pull-right.img-responsive { margin: 0 0 0 1em }

.pull-left.img-responsive { margin: 0 0 2em 0 }

.vertical-center {
  min-height: 35%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 35vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/*
.navbar-nav {
    width: 100%;
    text-align: center;
    > li {
      float: none;
      display: inline-block;
    }
  }
*/