.custom-bar {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
}

.custom-bar-bg-black {
    background-color: #333333 !important;
}

.custom-bar-bg-purple {
    background-color: #9a63ff !important;
}

.custom-bar-bg-green {
    background-color: #03d1d5 !important;
}

.custom-bar-bg-yellow {
    background-color: #f1c529 !important;
}

.custom-bar-bg-pink {
    background-color: #f688ff !important;
}

.custom-bar-bg-blue {
    background-color: #2968fd !important;
}

.custom-bg {
    height: 50px;
    width: 100%;
}

.custom-bar-bg-image {
    background-size: 1000px;
    background-repeat: repeat;
    background-image: url("../img/svg-layers/svg-layer-3.svg");
    background-position: center center;
    opacity: 0.3;
    position: fixed;
}

.content-bar,
.content-bar h4,
.content-bar p {
    width: 100%;
    opacity: 1;
    text-align: center;
    color: #FFF !important;
    padding-top: 4px;
    line-height: 9px;
}

.big-content-txt {
    font-size: 18px;
    font-family: CircularStd, sans-serif;
}

.small-content-txt {
    font-size: 12px;
    font-family: CircularStd, sans-serif;
}

.padding-custom-bar {
    padding-top: 50px !important;
}

@media only screen and (max-width: 768px) {
    .big-content-txt {
        font-size: 13px;
        font-family: CircularStd, sans-serif;
    }
    .small-content-txt {
        font-size: 10px;
        font-family: CircularStd, sans-serif;
    }
}