
/* MHK Interop IG Custom Styles - Applied Post-Build - Lighter Theme */
html body {
  background-color: #ffffff !important;
  color: #2c3e50 !important;
}

html body #segment-header {
  background-color: #bdc3c7 !important;
}

html body #segment-header > .container {
  background-color: #ffffff !important;
}

html body #segment-footer {
  background-color: #7f8c8d !important;
}

html body #segment-footer > .container {
  background-color: #95a5a6 !important;
  color: #2c3e50 !important;
}

html body .navbar-inverse {
  background-color: #3498db !important;
}

html body .navbar-inverse .navbar-nav > li > a {
  color: #ffffff !important;
}

html body .navbar-inverse .navbar-nav > li > a:hover,
html body .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff !important;
  background-color: #2471a3 !important;
}

html body #stripe {
  background: #5dade2 !important;
}

html body #ig-status {
  color: #2980b9 !important;
}

html body a,
html body a:link {
  color: #3498db !important;
}

html body a:hover,
html body a:focus,
html body a:visited:hover {
  color: #2980b9 !important;
}

html body .breadcrumb {
  background-color: #f4f6f7 !important;
}

html body .breadcrumb a,
html body .breadcrumb a:link {
  color: #5d6d7e !important;
}

html body #publish-box {
  background-color: #ebf5fb !important;
  border: 1px solid #85c1e9 !important;
}

html body blockquote.stu-note,
html body .stu-note {
  background-color: #f0f8ff !important;
  border-left-color: #aed6f1 !important;
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

html body .dragon {
  background-color: #ffffff !important;
  color: #34495e !important;
}

