
.header-lnk {
    color: #333333 !important;
}

.header-login-lnk {
    font-size: .875rem;
    line-height: 1.5;
    color: #710D0D;
}

.header-login-lnk:hover {
    color: #710D0D;
    text-decoration: unset;
}

.header-join-btn {
    width: 73px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

@media only screen and (min-width: 1200px) { /* Extra Large: .col-lx- */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) { /* Large: .col-lg- */

}

@media only screen and (min-width: 768px) and (max-width: 991px) { /* Medium: .col-md- */

}

@media only screen and (min-width: 576px) and (max-width: 767px) { /* Small: .col-sm- */

}

@media only screen and (max-width: 575px) { /* Extra small: .col-xs- */

}
