@charset "UTF-8";

:root {
    --primary: var(--bs-primary);
    --shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --text-shadow: 2px 3px 4px rgba(0,0,0,.5);
}

body {
    font-size: 18px;
    background-color: #fff;
    color: #222; }

section { padding: 4rem 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Time New Roman", serif; }
h1, h2 { color: #a6192e; }

a {
    text-decoration: none;
    transition: all .15s ease; }

.bg-light { background-color: #eee !important; }
.btn:focus { box-shadow: none; }
.badge:hover { color: #222;  }
.bg-light { background-color: #f6f6f6; }
address { margin-bottom: 0; }
button:focus:not(:focus-visible) { box-shadow: none; }

.lead {
    font-size: 1.5rem;
    font-weight: 400;}

li { list-style-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='red' class='bi bi-dot' viewBox='0 0 16 16'><path d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/></svg>"); }

.underline {
    margin-bottom: 5px;
    position: relative; }

.underline:hover::after  {
    width: 75%;
    background-color: var(--bs-danger); }

.underline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background-color: var(--bs-danger);
    height: 1px;
    transition: all .15s ease; }

.text-underline:hover { text-decoration: none; }

.and::after {
    font-family: 'Arial';
    content: '&';
    font-size: 80%; }

.img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: var(--shadow); }


/* .top */
.top::before {
    content: "";
    display: block;
    height: 50px;
    margin: -50px 0 0; }
    
.to-top { font-size: 14px; }


/* ******************************************** Content ******************************************** */

.border {
    margin: 1rem 0;
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    box-shadow: var(--shadow); }
    
.icon {
    float: left;
    margin: 1rem 1rem 1.5rem 0; }

.big-letter::first-letter { font-size: 200%; }

.alert {
    margin-top: 1rem;
    margin-bottom: 1.5rem; }


/* Navigation */
.bi-house-fill { margin-top: -4px; }
ul.navbar-nav { margin-left: auto; }
ul.navbar-nav li { list-style: none; }
nav.navbar .container-fluid { align-items: flex-end; }

nav.navbar {
    font-size: 1rem;
    z-index: 1024;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--bs-dark); }

.offcanvas {
    background-color: #222;
    color: #fff; }

.btn-close {
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center/1em auto no-repeat; }

.navbar-brand { 
    color: #fff;
    font-size: calc(1.375rem + 1.5vw);
    margin-bottom: 0; }
    
.subnav-about {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    white-space: nowrap; }

.subnav-about a {  
    margin-left: .25rem;
    padding: .25rem; }



/* Landing */
#landing:not(.page) {
    background-image: url(../images2/landing.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100vh - 56px);
    margin-top: 56px; }
    
#landing a.landing { 
    display: block;
    text-align: center; }

#landing h1 { margin-top: -4rem; }


/* PAGE */
#landing.page { margin-top: 2rem; }
#landing.page h1 { margin-top: 0; }

#landing.gallery-page h1 { font-size: 3rem !important; }

.art-img {
    max-width:  100%;
    height: auto;
    border-radius: 1rem; }

figure { text-align: left; }

figcaption { 
    text-align: left;
    color: #333;
    margin-top: .4rem;
    font-size: 13px;
    font-family: var(--bs-font-monospace); }

#landing.gallery #sub-nav {
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; }

#landing.gallery a img { transition: filter .15s ease; }
#landing.gallery a:hover img { filter:opacity(75%); }

#landing.gallery h2 { 
    padding: 2rem 0 1rem 0;
    background-color: #fff; }

#landing.gallery .sticky-top {
    z-index: 1023;
    top: 59px; }

.artist { 
    margin-bottom: 2rem;
    display: flex; }

.artist div {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }

dt, dd { 
    display: list-item;
    margin-bottom: 0;
    margin-left: 1.5rem;
    list-style-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='red' class='bi bi-dot' viewBox='0 0 16 16'><path d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/></svg>"); }
    
dt { font-weight: normal; }

.biff-sm {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: var(--shadow); }

.resume ul, .awards ul, .collectors ul { padding-left: 1rem; }
.resume, .awards li .collectors li { font-size: 1rem; }



/* Art Links */
.gallery-index {
    padding-bottom: 0;
    height: calc(100vh - 40px);
    display: flex;
    justify-content: center;
    align-items: center; }

.gallery-index h1:not(.original) { margin-top: -2rem; }

.original {
    font-size: 1.5rem;
    color: #000;
    font-family: "Times New Roman", serif;
    margin-top: 1.5rem; }

#art-links { 
    max-height: 900px;
    overflow-y: scroll;
    border-right: solid 1px rgba(0,0,0,.15);
    margin: 5rem 0 0 0; }

#art-links ul { padding-left: 1rem; }
#art-links ul li { list-style: none; }

#art-links .sticky-top {
    padding: 1rem 0 .35rem 0;
    background-color: #fff; }

#art-links h2 { font-size: 1.25rem; }

#art-links li a { 
    padding: .25rem;
    border-radius: .35rem;
    display: block;
    font-size: 14px; }

