﻿.masthead {
    padding-top: calc(6rem + 24px);
    padding-bottom: 6rem;
}

    .masthead .masthead-heading {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }

    .masthead .masthead-subheading {
        font-size: 1.25rem;
        color: black;
    }

    .masthead .masthead-avatar {
        width: 15rem;
    }

@media (min-width: 992px) {
    .masthead {
        padding-top: calc(6rem);
        padding-bottom: 6rem;
    }

        .masthead .masthead-heading {
            font-size: 4rem;
            line-height: 3.5rem;
        }

        .masthead .masthead-subheading {
            font-size: 1.5rem;
            color: black;
        }
}


#profileImage {
    font-family: Arial, Helvetica, sans-serif;
    width: 7rem;
    height: 5rem;
    border-radius: 10%;
    background: #004D3C;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    margin: 0rem 0;
}