body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    color: #000000;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url("/fi/oskari/Style/Background");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
  }
}

#pageheader {
    background-color: #6bad42;
    border-bottom: 4px solid #000000;
    font-family:"Source Sans Pro", Arial, Helvetica, sans-serif;
}
#pageheader .nav-link {
    color: #000;
}

header .navbar-nav .nav-link.active {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000000;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.table thead th {
    border-bottom: 2px solid #458220;
    color: #458220;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #458220;                               
    font-weight: 700;
}