/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    background-color: #f3f4f9 !important;
}

#body-shell {
    margin-bottom: 120px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar .nav-link {
    font-weight: bold;
    color: #2b00bd !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #2b00bd;
}

.btn {
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
}

.bg-tertiary {
    background-color: #e4e4e4 !important;
}

h1, h2, h3, h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    color: #2b00bd;
}

.jumbotron-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
}

.control-label, .form-check-label {
    font-weight: bold;
}

.item-image {
    width: auto;
    max-width: 100%;
    max-height: 110px;
    border-width: 0px;
}

a.item-thumbnail {
    overflow: hidden;
    display: block;
    margin: 6px;
    max-height: 110px;
    width: 148px;
    text-align: center;
    border: 1px solid #ced4da;
    margin-right: 1rem;
}

a.item-thumbnail-mobile {
    overflow: hidden;
    display: block;
    margin-bottom: 6px;
    max-height: 200px;
    width: 100%;
    text-align: center;
    border: 1px solid #ced4da;
    margin-right: 1rem;
}

.item-image-gallery {
    height: 87px;
    overflow: hidden
}

#recentItems a.thumb {
    overflow: hidden;
    display: block;
    height: 130px;
    text-align: center;
    border: 1px solid #ced4da;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#recentItems img.thumb {
    width: auto;
    max-width: 100%;
    border-width: 0px;
    max-height: none !important;
}

#team div img {
}

.flagFileFormDisplay {
    cursor: pointer;
    padding: 0px 4px 0px 4px;
    max-width: 40px;
}

.arrowLeft {
    position: relative;
    background: #e8f2f6;
    border: 1px solid #dcebf1;
    margin-left: 20px;
    padding: .5rem .5rem;
    margin-bottom: 0;
}

    .arrowLeft:after, .arrowLeft:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrowLeft:after {
        border-color: rgba(232, 242, 246, 0);
        border-right-color: #e8f2f6;
        border-width: 20px;
        margin-top: -20px;
    }

    .arrowLeft:before {
        border-color: rgba(220, 235, 241, 0);
        border-right-color: #dcebf1;
        border-width: 21px;
        margin-top: -21px;
    }

.carousel-indicators [data-bs-target] {
    background-color: #2b00bd;
}

#gdpr-text {
    border-right: none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .footer {
        line-height: 60px; /* Vertically center the text there */
    }

    .item-image-gallery {
        height: 65px;
        overflow: hidden
    }

    #gdpr-text {
        border-right: 2px solid #53717d;
    }
}

@media (max-width: 450px) {
    a.navbar-brand img {
        width: 290px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}


.text-overflow-clamp {
    width: 100%;
    /* this code clamps based on specified lines */
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
}
