/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/




body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
html, body {
  height: 100%;
}
/* img {
  margin-bottom: 2em;
} */

/* article {
  margin-bottom: 1em;
} */

#nav_logo, #foot_logo {

  height: 42px;

}
.dropdown-menu  {
  left: 25em!important;
  margin-right: 2px!important;
}

.content {
  position: relative;
  z-index: -1;
  background-color: #ffffff;
  width: 100%;
  padding: 2em;
}

h5 {
    margin-top: .25em;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration:none;
}








