body  {
    background-color: antiquewhite;
}

.titleBlock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(15px, 2.5vw, 50px);
    border-bottom: solid;
    color: maroon;
}

.fireCEO {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 15px;

    /* background-color: white; */
}

.title {
    width: fit-content;
    display: flex;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: x-large;
    color: maroon;
    margin: 0;
}

.subTitle {
    width: fit-content;
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: larger;
    color: maroon;
}

.subTitle2 {
    width: fit-content;
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: smaller;
    color: maroon;
}

.bossMan {
    font-weight: bold;
}

.superSub {
    width: fit-content;
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: large;
    color: maroon;
    padding-left: clamp(15px, 2.5vw, 50px);
}

.daLine {
    border-bottom: solid;
    color: maroon;
}

/*
.speakerPreacher {
    width: fit-content;
    display: flex;
    padding: 15px;
    padding-left: 50%;
}
*/

.speakerMP4 {
    box-shadow: 3px 5px #F0B09E;
}

.soundCloud {
    width: fit-content;
    padding: 15px;
}

.youTube {
    width: fit-content;
    padding: 15px;
}

.instagram {
    width: fit-content;
    padding: 15px;
}

.gmail {
    width: fit-content;
    padding: 15px;
}

#trackList {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    color: maroon;
}

#trackList div {
    padding: 5px 0;
    font-weight: lighter;
}

#trackList div:hover {
    font-weight: bold;
    background-color: rgba(128, 0, 0, 0.08);
}

#trackList div.active-track {
    font-weight: bold;
}

.storeButton {
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    font-weight: lighter;
}

.storeButton:hover {
    font-weight: bold;
    background-color: rgba(128, 0, 0, 0.08);
}

.homeButton {
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    font-weight: lighter;
}

.homeButton:hover {
    font-weight: bold;
    background-color: rgba(128, 0, 0, 0.08);
}

.titleDivider {
    height: 22px;
    border-left: 3px solid maroon;
    margin: 0 10px;
    align-self: flex-end;
}