body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

#sp-top-bar {
  background: #000000!important;
}

#sp-top-bar a,
#sp-top-bar a:visited {
  color: #FFFFFF!important;
  text-decoration: none!important;
}

#sp-top-bar a:hover {
  color: #FFFFFF!important;
  text-decoration: underline!important;
}

#sp-header .logo {
    height: 100px;
    display: inline-flex;
    margin: -25px 0 0!important;
    align-items: center;
}

header#sp-header {
    position: absolute;
    background: transparent;
    box-shadow: initial;
    width: 100%;
}
#sp-header.header-sticky{
    background: #000000;
}

/* Hides the main menu */
#sp-menu { display: none !important; }

/* Hides the off-canvas hamburger icon */
.sp-menu-toggle { 
  display: none !important; 
}