/* Page Design Attributes ------------------------- */

    body 
        { 
            background-image: linear-gradient(#e4e5e6, white);
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
            font-weight: lighter;
            color: #000;
        }

    a:link { color: #657582; }
    a:visited { color: #657582; }
    a:hover { color: #7f93a3; }
    a:active { color: #7f93a3; }

    hr 
        {
           width: 95%;
           color: #657582;
           height: 1px;
           border: 0 none;
           margin-top: 15px;
           margin-bottom: 25px;
           background-color:#637481;
        }



/* Hero Image & Navigation ------------------------ */

    #figure img
        {
            width: 100%;
            height:auto;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: -1;
        }

    .navbar-toggle
        {
            margin-left: 10px;
            float: left;
        }

    .navbar-default 
        {
            background-image: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: white;
            border-color: transparent;
        }

    ul.navbar-nav 
        {
            background-color: white;
            border-color: transparent;
            color: #657582;
        }

    @media (min-width: 768px)
        { .navbar-nav {
            float:none;
            margin:0 auto;
            display:table;
            table-layout: fixed; }
        }



/* Main Content ---------------------------------- */

    div.container
        {
            background: #ffffff;
        }

    #content 
        {
            box-sizing: border-box;
            padding: 10px 3% 10px 3%;
        }

    #content p
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
            font-weight: lighter;
            color: #000;
            line-height: 26px;
            padding-right: 20px;
            padding-left: 20px;
        }

.cherubim
{
  display: block;
  margin-left: auto;
  margin-right: auto;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .youtube
        {
            height: 200px;
            width: 300px;
            margin: 5px;
        }

    #commissions
        {
            border-collapse: collapse;
            border: 1px solid #f0f5f9;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: large;
            font-weight: lighter;
            color: #000;
            margin-bottom: 25px;
        }

	td
	    {
		  text-align: center;
           border: 1px solid #f0f5f9;
	    }

    th
        { 
            text-align: center;
            border: 1px solid #f0f5f9;
        }

    #artist
        { 
            margin-bottom: 30px;
        }

    #artist img 
        {
            float: right;
            padding: 10px;
        }

    #artgallery
        {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 40px;
        }

    #artgallery img
        {
            padding: 5px;
        }

        <!-- Paste in your CSS to avoid layout shift -->
        <style>
        bsky-widget 
        {
          min-height: 400px;
          width: 350px;
        }
        </style>






/* Lightbox Gallery Code --------------------------------- */

    body.lb-disable-scrolling {
      overflow: hidden;
    }

    .lightboxOverlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999;
      background-color: black;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      display: none;
    }

    .lightbox {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 10000;
      text-align: center;
      line-height: 0;
      font-weight: normal;
      outline: none;
    }

    .lightbox .lb-image {
      display: block;
      height: auto;
      max-width: inherit;
      max-height: none;
      border-radius: 3px;

      /* Image border */
      border: 4px solid white;
    }

    .lightbox a img {
      border: none;
    }

    .lb-outerContainer {
      position: relative;
      *zoom: 1;
      width: 250px;
      height: 250px;
      margin: 0 auto;
      border-radius: 4px;

      /* Background color behind image.
         This is visible during transitions. */
      background-color: white;
    }

    .lb-outerContainer:after {
      content: "";
      display: table;
      clear: both;
    }

    .lb-loader {
      position: absolute;
      top: 43%;
      left: 0;
      height: 25%;
      width: 100%;
      text-align: center;
      line-height: 0;
    }

    .lb-cancel {
      display: block;
      width: 32px;
      height: 32px;
      margin: 0 auto;
      background: url(../images/lightbox-loading.png) no-repeat;
    }

    .lb-nav {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10;
    }

    .lb-container > .nav {
      left: 0;
    }

    .lb-nav a {
      outline: none;
      background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
    }

    .lb-prev, .lb-next {
      height: 100%;
      cursor: pointer;
      display: block;
    }

    .lb-nav a.lb-prev {
      width: 34%;
      left: 0;
      float: left;
      background: url(../images/lightbox-previous.png) left 48% no-repeat;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.6s;
      -moz-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s;
    }

    .lb-nav a.lb-prev:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
    }

    .lb-nav a.lb-next {
      width: 64%;
      right: 0;
      float: right;
      background: url(../images/lightbox-next.png) right 48% no-repeat;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.6s;
      -moz-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s;
    }

    .lb-nav a.lb-next:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
    }

    .lb-dataContainer {
      margin: 0 auto;
      padding-top: 5px;
      *zoom: 1;
      width: 100%;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
    }

    .lb-dataContainer:after {
      content: "";
      display: table;
      clear: both;
    }

    .lb-data {
      padding: 0 4px;
      color: #ccc;
    }

    .lb-data .lb-details {
      width: 85%;
      float: left;
      text-align: left;
      line-height: 1.1em;
    }

    .lb-data .lb-caption {
      font-size: 13px;
      font-weight: bold;
      line-height: 1em;
    }

    .lb-data .lb-caption a {
      color: #4ae;
    }

    .lb-data .lb-number {
      display: block;
      clear: left;
      padding-bottom: 1em;
      font-size: 12px;
      color: #999999;
    }

    .lb-data .lb-close {
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      background: url(../images/lightbox-close.png) top right no-repeat;
      text-align: right;
      outline: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s;
    }

    .lb-data .lb-close:hover {
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
    }


/* Contact Form ---------------------------------- */

    .contact-form {
      max-width: 420px;
      margin: 40px auto;
      padding: 20px 24px;
      background: #f5f5f5;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);

      display: flex;
      flex-direction: column;
      gap: 12px;
      font-family: system-ui, sans-serif;
    }

    .contact-form h2 {
      margin: 0 0 10px;
      font-size: 1.4rem;
    }

    .contact-form label {
      font-size: 0.9rem;
      color: #444;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 0.95rem;
      background: #fff;
    }

    .contact-form textarea {
      resize: none; /* auto-expands instead */
      overflow: hidden;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
      outline: none;
      border-color: #888;
    }

    .contact-form button {
      margin-top: 10px;
      padding: 10px;
      border: none;
      border-radius: 6px;
      background: #333;
      color: white;
      font-size: 0.95rem;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .contact-form button:hover {
      background: #555;
    }


/* Footer & Beyond ------------------------------- */

    #footer
        {
            margin-top: 10px;
            padding: 10px;
            text-align: center;
        }


    #bottomlinks
        {
            text-align: center;
            color: #657582;
            margin-top: 25px;
            font-size: x-small;
        }

    #social
        {
            background-color: #ffffff;
            margin-top: 10px;
            padding: 10px;
            text-align: center;
        }


    #copyright 
        {
            color: white;
            font-size: small;
            background-color: #657582;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 100%;
        }