.bg-tile {
    background: #000 url(../images/stucco.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.content-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-header,
.page-footer {
    flex-shrink: 0;
}

.page-body {
    flex-grow: 1;
}

.list-group.jivin-music-list img {
    height: 34px;
}

.list-group.jivin-music-list a {
    text-decoration: none;
}

.svg-inline--fa {
    fill: #fff;
    height: 24px;
}

.bg-primary {
    background-color: #ffd700 !important;
}

.text-zia_red, a {
    color: #bf0a30 !important;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #5d0a18 !important;
    text-decoration: none;
    background-color: transparent;
}

audio, video {
    width: 100%;
}

video {
    height: 300px;
}

.streaming-sites a {
    display: inline-block;
    height: 38px;
}

.wide-embed {
    overflow: hidden;
}