body {
  margin: 0;
  padding: 0;
}
.nav-link {
  color:black;
}
#about p {
  text-align: justify;
  font-family: 'Slabo 27px', serif;
}
.tab-pane h3{
  font-family: 'Slabo 27px', serif;
  background-color: #0e2454;
  color:white;
  padding:10px 5px;
}

#lists {
  list-style: none; /* Remove default bullets */
}

#lists li::before {
  content: "\2022";
  list-style-type: square;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: blue; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
hr.dashed {
  border-top: 3px dashed #bbb;
}
.author-name span {
  display: block;
}
.list-group a {
  background: rgba(179,220,237,1);
  color:black;
  font-family: sans-serif;
  font-size: 15px;
}
#deptnav a {
  border-bottom: 0.5px solid rgba(230, 227, 227,.3);
}

#faculty .row:hover {
  background-color: #ebeff5;
}
#topnav a {
  color:white;
  background-color: black;
  text-align: center;
}




#demo .nav-link {
  color:white;
  font-family: arial;
  font-size: 13px;
  padding-left: 10px;

}

#demo .nav-item {
  padding-right: 17px;
  /*border: 1px solid orange;*/
 
}

#deptnav a {
    background-color: #0e2454;
    border-bottom: 0.5px solid rgba(230, 227, 227,.3);
    color: white;
    font-size: 13px;

}

#demo .dropdown-menu {
  display: 100%;
  background-color: #0e2454;
}
#demo .dropdown-item {
  border-bottom: 0.5px solid rgba(230, 227, 227,.3);

  color: white;
}
#demo .dropdown-item:hover {
  background-color: #060f21;
  color: white;
}
#newsannouncement ul{
 list-style-type: square;
}
#newsannouncement ul li {
  padding: 5px;
  text-indent: 5px;
}
#faculty img {
   height:230px;
    width:auto;/*maintain aspect ratio*/
    max-width:450px;
}
