/**
@version 2.0, 31/3/2026 lenasterg, accessibility fixes
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 100px; /* Margin bottom by footer height */
  background: white;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  line-height: 100px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


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

.container {
  width: auto;
  /*max-width: 680px;*/
  /*padding: 0 15px;*/
}

#Header {
    background: url(../../assets/img/header.png) bottom left no-repeat;
    margin-bottom: 0;
    border-bottom: 1px solid black;
    height: 136px;
    font-size: 1em;
    text-align: left;
}

#Title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00517f;
    line-height: 1.8rem;
    margin-bottom: 50px;
    margin-top: 10px;
}

a {color: #1b70cb;}

h1.masthead{font-size: 1.6em; text-align:center; line-height: 1.8em;}
h2 {font-size: 1.4em; text-align:center; line-height:1.6em}
.push {margin-left: 250px}