body {
    color: #333;
    font-family: "NordeaSansSmall","Arial","Helvetica Neue","Helvetica",sans-serif;
}
@media (min-width: 768px) {
    body { 
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
  }
  main.container-md {
    width: 900px;
  }
}

#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #2a69af;
}
#pageheader .nav-link {
    color: #000;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

main.container-md {
    background-color: #fff;
}

h1, h2, h3 {
    color:#00005e;
    font-family: "NordeaSansSmall","Arial","Helvetica Neue","Helvetica",sans-serif;
}
a { color: #2a69af }

.table thead th {
    border-bottom: 2px solid #40BFA3;
    color: #00005e;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #40BFA3;
    font-weight: 700;
}

body main.container-md section > p:first-of-type {
    display: none;
}

@font-face {
  font-family: "NordeaSansSmall";
  src: url("/tiedostot/NordeaSansSmall-300.woff2");
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("/tiedostot/NordeaSansLarge-300.woff2");
}