/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.body-pad {
    margin: auto;
    width: 65%;
    padding-top: 25px;
}

.img-container {
    height: 300px;
}

@media only screen and (max-width: 1000px) {
    .img-container {
        height: auto;
        padding-top: 25px;
    }
    .body-pad {
        width: 85%;
    }
}

#site-menu {
    box-shadow: 0px 3px 6px #174918;
}

.navbar .active {
    color: #174918;
    text-shadow: 0 0 .6px #174918, 0 0 .6px #174918, 0 0 .6px #174918;
    border-bottom: 2px solid #174918;
}

.navbar ul li a:hover {
    text-decoration: none;
    text-shadow: 0 0 .6px #174918, 0 0 .6px #174918, 0 0 .6px #174918;
}

.container-fluid #full-width-photo {
    padding-right: 0;
    padding-left: 0;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.btn {
    background-color: blue;
    color: white;
}

.padded-list li {
    padding-top: 20px;
}

.footer-links ul {
    list-style:none;
}    
.footer-links li {
    display: inline-block;
    padding-right: 20px;
}

#footer {
    border-top: 1px solid #989595;
    padding-top: 30px;
    padding-right: 10px;
    margin-top: auto;
}

/* Compact pagination styles */
.pagination .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination .page-item {
    margin: 0 0.1rem;
}

.pagination .page-link i {
    font-size: 1rem;
}

/* Reduce vertical spacing between images */
.gallery-image {
    margin-top: 10px; /* Adjust as needed */
    margin-bottom: 10px; /* Adjust as needed */
}
