/* ============================================================================
   FOOTER
   ============================================================================
   Site footer, license links, and brand attribution
   ============================================================================ */

/* Footer Container */
footer {
    text-align: center;
    padding: 48px;
    border-top: 1px solid rgba(117, 117, 117, 0.6);
    margin-top: 20px;
}

/* Footer Text */
.footer-text {
    color: rgba(155, 155, 155, 0.726);
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-text a {
    text-decoration: none;
    color: rgba(155, 155, 155, 0.726);
}

.footer-text a:hover {
    background-color: rgb(59, 59, 59);
    border-radius: 10px;
    padding: 8px;
    color: white;
    outline: none;
}

/* License Icons */
footer img {
    height: 22px;
    width: auto;
    vertical-align: middle;
    position: relative;
    margin-bottom: 2.5px;
}

/* Brand Highlight */
.r34per {
    color: #60a5fa;
    font-weight: 600;
}

/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

/* Large devices (laptops/desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    footer {
        margin-left: auto;
        margin-right: auto;
    }
}
