/* Default color scheme */

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), url(../fonts/Raleway-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'MyriadPro';
  src: local('MyriadPro'), url(../fonts/MyriadPro-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/segoe-ui.ttf')  format('truetype'),
}

@font-face {
  font-family: 'Segoe UI Bold';
  src: url('../fonts/segoe-UI-Bold.ttf')  format('truetype')
}

@font-face {
  font-family: 'Segoe UI Semibold';
  src: url('../fonts/segoe-UI-Semibold.ttf')  format('truetype'),
}

/* General */

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  color: #3e4855;
  background-color: #fff;
  line-height: 1.42857143;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* Header */
.logo-bg {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Header nav left */
/* Header nav right */

#header-nav-right .header-btn .glyph-icon,
#header-nav-right .dropdown > a .glyph-icon {
  color: rgba(0, 0, 0, 0.8);
}
#header-nav-right .header-btn:hover .glyph-icon,
#header-nav-right .dropdown > a:hover .glyph-icon {
  color: rgba(0, 0, 0, 0.95);
}
#header-nav-right .header-btn,
#header-nav-right .dropdown > a {
  border-color: rgba(0, 0, 0, 0.2);
}
#header-nav-right .header-btn:hover,
#header-nav-right .dropdown > a:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.25);
}

/* Page content */
#page-content {
  background: #fafcfe;
}

/* Sidebar menu */
#page-sidebar ul li.header {
  color: #000;
}
#page-sidebar ul li a .glyph-icon {
  color: #c4a400;
}
#page-sidebar ul li.sfHover > a.sf-with-ul,
#page-sidebar ul li a:hover {
  border-color: #d1d9dd;
}
