/* Images align with text bottom by default */
img {
  vertical-align: text-bottom;
}

/* Inline lists */
.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* FIXME: Use SASS to refer to screen size "sm" */
@media (max-width: 575px) {
  .breadcrumb {
    margin-left: 4px;
  }
}

/* Fonts and colors */
body {
  color: white;
  background-color:#006999; /* web-safe #006994: Ar an bhfarraige fíon dearg dorcha. */
  font-size: 24px;
  font-family: serif !important;
}

a:visited {
    color: #CCCCCC !important;
}

a:hover, a:active {
    color: #888888 !important;
}

a {
    color: #CCCCCC !important;
}

/* Sticky footer */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1;
  /* See note in Isolation/README.md */
}

.footer {
  margin-top: 8px;
  padding: 4px;
  background-color: #003555;
}

.footer ul li {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
}

.footer li ~ li ~ li {
  float: right;
}
