/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background-color: #EEB1B5; }

 #header, #header .header-top {
  background-color: #EEB1B5;
}

#header .header-nav {
    max-height: 50px;
    border-bottom: #EEB1B5 2px solid;
}

#wrapper {
    padding-top: 1.563rem;
    background: #FDF3F0;
}

#_desktop_logo {
    /* Your custom styles here */
    width: 50%
}

