#header {
    background-color: #4F4F4F;
    border-bottom: 50px solid #C0D0DA;
    height: 110px;
}

#header > .navbar-brand {
    margin-top:17px;
}

#comp_logo {
    margin-right:20px;
    position: relative;
    bottom:12px;
}

#comp_name {
    font-size: 22px;
    display: inline-block;
    color: black;
    margin-top: 35px;
    font-weight: bold;
    font-family: Trebuchet MS, sans-serif;
    font-style: italic;
}