body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
}
a:link {
    color: #0077b6;
    text-decoration: none !important;
}
a:hover {
    color: #f70;
    text-decoration: none !important;
}
h1 {
    font-size: 2.0em;
    font-weight: 500;
}
h2 {
    font-size: 1.8em;
    font-weight: 500;
}
h3 {
    font-size: 1.4em;
    font-weight: 500;
}
.nav-item {
    letter-spacing: -.5px;;
}
.dropdown-item {
    text-transform: none;
    letter-spacing: normal;
}
.ph-sm {
    font-size: 1.2em;
}
.ph-lg {
    font-size: 1.5em;
}
.ph-2x {
    font-size: 2em;
}
.ph-3x {
    font-size: 3em;
}
.bg-ttv {
    background: #1B4B7A !important;
}
.text-vpt {
    color: #1B4B7A !important;
}
.link-vpt {
    color: #1B4B7A !important;
}
.link-vpt:hover {
    color: #f70 !important;
    text-decoration: none;
}
.btn-vpt {
    background: linear-gradient(to right, #023e8a 0%, #023e8a 50%, #fc0 50%, #fc0 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #000 !important;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    transition: background-position 0.4s ease, color 0.4s ease;
}
.btn-vpt:hover {
    background-position: left;
    color: #fff !important;
    text-decoration: none;
}
.btn-vpt:focus,
.btn-vpt:active {
    background-position: left;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}
.btn-vpt-dark {
    background: linear-gradient(to right, #f70 0%, #f70 50%, #023e8a 50%, #023e8a 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 0.6rem 2rem;
    transition: background-position 0.4s ease, color 0.4s ease;
}
.btn-vpt-dark:hover {
    background-position: left;
    color: #fff;
    text-decoration: none;
}
.btn-vpt-dark:focus,
.btn-vpt-dark:active {
    background-position: left;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}
.nav-link {
    position: relative;
}
.nav-link:hover {
    color: #fc0 !important;
}
.nav-link.active {
    color: #f70 !important;
}
.dropdown-menu {
    background-color: #d3dfe5;
}
.dropdown-item {
    text-transform: none;
    letter-spacing: normal;
    color: #023e8a;
}
.dropdown-item a {
    color: #000;
}
.dropdown-item:hover {
    color: #000;
    background-color: inherit;
}
.dropdown-item.active {
    color: #f70;
    background-color: #d3dfe5;
}
.dropdown-divider {
    border-top-color: #b5c3b8 !important;
}
.border-footer {
    border-top-color: #ccc !important;
}
.border-vpt {
    border-color: #023e8a !important;
}
.border-gray {
    border-color: #ccc !important;
}
.btn-outline-vpt {
    color: #fc0;
    border: 2px solid #fc0;
    background-color: #fff;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-outline-vpt:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff;
    text-decoration: none;
}
.vpt-link {
    color: #000;
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, #fc0 0%, #fc0 100%);
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-top: 4px;
    transition: background-size 0.3s ease;
}
.vpt-link:hover {
    background-size: 100% 100%;
    color: #000;
}
#footer a,
.footer-link a,
.social-links a,
.hover-effect {
    color: #023e8a !important;
}
.social-links a:hover,
.footer-link a:hover
.hover-effect:hover {
    color: #f70 !important;
    text-decoration: none;
}
.hover-effect {
    position: relative;
}
.hover-effect::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    color: #f70 !important;
    background-color: #f70;
    transition: width 0.3s ease;
}
.hover-effect:hover::after {
    width: 100%;
}
.text-yellow {
    color: #d17e38 !important;
}
/* Active Navigation Link */
.navbar-nav .nav-link.nav-active {
    color: #fc0 !important;
}
.dropdown-menu .dropdown-item.nav-active {
    color: #f70 !important;
}
@media (min-width: 992px) {
    .nav-item.border-bottom {
        border-bottom: none !important;
    }
}

/* Sidebar Navigation List Styling */
.sidebar ul.list-unstyled li {
    position: relative;
    padding-left: 12px;
    color: #004d5f;
}

.sidebar ul.list-unstyled li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #6c757d;
    transition: background-color 0.3s ease;
}

.sidebar ul.list-unstyled li:hover::before {
    background-color: #f70;
}

.sidebar ul.list-unstyled li.active::before {
    background-color: #f70;
}

.sidebar ul.list-unstyled li.active a {
    color: #f70;
}

.footer-brand p {
    line-height: 1.6;
}

/* Gallery Thumbnails Column Layout */
#galleryThumbnails,
.gallery-thumbnails-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 8px !important;
}

.gallery-thumbnail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.gallery-thumbnail-image {
    width: 100%;
    border: 2px solid #ddd;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.gallery-thumbnail-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-thumbnail:hover .gallery-thumbnail-image {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}

.gallery-thumbnail:hover .gallery-thumbnail-img {
    transform: scale(1.05);
}

.gallery-thumbnail.active .gallery-thumbnail-image {
    border-color: #0d6efd;
    background-color: #e7f1ff;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.5);
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.1em;
    }
    h4, h5, h6 {
        font-size: 1em;
    }
}

/* Carousel indicators - 8x8px rounded circles - Override Bootstrap */
.carousel-indicators {
    bottom: 10px !important;
}

.carousel-indicators [data-bs-target],
.carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    flex: 0 0 auto !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    margin-right: 4px !important;
    margin-left: 4px !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    background-clip: padding-box !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease;
}

.carousel-indicators [data-bs-target].active,
.carousel-indicators button.active {
    background-color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

.carousel-indicators [data-bs-target]:hover,
.carousel-indicators button:hover {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

/* Custom carousel indicators for posts and prints */
.posts-carousel-indicators .carousel-indicator-btn {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    max-width: 10px !important;
    max-height: 10px !important;
    flex: 0 0 auto !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #6c757d !important;
    opacity: 0.5 !important;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.posts-carousel-indicators .carousel-indicator-btn.active {
    background-color: #6c757d !important;
    opacity: 1 !important;
}

.posts-carousel-indicators .carousel-indicator-btn:hover {
    background-color: #6c757d !important;
    opacity: 0.75 !important;
}