.pcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 5px;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}

.ptitle {
  color: grey;
  font-size: 18px;
}

.pbutton {
  border: none;.p
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #54585A;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
 text-decoration: none;
}

.pbutton:hover { 
  opacity: 0.5;
 
}


  .special-link {
         color: green;
      }

hr { margin: 10px 0 10px 0; }

.panel-title {
    background-image: url(https://www.uh.edu/socialwork/New_research/faculty-projects/researchprojectsheader.png);
    background-position: center;
    background-repeat: repeat;
    background-attachment:fixed;
    background-size: contain;
    background-color:  transparent;
}

