html {
  font-size: 11pt;
}

body {
  background-color: white;
}

.jumbotron {
  background-image: url("../images/top_header.jpg");
  background-size: cover;
  background-position: center 60%;
  color: white;
  background-color: #992e24;

  text-shadow: orangered 0px 0px 8px;
}

.navbar {
  background-color: #fc7978;
}

#menubar {
    background-color: #5eb7b7;
}

#groupbar {
    background-color: #c06c84;
    color: white;
}

.left-border {
  border-left: 5px solid #d04925;
  padding-left: 1rem;
}

ul.nav-pills a.nav-link {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #88abff 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .1s;
}

ul.nav-pills a:hover.nav-link {
  background-position: -100% 0;
  color: white;
}

/* shadow  */
.text-shadow {
  text-shadow: black 3px 3px 3px;
}

.text-shadow-none {
  text-shadow: none;
}
