.std-white {
    font-family: oswald !important;
    font-size: 24px !important;
    color: #fff !important;
}

.std-blue {
    font-family: oswald !important;
    font-size: 24px !important;
    color: #0044ff !important;
}

.std-black {
    font-family: oswald !important;
    font-size: 24px !important;
    color: #000 !important;
}

.std-red {
    font-family: oswald !important;
    font-size: 24px !important;
    color: #c90000 !important;
}

.std-fux {
    font-family: oswald !important;
    font-size: 24px !important;
    color: #d10050 !important;
}

.std-sm-white {
    font-family: oswald !important;
    font-size: 20px !important;
    color: #fff !important;
}

.std-sm-blue {
    font-family: oswald !important;
    font-size: 20px !important;
    color: #0044ff !important;
}

.std-sm-black {
    font-family: oswald !important;
    font-size: 20px !important;
    color: #000 !important;
}

.std-sm-red {
    font-family: oswald !important;
    font-size: 20px !important;
    color: #c90000 !important;
}

.std-sm-fux {
    font-family: oswald !important;
    font-size: 20px !important;
    color: #d10050 !important;
}

.dc-blue {
    color: #0044ff !important;
}

.dc-red {
    color: #c90000 !important;
}

.dc-fux {
    color: #d10050 !important;
}

.dc-btn {
    background-color: #0044ff; /* DC Blue */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.dc-btn-blue {
    background-color: #0044ff;
    color: #fff;
    border: 1px solid #0044ff;
}

.dc-btn-blue:hover {
    background-color: transparent;
    color: #0044ff;
    border: 1px solid #0044ff;
}

.menu-item-space {
    margin-right: 40px;
}