#fullscreenToggler {
    font-size: 2em;
    background-color: #1B3987;
    border-radius: 20px;
    padding: 0 10px;
}

#clientHolder1:hover, #loggedOutHolder:hover {
    cursor: default;
}

#headerArrow {
    position: relative;
    left: 34px;
}

#header {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    background-color: #14348b;
    color: white;
    font-weight: bold;
    z-index: 1;
    background-image: url('/img/header/12.JPG');
    background-position: center;
}

#header h1 {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 2px;
    height: 50px;
    background-image: url('/img/header/arrow.png');
    background-repeat: no-repeat;
    background-size: 550px 50px;
}

@media (max-width: 600px) {
    #header h1 {
        padding-top: 10px;
        font-size: 1.5em;
    }
}

#profile {
    text-align: left;
}

#headerTitle {
    z-index: -1;
    text-align: center;
    display: inline-block;
    font-size: 2em;
    margin-top: 0.3em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-inherit, .c-inherit:hover {
    color: inherit;
}
