/*
 * Custom CSS
 */



  body {
    overflow-x: hidden;
  }

  a {
    text-decoration: none;
  }
  a:hover {
    color: #21205f;
    text-decoration: underline;
  }

  .topLink:hover {
    color: white;
  }

  .btnLink:hover {
    text-decoration: none;
  }

  @media screen and (max-width: 600px) {
    a.h5 {
      font-size: 1rem!important;
    }
  }