:root {
    --bs-body-bg: #1e1f26;
    --bs-body-color: #e6e6e6;
    --bs-heading-color: #ffd580;
    --bs-nav-link-color: #5bc0eb;
    --bs-body-font-family: "Space Grotesk", var(--bs-font-sans-serif);
    --bs-body-font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", var(--bs-body-font-family);
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

.badge{
    --bs-badge-font-size: 0.85em;
}
.card {
    --bs-card-cap-bg: #403f4c;
}

.badges {
    line-height: calc(var(--bs-body-line-height) * 1.3);
}

.socials {
    font-size: 2rem;
    padding-top: 0.5rem;
}

div#title {
    padding-bottom: 0.15em;
    border-bottom: #ffd580 1px solid;
}

footer {
    border-top: #ffd580 1px solid;
}

.maximize-indicator {
    float: right;
    display: none;
}

#photograph h3 {
    margin-bottom: 0;
}

#photograph:hover .maximize-indicator {
  display: block;
}

.maximized-photo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-body-bg);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.maximized-photo .content {
    border: 1px solid var(--bs-heading-color);
    position: relative;
}

.maximized-photo .content img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
}

.maximized-photo .content h3 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--bs-heading-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.maximized-photo .content .icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: var(--bs-heading-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.maximized-photo .content .text-muted.small {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.maximized-photo .content .socials {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}

.maximized-photo .content .socials a {
    color: var(--bs-heading-color);
    margin-left: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
