                        #logo {
        width: auto!important;
}
 
#logo a {
        padding-top: 20px;
}

#owners .col-md-6 {
    margin-left: 25%;
}
header {
    position:           fixed;
    top:                0px;
    background-color:   #fff;
    z-index:            100;
    width:              100%;
    max-height:         120px; /* Adjust to height of sticky header */
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}


body {
    padding-top:        100px; /* Adjust to height of sticky header */
}

.header-wrapper #logo img {
    max-height: 100px!important;
}
 
.header-wrapper #logo.logo-img {
    padding: 25px 0!important;
}                    