#art-links li:hover { cursor: pointer; }

#art-links li:hover a:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--bs-primary); }


/* Footer */
footer {
    background-color: #222;
    border-top: solid 1px #000;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #eee; }

footer p { color: inherit !important; }

.footer-links {
    padding: 0 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem; }

.footer-links a {
    font-size: 18px;
    color: #ffffcc;
    margin-left: .5rem; }

.footer-links a:hover { color: #aaa; }

.footer-links a::before {
    margin-right: .5rem;
    content: "|"; }

.footer-links a:first-child::before { content: ""; }
.footer-links:nth-of-type(2) a:before { display: none; }

/* MSWD */
.mswd-links p {
    font-size: 13px !important;
    display: block;
    margin-top: 1rem;
    line-height: 1.25rem;
    text-align: center; }

.mswd-links a {
    transition: all .15s ease;
    text-decoration: underline;
    color: inherit;
    font-size: inherit; }

.mswd-links a:hover {
    opacity: .7;
    text-decoration: none; }


/* ******************************************** REPONSIVE ******************************************** */

@media (min-width: 768px) {
    body { font-family: 'Open Sans', sans-serif; }
}

@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    #landing { 
        margin-bottom: 2rem;
        height: auto; }
        
    #landing h1 { margin-top: 2rem; }
    .navbar-dark .navbar-brand { margin-left: 1rem; }
    .nav-link { white-space: nowrap; }
    .order1 { order: 1; }
    .order2 { order: 2; }
}

@media (max-width: 991px) {
    .original { margin-top: 0; }
    .art-links-wrapper { text-align: center; }
    
    .gallery-index { 
        height: auto;
        padding: 8rem 1rem 2rem 1rem;
        flex-direction: column; }
        
    .gallery-index .d-flex { flex-direction: column; }
    .gallery-index .icon { margin-bottom: 3rem; }
        
    #art-links { 
        overflow: unset;
        margin: 1rem 0 0 0;
        max-height: none; }
}

@media (max-width: 767px) {
    section { padding: 2rem 0; }
    .order1 { order: 1; }
    .order2 { order: 2; }
    .lead { font-size: 18px; }
    .alert { margin-top: 0; }
    .icon { margin: 0; }

    /* Navigation */
    .offcanvas-body {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        border-top: solid 1px #ccc;
        font-size: 20px; }
        
    .nav-link { text-transform: uppercase; }


    /* Landing */
    #landing {
        height: auto;
        align-items: flex-start;
        margin-top: 2rem; }

    #landing h1 { margin-top: 0; }
    #landing.gallery h2 { margin-top: -21px; }

    /* Page */
    .container > .row > .col-12 > .container-fluid { padding: 0; }
    #landing.gallery h2 { padding: 1rem 0 1rem 0; }
    #landing.gallery-page .icon { display: none; }
    .mbl-neg-1 { margin-top: -1rem; }
    



    /* Footer */
    footer p, .footer-links a { font-size: 16px !important; }
}
