﻿
.mrg-2{
  margin: 2px;
}

.maximg{
  max-width: 222px;
  border: solid 1px #ddd;
  padding: 5px;
}

.maximgThumb {
    width: 222px; /* fix width so it never shrinks */
    height: 148px; /* set your desired max height */
    object-fit: cover; /* fill box; crop overflow */
    border: 1px solid #ddd;
    padding: 5px;
    display: block; /* removes inline-gap quirks */
}

.text-blue{
  color:blue;
}

.text-gray{
  color:#bbb;
}

.pad-lr{
  padding-left: 5px;
  padding-right: 5px;
}

.brdrbtm{
  border: dotted 1px #aaa;
  padding: 11px 0;
}
a.active {
    color: forestgreen!important;
}
.gallery-img {
    max-height: 72vh;
    object-fit: contain;
    background: #000;
    transition: transform .15s ease-out;
    user-select: none;
    touch-action: none;
}

.carousel-indicators [data-bs-target] img {
    display: block;
}

.btn-xxs {
    padding: .1rem .45rem;
    border-radius: 50rem; 
}
.vtext {
    writing-mode: vertical-rl; 
    text-orientation: upright; 
    white-space: pre-wrap; 
    letter-spacing: .05rem; 
}


.vtext {
    text-transform: uppercase;
}