/* /Pages/MainPage.razor.rz.scp.css */
*[b-0bq12qngrr] {
    height: fit-content;
}

.image-content[b-0bq12qngrr] {
    margin: 40px auto 0px;
    height: fit-content;
    width: 1200px;
    padding: 10px;
    flex: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .image-content[b-0bq12qngrr] {
        margin-top: 40px;
        height: fit-content;
        width: 100%;
        padding: 10px;
        flex: 1;
    }
}

.gallery[b-0bq12qngrr] {
    margin: 2px;
}

    .gallery img[b-0bq12qngrr] {
        width: 100%;
    }

.responsive[b-0bq12qngrr] {
    padding: 6px;
    float: left;
    width: 24.99999%
}

@media only screen and (max-width: 960px) {
    .responsive[b-0bq12qngrr] {
        width: 49.99999%;
    }
}

@media only screen and (max-width: 399px) {
    .responsive[b-0bq12qngrr] {
        width: 100%;
    }
}

h2[b-0bq12qngrr] {
    text-align: center;
    color: rgb(140,145,101);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    margin-top: 20px;
}

p[b-0bq12qngrr] {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}

.label-text[b-0bq12qngrr] {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}

.filter-box[b-0bq12qngrr] {
    margin: 0px auto;
    padding: 20px 20px 1px 20px;
    background-color: rgb(140,145,101);
    width: 90%;
    max-width: 600px;
    color: white;
    border-radius: 0.4em;
    box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
}

.form-control[b-0bq12qngrr] {
    margin: 6px;
}

.body-content[b-0bq12qngrr] {
    margin-top: 20px;
    min-height: 320px;
}

.special-content[b-0bq12qngrr] {
    margin: 5px auto;
    height: fit-content;
    flex: 1;
    overflow: hidden;
}

@media only screen and (max-width: 384px) {
    .special-content[b-0bq12qngrr] {
        width: 100%;
    }
}

/* Featured Artists: two large buttons, the artists being the point of the page rather than the pieces. */
.featured-heading[b-0bq12qngrr] {
    text-align: center;
    margin: 1rem 0 1.5rem;
    font-weight: 600;
}

.artist-choice[b-0bq12qngrr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.artist-button[b-0bq12qngrr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 18rem;
    min-height: 9rem;
    max-width: 22rem;
    padding: 1.5rem 2rem;
    border: 2px solid rgb(140,145,101);
    border-radius: 10px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color .15s ease, transform .15s ease;
}

.artist-button:hover[b-0bq12qngrr] {
    background: rgb(140,145,101);
    color: #fff;
    transform: translateY(-2px);
}

.artist-name[b-0bq12qngrr] {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}

.artist-count[b-0bq12qngrr] {
    margin-top: .5rem;
    font-size: .95rem;
    opacity: .75;
}

/* One tap target per row on a phone, where two 18rem buttons would not sit side by side. */
@media only screen and (max-width: 640px) {
    .artist-button[b-0bq12qngrr] { width: 100%; min-width: 0; }
}

.featured-back[b-0bq12qngrr] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .5rem;
}

.featured-current[b-0bq12qngrr] {
    font-weight: 600;
}

.featured-loading[b-0bq12qngrr] {
    text-align: center;
    color: #666;
    margin: 2rem 0;
}

/* A representative piece on each artist button. Fixed height with object-fit: cover so a portrait and a
   landscape canvas still produce two buttons of identical size -- letting the images set the height would
   leave the pair visibly mismatched. */
.artist-image[b-0bq12qngrr] {
    width: 100%;
    height: 11rem;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: .9rem;
    background: #f4f4f4;
}
/* /PFBlazorComponents/Footer.razor.rz.scp.css */
.footer[b-uf0uofs901] {
    background: rgb(140,145,101);
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    flex: 1;
    padding: 40px 20px;
    margin: 0px 0px 0px;
}

