
.banner {
  padding: 0;
  position: relative;
  height: 145px;
  background-color: #1b1f20;
  font-family: 'Ubuntu Mono', monospace;
  line-height: 1.5;
  width: 100%;
  font-size: 1.2em !important;
}

#htop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #06989a;
  padding: 20px 0 10px 15px;
  z-index: 0;
}

#htop pre {
  white-space: nowrap;
  overflow: hidden;
  color: #06989a;
}

#close-htop {
  position: absolute;
  color: #06989a;
  right: 10px;
  font-size: 1.2em;
  z-index: 99;
}

#htop b {
  color: #34e2e2;
}

#htop .bold-white {
  font-weight: bold;
  color: white;
}

#htop .invisible {
  color: #1e2125;
}

#htop .cpu {
  color: #4e9a06;
}

#htop .pc {
  color: #555753;
}

#htop #tasks-running {
  color: #8ae234;
  font-weight: bold;
}

#test-area {
  z-index: -1;
  padding: 0;
  margin: 0;
  top: 0;
  position: absolute;
}

.navbar-brand {
  color: #06989a !important;
}

.contact-me {
  font-weight: bold;
}

.top-content {
  padding-bottom: 10px;
}

ul {
  list-style: none;
}

/* Bootstrap */

body > .container {
  padding-top: 20px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

