﻿.header-hero-chusj {
    background-color: #002f84;
    font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif !important;
    line-height: 30px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.header-hero-subtitle-chusj {
    font-size: 18px;
    font-family: 'Cuprum', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    line-height: 5px;
    color: #c6e5e4;
    visibility: visible;
}

.announcement {
    background-color: #ffffcc;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

    .announcement h3 {
        margin-top: 0;
        padding-top: 0;
    }

chusj-background-blues {
    background-color: #002f84;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 8s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@media only screen and (max-width: 1776px) {
    .card-header {
        height: 71px;
    }
}

@media only screen and (max-width: 1062px) {
    .card-header {
        height: 98px;
    }
}

@media only screen and (max-width: 777px) {
    .card-header {
        height: 125px;
    }
}

@media only screen and (max-width: 767px) {
    .card-header {
        height: auto;
    }
}

@media only screen and (max-width: 584px) {
    .header-hero-subtitle-chusj {
        line-height: 30px;
    }
}