.footer-text[b-uf0uofs901] {
    text-align: center;
    color: white;
    font-size: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

    .footer-text a:link[b-uf0uofs901] {
        color: white;
    }

    .footer-text a:hover[b-uf0uofs901] {
        color: rgb(23,39,81);
    }
/* /PFBlazorComponents/Header.razor.rz.scp.css */
.header[b-prva0ujgux] {
    background: rgb(23,39,81);
    width: 100%;
    min-height: 116px;
    padding: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.navbar-toggler[b-prva0ujgux] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-prva0ujgux] {
    align-content: center;
    float: left;
}

.nav-item[b-prva0ujgux] {
    font-size: 1rem;
    padding: 0.5rem;
    margin: 20px;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 100%;
    position: relative;
}

    .nav-item a:link[b-prva0ujgux] {
        color: white;
        align-items: center;
        white-space: pre;
    }

.nav-item a:active[b-prva0ujgux] {
    color: red;
}

.nav-item a:hover[b-prva0ujgux] {
    color: lightgray;
}

/* The 20px margins above space the four items across a horizontal bar. Stacked in the collapsed menu they
   make each row ~96px tall, so the open menu ran nearly 500px down the page and buried the category filter
   behind it. Tighter rows below the breakpoint; the horizontal bar at 992px and up is untouched. */
@media (max-width: 991.98px) {
    .nav-item[b-prva0ujgux] {
        margin: 0;
        padding: 0.75rem 0.5rem;
    }
}

/* Must match the navbar-expand-lg breakpoint in Header.razor. This was 799px, which hid the hamburger and
   forced the nav open on every tablet, where it did not fit -- 176px of it ran off the side of an 8" screen.
   Below 992px the menu collapses and ToggleNavMenu drives it instead. */
@media (min-width: 992px) {
    .navbar-toggler[b-prva0ujgux] {
        display: none;
    }

    .collapse[b-prva0ujgux] {
        /* Never collapse the nav on wide screens, where it fits on one line */
        display: block;
    }
}

.navbar-brandtext-light[b-prva0ujgux] {
    display: flex;
    flex-direction: column;
    margin: 0px 60px 0px 0px;
}

.navbar-brandtext-light img[b-prva0ujgux] {
    width: 200px;
    height: 64px;
}
/* /PFBlazorComponents/ImageWithText.razor.rz.scp.css */
.image-block[b-1y54mmn32m] {
    position: relative;
    margin: 0px 2px 20px 2px;
    height: 380px;
    overflow: hidden;
}

.image-card[b-1y54mmn32m] {
    max-height: 300px;
    margin: 4px;
    /* background-color: rgb(140,145,101); */
    border-radius: 0.4em;
}

.price-display[b-1y54mmn32m] {
    z-index: 2;
    position: absolute;
    padding: 4px;
    margin: 4px;
    top: 8px;
    left: 8px;
    text-align: justify;
    font-size: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: rgb(140,145,101);
    background-color: white;
    border: 1px solid rgb(140,145,101);
    border-radius: 35%;
    height: auto;
}

.retail-price-display[b-1y54mmn32m] {
    z-index: 2;
    position: absolute;
    padding: 4px;
    margin: 4px;
    top: 255px;
    left: 8px;
    text-align: justify;
    font-size: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: rgb(140,145,101);
    background-color: white;
    border: 1px solid rgb(140,145,101);
    border-radius: 35%;
    height: auto;
}

img[b-1y54mmn32m] {
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
    z-index: 0;
    border-radius: 0.4em;
}

.image-block:hover img[b-1y54mmn32m] {
    border: 3px solid rgb(140,145,101);
}

.desc-display[b-1y54mmn32m] {
    z-index: 2;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: justify;
    text-justify: auto;
    max-height: 50%;
    right: 4px;
    bottom: 0px;
    left: 4px;
    padding: 8px;
    overflow: hidden;
    color: black;
}
/* Tagged date, top-right of the image. Same badge language as the price displays but lighter and smaller:
   it is reference information, and should not compete with the price for attention. Absolutely positioned
   because .image-block is a fixed height with overflow hidden. */
.tagged-display[b-1y54mmn32m] {
    z-index: 2;
    position: absolute;
    padding: 2px 6px;
    margin: 4px;
    top: 8px;
    right: 8px;
    font-size: 75%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: rgb(140,145,101);
    background-color: rgba(255,255,255,0.85);
    border: 1px solid rgb(140,145,101);
    border-radius: 0.4em;
    height: auto;
    white-space: nowrap;
}
/* /PFBlazorComponents/MainMenuGallery.razor.rz.scp.css */
.image-content[b-p29g6h29m3] {
    margin: 5px 0px;
    height: fit-content;
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.special-content[b-p29g6h29m3] {
    margin: 5px auto;
    height: fit-content;
    flex: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .image-content[b-p29g6h29m3] {
        width: 100%;
    }
}

@media only screen and (max-width: 384px) {
    .special-content[b-p29g6h29m3] {
        width: 100%;
    }
}

h2[b-p29g6h29m3] {
    text-align: center;
    color: rgb(140,145,101);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

p[b-p29g6h29m3] {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}
/* /PFBlazorComponents/MainMenuIcon.razor.rz.scp.css */
*[b-opmbu5dxfu] {
    height: fit-content;
}

.gallery[b-opmbu5dxfu] {
    margin: 2px;
}

    .gallery img[b-opmbu5dxfu] {
        width: 100%;
        height: auto;
        border-radius: 0.4em;
    }

.responsive[b-opmbu5dxfu] {
    padding: 6px;
    float: left;
    width: 19.99%; /*33.32% for three images across*/ /*24.99% for four images across*/
}

.special-responsive[b-opmbu5dxfu] {
    margin: 5px auto;
    width: 29.99%;
    height: 112px;
}

.button[b-opmbu5dxfu] {
    padding: 6px;
    width: 100%;
    height: 100%;
    background: rgb(140,145,101);
    display: flex;
    border-radius: 0.4em;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button:hover[b-opmbu5dxfu] {
    background: rgb(23,39,81);
}

@media only screen and (max-width: 1164px) {
    .responsive[b-opmbu5dxfu] {
        width: 33.32%;
    }

    .special-responsive[b-opmbu5dxfu] {
        width: 49.99999%;
    }
}

@media only screen and (max-width: 764px) {
    .responsive[b-opmbu5dxfu] {
        width: 49.99999%;
    }

    .special-responsive[b-opmbu5dxfu] {
        width: 74.99999%;
    }
}

@media only screen and (max-width: 399px) {
    .responsive[b-opmbu5dxfu] {
        width: 100%;
    }

    .special-responsive[b-opmbu5dxfu] {
        width: 100%;
    }
}

.containerMMI[b-opmbu5dxfu] {
    position: relative;
    width: 100%;
}

.image[b-opmbu5dxfu] {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle[b-opmbu5dxfu] {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.containerMMI:hover .image[b-opmbu5dxfu] {
    opacity: 0.2;
}

.containerMMI:hover .middle[b-opmbu5dxfu] {
    opacity: 1;
}

.menu-icon-text[b-opmbu5dxfu] {
    position: absolute;
    bottom: 8px;
    left: 12px;
    text-align: left;
    font-size: 150%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 3px rgb(23,39,81);
}

.special-icon-text[b-opmbu5dxfu] {
    margin: auto;
    text-align: center;
    font-size: 150%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 3px rgb(23,39,81);
    text-decoration: none!important;
}

.containerMMI:hover .menu-icon-text[b-opmbu5dxfu] {
    color: rgb(140,145,101);
    text-shadow: 2px 2px 4px #EEEEEE;
}

.button:hover .special-icon-text[b-opmbu5dxfu] {
    color: white;
}
/* /PFBlazorComponents/ModalAlert.razor.rz.scp.css */
.modal-dialog[b-pmqu3rxmte] {
    border: 2px solid rgb(23,39,81);
    border-radius: 0.4em;
    background-color: rgb(23,39,81);
    align-items: center;
    height: auto;
    margin-top: 256px;
}

.button-grid-container[b-pmqu3rxmte] {
    display: grid;
    float: none;
    grid-template-columns: 2fr 3fr 2fr 3fr 1fr;
}

.single-button-grid-container[b-pmqu3rxmte] {
    display: grid;
    float: none;
    grid-template-columns: 4fr 4fr 4fr;
}

.btn[b-pmqu3rxmte] {
    display: block;
    background-color: rgb(140,145,101);
    border: none;
    min-height: 48px;
}

.close[b-pmqu3rxmte] {
    position: absolute;
    right: 12px;
    padding: 1px;
    float: right;
    background-color: white;
    color: rgb(23,39,81);
    border: 2px solid rgb(140,145,101);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.3);
    align-items: start;
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

.modal-body p[b-pmqu3rxmte] {
    text-align: left;
    margin: 12px;
    width: 94%;
    padding: 16px;
}

.modal-logo[b-pmqu3rxmte] {
    align-items: start;
    max-width: 200px;
    max-height: 64px;
    margin: 12px;
    margin-bottom: 24px;
    display: block;
}

    .modal-logo img[b-pmqu3rxmte] {
        width: 200px;
        height: 64px;
    }

.modal-image[b-pmqu3rxmte] {
    /*border: 2px solid rgb(23,39,81);*/
    border-radius: 0.4em;
    margin: 5px 0px;
    box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    align-content: center;
    position: relative;
    min-height: 96px;
}

    .modal-image img[b-pmqu3rxmte] {
        position: relative;
        border-radius: 0.4em;
        width: 100%;
        height: auto;
        z-index: 1;
    }

.button-container[b-pmqu3rxmte] {
    width: auto;
}



.btn:hover[b-pmqu3rxmte] {
    background-color: rgba(23,39,81,0.8);
}
/* /PFBlazorComponents/ModalDialog.razor.rz.scp.css */
.modal-dialog[b-4ng71apa3q] {
	border: 2px solid rgb(23,39,81);
	border-radius: 0.4em;
	background-color: rgb(23,39,81);
	max-width: 600px;
	align-items: start;
	height: auto;
}

.close[b-4ng71apa3q] {
	position: absolute;
	right: 12px;
	padding: 1px;
	float: right;
	background-color: white;
	color: rgb(23,39,81);
	border: 2px solid rgb(140,145,101);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.3);
	align-items: start;
	text-align: center;
	align-content: center;
	vertical-align: middle;
}

.modal-body p[b-4ng71apa3q] {
	text-align: left;
	margin: 12px;
	width: 94%;
}

.modal-logo[b-4ng71apa3q] {
	align-items: start;
	max-width: 200px;
	max-height: 64px;
	margin:12px;
	margin-bottom: 24px;
	display: block;
}

.modal-logo img[b-4ng71apa3q] {
	width: 200px;
	height: 64px;
}

.modal-image[b-4ng71apa3q] {
	/*border: 2px solid rgb(23,39,81);*/
	border-radius: 0.4em;
	margin: 5px 0px;
	box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
	display: block;
	flex-direction:column;
	justify-content:center;
	align-items:start;
	align-content:center;
	position: relative;
	min-height: 96px;
}

.modal-image img[b-4ng71apa3q] {
	position: relative;
	border-radius: 0.4em;
	width: 100%;
	height: auto;
	z-index: 1;
	
}

.loading-text[b-4ng71apa3q] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	color: rgb(23,39,81);
}

strong[b-4ng71apa3q] {
	font-weight: 700;
}

.button-container[b-4ng71apa3q] {
	width: auto;
	height: 60px;
	position: relative;
}

.btn[b-4ng71apa3q] {
	background-color: rgba(23,39,81,1);
	font-family:'Nunito Sans', sans-serif;
	font-weight: 400;
	box-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.3);

	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn:hover[b-4ng71apa3q] {
	background-color: rgba(23,39,81,0.8);
}

.detail-box[b-4ng71apa3q] {
margin: 5px;
padding: 5px;
background-color: rgb(23,39,81);
color: white;
border-radius: 0.4em;
box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
}

.policy-box[b-4ng71apa3q] {
margin: 5px;
padding: 5px;
background-color: rgb(140,145,101);
color: white;
border-radius: 0.4em;
box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
}

.policy-box a:link[b-4ng71apa3q] {
	color:white;
}

.policy-box a:visited[b-4ng71apa3q] {
	color:white;
}

.policy-box a:hover[b-4ng71apa3q] {
	color: rgb(23,39,81);
}

small[b-4ng71apa3q] {
	font-size: smaller;
}

.dropdown[b-4ng71apa3q] {
	background-color: rgb(23,39,81);
	color: white;
	border: 1px solid white;
	width: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: 800;
	align-items: start;
	text-align: center;
	align-content: center;
	vertical-align: middle;
	margin-left: 4px;

}

.additional[b-4ng71apa3q] {
	text-indent: 20px;
}
/* /PFBlazorComponents/TableWidget.razor.rz.scp.css */
.thead-green[b-2eq2xqmbkl] {
    background-color: darkgreen;
    color: white;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vfqv6n61si] {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

header[b-vfqv6n61si] {
    background: rgb(23,39,81);
    height: 116px;
}

main[b-vfqv6n61si] {
    flex: 1;
    
}

.container[b-vfqv6n61si] {
    
}

/*footer {
    background: rgb(140,145,101);
}*/

.sidebar[b-vfqv6n61si] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: rgb(23,39,81);
}

.top-row[b-vfqv6n61si] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vfqv6n61si]  a, .top-row[b-vfqv6n61si]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vfqv6n61si]  a:hover, .top-row[b-vfqv6n61si]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vfqv6n61si]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vfqv6n61si] {
        display: none;
    }

    .top-row.auth[b-vfqv6n61si] {
        justify-content: space-between;
    }

    .top-row[b-vfqv6n61si]  a, .top-row[b-vfqv6n61si]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vfqv6n61si] {
        flex-direction: row;
    }

    .sidebar[b-vfqv6n61si] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vfqv6n61si] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vfqv6n61si]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vfqv6n61si], article[b-vfqv6n61si] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.bg-platte-blue[b-zdz624srh2] {
    opacity: 1;
    background-color: color: rgb(23,39,81);
}


.navbar-toggler[b-zdz624srh2] {
    background-color: rgb(23,39,81);
}
/*
.top-row {
    height: 3.5rem;
    background-color: rgb(23,39,81);
}*/

.navbar-brand[b-zdz624srh2] {
    align-content: center;
}

.oi[b-zdz624srh2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zdz624srh2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zdz624srh2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zdz624srh2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zdz624srh2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zdz624srh2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zdz624srh2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zdz624srh2] {
        display: none;
    }

    .collapse[b-zdz624srh2] {
         /*Never collapse the sidebar for wide screens */
        display: block;
    }
}
