﻿/* Site Title and Description */
.site-title {
    font-size: 24px; /* Adjust as necessary */
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
}

    .site-title a {
        text-decoration: none;
        color: #fff;
    }

.site-description {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.sticky-top {
    opacity: .4;
}

/* Adjust for responsive design */
@media screen and (min-width: 30em) {
    .site-title {
        font-size: 30px;
    }

    .site-description {
        font-size: 14px;
    }
}

@media screen and (min-width: 48em) {
    .site-title {
        font-size: 36px;
    }

    .site-description {
        font-size: 16px;
    }
}