body {
    background-color: lavender;
    font-family: 'Georgia', serif;
}


/* General Layout */
.center {
    text-align: center;

}

/* Header & Navigation */
.small-banner {
    width: 238px;
    height: 60px;
}

.section-divider {
    border: none;
    height: 2px;
}

.black-line {
    background-color: #000000;
}

.gray-line {
    background-color: #666666;
}

.slash-image {
    width: 25px;
    height: 30px;
}

.nav-icon {
    width: 48px;
    height: 30px;
}

.nav-icon-contact {
    width: 79px;
    height: 30px;
}

.nav-icon-alt {
    width: 38px;
    height: 30px;
}

.about-image {
    width: 54px;
    height: 35px;
}

/* Live Audio Section */
.live-audio-header {


}

.credit-note {
    font-size: 14px;
    margin-top: 15px;
}

.highlight-text {
    color: #996699;
}

.underline-text {
    text-decoration: underline;
}

.live-credits p {
    font-size: 14px;
    line-height: 1.5;
}