html,
body {
  width: 100%;
  height: 100%;
  /*
    background-image: url(i6l5QbsA.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(240, 240, 240);
    background-blend-mode: overlay;
*/
}

body {
  padding-top: 4rem;
  color: rgb(20, 20, 20);
}

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  margin: 30px auto;
}

hr.style-three {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}

hr.style-four {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

hr.style-six {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

thead {
  border: 2px rgba(144, 146, 147, 0.3);
  border-style: solid;
}

tbody {
  border: 2px rgba(144, 146, 147, 0.3);
  border-style: solid;
}

.highlight {
  font-weight: bold;
  font-style: italic;
  color: #e21834;
}

#officehourspace {
  border: 2px solid crimson;
  clear: both;
  /* float: left; */
  width: 500px;
  padding-right: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}

/* td {
    border-color: aquamarine;
}
 */
.onItem {
    color:rgb(168, 56, 56);
  font-weight: 500;
}

.projnotes li {
  margin-top: 10px;
}

a {
  color: #0000ff;
  font-weight: 600;
  text-decoration: underline;
}

a:hover, a:focus{
    color:rgb(168, 56, 56);
}

.navbar-nav li > a {
    color: #1A34FF !important;
}

.navbar-nav li.active > a {
    color: #AD2300 !important;
}

.navbar-nav li > a:hover {
    color: #AD2300 !important;
}

/* 
li > a:after{
    content: '';
    display: inlink-block;
    height: 1.5px;
    background: #FBC02D;
    transform: scaleX(0);
    transition: transform .3s;
}

li > a:hover:after{
    transform: scaleX(1);
    transition: transform .3s;
}

.active{
    color: #FBC02D !important;
}  */