    /* Custom styles */
    body {
      background-color: #f8f9fa;
      color: #333;
    }
    h1,h2,h3,h4,h5,h6,a,i,p{
    	font-family: tahoma;
    }
    .content-column {
      background-color: white;
      padding: 10px;
      box-shadow: 0 0 20px #ea3b42;
    }
    .pgtitle {
      color: white;
    }
    .navbar-brand img {
      max-height: 40px;
    }
    .navbar {
      background-color: #ea3b42;
      color: white;
/*      box-shadow: 0 0 20px #ea3b42;*/
    }
    .navitems{
/*      position: fixed;*/
    }
    .navbar-nav {
      margin: auto;
      color: white;
    }

    .navbar-nav .nav-item {
      margin-right: 20px;
    }
    .navbar-nav .nav-link {
      color: white !important; /* Make navbar links white */
    }
    .navbar-nav .nav-link:hover {
      color: white !important;
    }
    .navbar-nav .nav-link.active {
      color: white !important;
    }
    .navbar-nav .nav-link.active:hover {
      color: white !important;
    }
    .navbar-nav .nav-link {
      border-radius: 20px;
      padding: 6px 50px;
    }
    .links-column ul li {
      list-style-type: none; 
    }
    .links-column ul li::before {
      content: "\2713";
      margin-right: 20px;
      font-weight: bold; 
    }
    .footer{
      background-color: #ea3b42;
      height: auto;
      color: white;
    }
    .qlinks{
      padding: 10px 0px 0px 40px;
    }
    .qassist{
      padding: 10px 0px 0px 40px;
    }
    .otherinfo{
      padding: 10px 0px 0px 40px;
    }
    .btmfooter{
      background-color: black;
    }
    .cprght{
      color: white;
      text-align: center;
    }
    ul li a{
      color: white;
      text-decoration: none;
    }
    ol li{
      font-size: 13px;
      text-decoration: none;
    }
    h5.sbrlnks{
      font-family: sans-serif;
      font-size: 15px;
    }
    .cql{
      border: 2px solid #ccc;
      border-radius: 10px;
    }
    .card {
       margin:20px;
    }
