﻿

.navbar-custom {
    background-image: linear-gradient(to right, #2476a5, #40a8d1);
    /*background-color: #0075c9 !important; */
    border-color: #0075c9;
    color: white !important;
    border-bottom: 1px solid white;
    padding: 0px;
    height: 50px !important;
}

.companyLogoText {
    font-family: Arial;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.companyLogoTextSubtitleWrapper {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    height: 30px;
    width: 150px;
}

.companyLogoTextSubtitle {
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

.navbarLoginName {
    color: white;
}

@media(max-width:567px) {
    .hideMobile {
        display: none;
    }
}

@media(max-width:400px) {
    .companyLogoText {
        font-size: 30px;
    }
}
