/* 
 * Site layout
 */

.banner { /* Static header banner. */
  text-align: center;
  top: 0px;
  position: fixed; /* Keep banner fixed at top of page. */
  height: 52px; /* Height of fixed banner. */
  overflow: hidden;
  width: 100%; /* Span banner across entire page. */
  z-index: 100; /* Raise banner above other page content. */
  background-color: rgba(255,255,255, 0.8); /* Make banner slightly transparent. */
  border-bottom: solid;
  border-bottom-width: 1px;
  border-color: #DBDBDB;
}

.banner img {
  max-height: 32px;
  max-width: 80%;
  margin: 10px;
}

.container {
  margin-top: 62px;
  padding-top: 5%;
  padding-bottom: 10%;
}

.columns {
  overflow: auto;
}

.footer {
  text-align: center;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  width: 100%;
  border-top: solid;
  border-top-width: 1px;
  border-color: rgb(255, 255, 255);
}

.footer > h6, a {
  color: #555;
  margin-bottom: 2px;
  z-index: 75;
}

.footer > h6 > img {
  height: 16px;
}

form {
  margin-bottom: 0;
}

.separated {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #DBDBDB;
}

