﻿.welcome-page .logo {
  width: 64px;
  margin-right: 10px;
}

.toaster {
  position: absolute;
  right: 100px;
  top: 110px;
}

.menu {
  margin: 0 auto;
  margin-right: 0;
}

.italic {
  font-style: italic;
}

.large {
  font-size:large;
}

.medium {
  font-size:medium;
}

nav.navbar {
  padding-right: 50px;
}

.main-container {
  min-height: 100vh;
  margin: 0 auto;
  /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 200px;
  /* height of your footer */
}

footer {
  background-color: #fce1a6;
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

footer > div > img {
  max-width: 30px;
}

footer > div > p {
  letter-spacing: 0.1rem;
  font-size: small;
  color: #fff;
}

footer > div > a {
  color: #000;
}

.icon-banner {
  width: 32px;
}
.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;
}
