body {
    color: #000;
    font-family: "Syne", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#pageheader {
    background-color: #7DE8BA;
    border-bottom: 5px solid #7DE8BA;
}

#pageheader .logo {
    height: 60px;
}
#pageheader .nav-link {
    color: #fff;
}

#pageheader .dropdown-menu .nav-link {
    color: #000000;
    font-weight: 400;
}

#pageheader .logo {
    display: none;
}

#pageheader span.yhtioNimi:after {
    content: "Ikaalisten-Parkanon Puhelin Oy";
    color: #000;
    font-weight: bold;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #7DE8BA;
    font-family:  "Syne", "Helvetica Neue", "Open Sans", Arial, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #7DE8BA;
    color: #000000;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #7DE8BA;
    font-weight: 700;
}
