/*hide skip to content link, taken from W3 Schools Accessibility tutorial */
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}


/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */

body > .container {
font-family: 'Atkinson Hyperlegible', sans-serif;
  padding: 60px 15px 0;
}
	.darkBG {
background-color: #9da3a5;/* Dark grey greyish blue, Main color:  */
color: #faf9fa; /* Selago- white, light greyish magenta, light accent */
}
	.lightBG {
background-color: #faf9fa; /* Selago- white, light greyish magenta, light accent */
color: #274796;/* Medium  darker blue Dark accent */
}
	a.hover {
  text-decoration: underline;
text-decoration-color: #fa8600;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
font-family: 'Atkinson Hyperlegible', sans-serif !important;
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/** apply Hyper ledgible font */
html, .container, body, p {
font-family: 'Atkinson Hyperlegible', sans-serif !important;
}