﻿body {
  font-family: "villageflex_REGULAR";
  background-color: #000;
}

.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 95px;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1200px) {
  .body-container {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .body-container {
    margin-top: 80px;
  }
}
.body-container h1, .body-container h2, .body-container h3, .body-container h4 {
  font-family: "villageflex_BOLD";
  text-transform: uppercase;
}
.body-container h1 {
  font-size: 35px;
}
@media (min-width: 992px) {
  .body-container h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .body-container h1 {
    font-size: 60px;
  }
}
.body-container p {
  font-size: 16px;
}
.body-container a {
  border-bottom: solid 1px #97d700;
  color: #4D4D4D;
  color: rgb(77, 77, 77);
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
}
.body-container a:hover {
  color: #97d700;
  text-decoration-color: #97d700;
}
.body-container form label {
  font-size: 15px;
}
.body-container .lead {
  max-width: 585px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 30px;
}
.body-container .lead p strong {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .body-container .custom-container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.body-container .transition-animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.body-container .is-link {
  color: #fff;
  text-decoration: none;
}
.body-container .is-link:hover, .body-container .is-link:focus {
  color: #97d700;
  text-decoration: none;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.card {
  background-color: unset;
}

.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;
}
