/* fotter */
.logo-text {
    color: #353535;
    font-family: 'Geologica', sans-serif;
    padding-top: 20px;
}

.quick-link {
  font-family: 'Geologica', sans-serif;
  font-weight: 500;         /* fixed */
  list-style: none;         /* removes default bullets */
  padding: 0;
  margin: 0;
  color: #707070;
  font-size: 15px;
  padding-top: 30px;
}

/* Style the links inside quick-link */
.quick-link li a {
  text-decoration: none;
  color: #707070;
  transition: color 0.3s;
}

.quick-link li a:hover {
  color: #3C2A98; /* darker on hover */
}


.quick-link li {
  padding: 5px 0; /* 10px top and bottom, 0 left and right */
}


.footer-title {
    font-family: 'Geologica', sans-serif;
    font-weight: medium;
    font-size: 16px;
    text-transform: uppercase;
    color: #3C2A98;

}

.footer-copyright{
    background-color: #F6F6F6;
}

.footer-copyright p{
    color: #C2C2C2;
    font-size: 15px;
}

.footer-shadow {
  box-shadow: 0 -3px 5px -3px rgba(0, 0, 0, 0.1);
}


