@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&family=Work+Sans&display=swap");

body {
    font-family: "Work Sans", sans-serif
}

h1, h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700
}

header.masthead {
    padding-bottom: 6rem;
    padding-top: calc(6rem + 72px)
}

header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem
}

header.masthead h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 1.3rem
}

hr {
    background-color: currentColor;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1
}

hr.star-light {
    border: none;
    border-top: solid 0.25rem;
    max-width: 15rem;
    margin-top: 2.5rem;
    padding: 0;
    text-align: center
}

hr.star-light {
    border-color: #fff
}

img.profile {
    border-color: var(--bs-red) !important;
    border-style: outset !important
}

section {
    padding: 6rem 0
}

section h2 {
    font-size: 2.25rem;
    line-height: 2rem
}

#footer-link-email, #footer-link-list {
    font-family: "Ubuntu", sans-serif !important;
    font-size: calc(1.275rem + 0.3vw) !important;
    font-weight: 700;
    line-height: 1.2 !important;
    margin-top: 0
}

.active {
    background-color: #ab8866 !important;
    color: #f5f5f5 !important
}

.bg-primary {
    background-color: #755a5a !important
}

.bg-secondary {
    background-color: #2c3e50 !important
}

.copyright-link {
    text-decoration: none;
    color: #fff !important
}

.footer {
    background-color: #2c3e50 !important;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem
}

.scroll-to-top a {
    background-color: #212529;
    height: 3.5rem;
    line-height: 3.1rem;
    width: 3.5rem
}

#about {
    background-color: #5a5657 !important
}

#mainNav {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-top: 1rem
}

#mainNav .navbar-brand {
    color: #fff
}

#mainNav .navbar-nav {
    letter-spacing: 0.0625rem;
    margin-top: 1rem
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff
}

@media (min-width: 992px) {
    header.masthead {
        padding-bottom: 6rem;
        padding-top: calc(6rem + 106px)
    }

    header.masthead h1 {
        font-size: 4.75em;
        line-height: 4rem
    }

    header.masthead h2 {
        font-size: 1.75em
    }

    section h2 {
        font-size: 3rem;
        line-height: 2.5rem
    }

    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        transition: padding-top 0.3s, padding-bottom 0.3s
    }

    #mainNav .navbar-brand {
        font-size: 2em;
        transition: font-size 0.3s
    }

    #mainNav .navbar-nav {
        margin-top: 0
    }

    #mainNav.navbar-shrink {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

@media (min-width: 1200px) {
    span {
        font-size: 1.5rem !important
    }
}