#masthead {
    background: #000;
        background-size: auto auto;
background-image:url(http://www.saraboy.ciesarahboy.com/wp-content/uploads/2018/02/SB.jpg);
    padding: 0 35px 0 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}

#mastheadCONTACT {
    background: #000;
        background-size: auto auto;
background-image:url(http://www.saraboy.ciesarahboy.com/wp-content/uploads/2018/02/coffee.jpg);
    padding: 0 35px 0 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}
#mastheadCONTACT:before {
  content: '';
  display: block;
}
#mastheadCONTACT:after {
  content: '';
  display: table;
  clear: both;
}
#mastheadCONTACT h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#mastheadCONTACT h1.logo-title {
  display: inline-block;
  margin-left: 20px;
}
#mastheadCONTACT .hgroup {
  zoom: 1;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
#mastheadCONTACT .hgroup:before {
  content: '';
  display: block;
}
#mastheadCONTACT .hgroup:after {
  content: '';
  display: table;
  clear: both;
}
#mastheadCONTACT .hgroup a {
  text-decoration: none;
}
#mastheadCONTACT .hgroup h1 {
  color: #666666;
  font-weight: 100;
  font-size: 36px;
  line-height: 1em;
}
#mastheadCONTACT .hgroup .logo {
  display: block;
  float: left;
  max-width: 100%;
}
#mastheadCONTACT .hgroup .logo img {
  vertical-align: bottom;
}
#mastheadCONTACT .hgroup .support-text {
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6em;
  color: #4b4b4b;
  font-style: italic;
  max-width: 50%;
}
#mastheadCONTACT .hgroup #header-sidebar {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Center align layout. Based on old CSS3 spec, so update when new spec is available and supported */
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -moz-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: box;
  box-pack: center;
  box-align: center;
}
#mastheadCONTACT .hgroup #header-sidebar aside.widget {
  margin-bottom: 0;
  float: left;
  position: relative;
  margin-right: 25px;
}
#mastheadCONTACT .hgroup #header-sidebar aside.widget:last-child {
  margin-right: 0;
}
#mastheadCONTACT .hgroup #header-sidebar .widget-title {
  font-weight: bold;
  margin-bottom: 5px;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .main-navigation {
  zoom: 1;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .main-navigation:before {
  content: '';
  display: block;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .main-navigation:after {
  content: '';
  display: table;
  clear: both;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .logo {
  float: left;
  padding: 10px 0;
  margin-right: 15px;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .logo > * {
  display: block;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .logo > img {
  max-height: 33px;
  width: auto;
  height: auto;
  max-width: 100%;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .logo > img.logo-no-height-constrain {
  max-height: none;
}
#mastheadCONTACT.mastheadCONTACT-logo-in-menu .logo > h1 {
  font-size: 20px;
  font-weight: 100;
  padding: 7px 15px;
}