﻿.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

nav.navbar.navbar-expand-lg.navbar-light.bg-white {
    /*background-color: #fff !important;*/
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
}

body {
    background-color: #f1f1f1;
}

.navbar-light .navbar-nav .nav-link {
    color: #242424;
}