/* Written by Travis Palmer */
body {
  color: #343a40;
  margin-bottom: 150px;
}

.custom-navbar {
  background: #343a40;
  border-top: 5px solid #80be41;
}

.navbar-brand {
  color: #fff;
}
.navbar-brand:hover {
  color: #fff;
}

.custom-navbar .nav-link {
  color: #aaa;
}

.custom-navbar .nav-link:hover {
  color: #eee;
}

.custom-navbar .active a {
  color: #fff;
}

.dropdown-toggle {
  color: #aaa !important;
  cursor: pointer;
}
.dropdown-toggle:hover {
  color: #fff !important;
}

.hero {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero > h1 {
  font-size: 3.5em;
  color: white;
  text-align: center;
}

.headlines {
  background-color: #343a40;
  color: #eee;
  padding: 16px;
}
.headlines h2 {
  color: #80be41;
}
.headlines hr {
  height: 2px;
  border-color: #80be41;
}

.main-content {
  margin-top: 16px;
}
.main-content h2 {
  color: #80be41;
}
.main-content hr {
  height: 2px;
  border-color: #80be41;
}

.tutorial-page {
  background: #fff;
}
.tutorial-page pre {
  padding: 8px;
  background: #f1f1f1;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 130px;
  background-color: #343a40;
}

.footer-link {
  color: rgba(255, 255, 255, 0.5);
}

html{
  min-height: 100%;
  position: relative;
}