﻿.body-container {
  /*margin-top: 60px;
  padding-bottom:40px;
  padding-top: 40px;*/
  height: 100vh;
}

.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;
}

.icon-banner {
  height: 40px;
  width: auto;
}

.welcome-page .card:hover {
  transform: scale(1.01);
  background: #383838;
  color: #ffffff !important;
}

.button-icon {
  height: 20px;
  width: auto;
}

.card-logo {
  height: 40px;
  width: auto;
}

.navbar {
  padding: 16px 32px;
}
