
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

/* this adjusts the color of the unselected text in the navbar */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  /*color: #2675C3;*/
}

/* this adjusts the color of the selected text in the navbar */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #0080ff;
}

/* this adjusts the color of the text in the navbar when I hover */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0080ff;
  /*color: rgba(0, 0, 0, 0.5);*/
  /*background: #63656a;*/
}

#important {
	color: #83a2ff;
	font-style: italic;
}

#left {
  left:-8.33%;
  text-align: left;
  float: left;
  width:50%;
  z-index:-10;
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: left;
  z-index:-10;
  width:50%;
}
