body{
    background-color:#ffffff !important;
    box-shadow: none !important;
}

.gradient-text, p{

	color:#000000;
}

  
.college-name {
    font-size: 1.8rem;
    font-family: 'Merriwather', serif;
}

.heading-name {
    font-family: 'Ballet', cursive;
    font-size: 3rem;
    min-height: 63px;
    padding: 10px;
}

.heading, p.lead.gradient-text {
    font-family: 'Merriwather', serif;
}

h2.gradient-text.college-name {
    border-bottom: 1px solid gold;
    padding-bottom: 10px;
}
  
footer {
    text-decoration: none;
    color: #cccccc !important;
}

.colleges-list a {
    text-decoration: none;
}

.student-name {
  border-bottom: 1px solid gold;
  padding: 10px;
}

.student-name h2 {
    font-family: "Aref Ruqaa Ink", serif;
    /* min-height: 42px; */
    margin: 0px;
    font-size: 27px;
    line-height: 45px;
    /* letter-spacing: 0px; */
}
span.honors {
  font-size: smaller;
  font-style: italic;
  color: #592d82;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  font-size: 24px;
  background-color: #d4af37;
  color: white;
  padding: 8px 17px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
#scrollToTopBtn.show {
  opacity: 1;
  pointer-events: auto;
}
.award-icon {
    color: #592d82;
    font-size: 23px;
    text-shadow: 0px 2px 3px #fff8dc, 0 0 0px #0a58ca, 0 0 10px rgba(0, 0, 0, .2);
}
