/*-----Moves the Logo infront and the header up-----*/

#site-header-inner{
z-index:2;
}

#site-header-inner {
    position: relative;
    padding-top: 0px;
    padding-bottom: 4px;
    height: 100%;
}

/*-----Moves the Logo infront and the header up-----*/




/*-----SVG Logo Sizing-----*/

body #site-logo a {
   height: 100px;
}

body #site-logo img {
   height: 100px;
    max-height: 100px;
    display: inline;
}


body #site-logo,
body #site-logo-inner {
    display: block !important;
    height: 100px;
}


/*-----SVG Logo Sizing-----*/

#footer-bottom a:hover {
    color: #c5a47e !important;
}