// =============================================================================
// _LOGOBAR.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Base Styles
// =============================================================================

// Base Styles
// =============================================================================

.x-logobar {
  position: relative;
  overflow: visible;
  text-align: center;
  background-color: $navbarBackground;
  z-index: $zindexNavbar;
}