﻿html, body {
    font-family: 'Roboto', sans-serif !important;
}

body {
    font-size: 18px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height:100vh;
}

header, footer {
    background-color: #016670;
    color: #ffffff;
    font-size: 15px;
}

header a, footer a {
    text-decoration: underline;
    color: #ffffff;
}

header a:hover, footer a:hover {
    color: #fce181;
}

.section-menu {
    background-color: #9fedd7;
    font-size: 16px;
}

.section-menu .container {
    background-color: #9fedd7;
}

.section-menu #mainnav {
    background-color: #9fedd7;
}

.section-content ul {
    list-style-type: none;
}

.section-footer {
}

a.page-links, a.page-links:hover {
    color: #016670 !important
}

button.find {
    background-color: #016670 !important;
    color: #ffffff
}

nav .nav-item a.active {
    background-color: #016670;
    color: #ffffff !important;
    border-radius: 0.2rem;
}

nav a.letter-link {
    text-decoration: none;
    color: #016670;
    font-size: 19px;
}

nav ul li {
    line-height: 38px;
}

nav ul li a {
    width: 38px;
    padding: 0px !important;
}

nav a.letter-link:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #016670;
    border-radius: 0.2rem;
}

.mud-selected-item {
    color: #016670 !important;
}

.mud-button-outlined {
    color: #016670 !important;
    border: 1px solid #016670 !important;
}

.mud-button-outlined.mud-button-outlined-primary {
    color: #016670 !important;
    border: 1px solid #016670 !important;
}

#scrollabble .mud-input {
    background-color: #ffffff !important;
    border: 1px medium #016670 !important;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 4px 4px 10px #000000;
}

.mud-input-underline {
    text-decoration: none !important;
    border-bottom: none !important;
}

ul.mud-pagination {
    padding-left: 0px !important;
}

#navmenu {

}

#mainnav .navbar-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 10rem; /* Footer height */
}

main {
    
}

.disclaimer {
    background-color: #9fedd7;
    max-width: 500px;
    margin: auto;
}

ul.page-lists {
    list-style-type: disc;
    margin-bottom: 0;
}

.accordion-item {
    border: 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-button {
    font-weight: bold !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
}

#cookieConsent.alert {
    margin-bottom: 0 !important;
    border: 0 !important;
    padding: 1rem 0rem !important;
}

#cookieConsent.alert-info {
    color: #016670;
    background-color: #9fedd7;
    border-color: #9fedd7;
}

#cookieConsent .cookie-button {
    border-radius: 12px;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#back {
}

#footer {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}