﻿/*
    0.5rem = 8px, 1rem = 16px, 1.25rem = 20px
*/

body {
    margin: 0;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: none;
    }

.medium {
    font-size: 90%;
    font-weight: 400;
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.brand-logo {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0px 5px 0px 5px;
}

.nav-link {
    display: block;
    padding: 0.2rem .7rem;
}

.page-header-row {
    margin: 0;
    padding: .25rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.PageHeader {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #999ea1;
    border-color: #999ea1;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #343a40;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #343a40;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

.ContentSection {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: .25rem;
}

.imageThumbnail {
    height: 100px;
    width: auto;
    padding: 3px;
}

.imageThumbnailSmall {
    height: 80px;
    width: auto;
    padding: 1px;
}

.filter-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .5rem;
    background: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}