
.page-item.active .page-link {
    color: #1e2f27 !important;
    background-color: #c1d7cd !important;
    border-color: #dee2e6 !important;
}

.page-item.disabled .page-link {
    color: #e9e9e4dd;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    color: #3c5d4e !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

    .page-link:hover {
        color: #3c5d4e !important;
        background-color: #c1d7cd !important;
        border-color: #dee2e6 !important;
    }

html {
    font-size: 14px;
    font-family: MavenPro-Medium, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #e9e9e4dd;
}

@font-face {
    font-family: MavenPro-Bold;
    src: url(/font/MavenPro-Bold.ttf);
}

@font-face {
    font-family: MavenPro-Medium;
    src: url(/font/MavenPro-Medium.ttf);
}

@font-face {
    font-family: MavenPro-Regular;
    src: url(/font/MavenPro-Regular.ttf);
}

h5 {
    font-family: MavenPro-Medium;
    color: darkgreen;
}


h4 {
    font-family: MavenPro-Medium;
    color: darkgreen;
}

h3 {
    font-family: MavenPro-Medium;
    color: darkgreen;
}

h2 {
    font-family: MavenPro-Medium;
    color: darkgreen;
}

h1 {
    font-family: MavenPro-Medium;
    color: darkgreen;
}

a.dropdown-item:active {
    color: white;
    background-color: cadetblue;
    border-style: dashed solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
