﻿@import url("https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&family=Montserrat&display=swap");
body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #353535;
  background-color: #fff;
  position: relative;
}

a {
  color: #007bff;
}

a:hover {
  color: #40bbff;
}

h1, h2, h3, h4, h5, h6, [class*=heading-] {
  margin-top: 1rem;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #000;
  font-family: Halant;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*=heading-] a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*=heading-] a:hover {
  color: #ff344d;
}

h1, .heading-1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h2, .heading-2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
}

h3, .heading-3 {
  font-size: 1.8rem;
  line-height: 2rem;
}

h3.popover-header {
  margin-top: 0;
}

ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.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-wrapper {
  background-color: rgb(36, 36, 36);
  opacity: 0.95;
}

.navbar {
  border: 0;
  border-radius: 0;
  font-size: 90%;
  font-family: Montserrat;
  transition: font-size 0.2s ease-in-out;
  color: #fff !important;
}
.navbar .navbar-brand {
  margin-right: 0 !important;
}
.navbar .navbar-brand img {
  height: 3rem;
  transition: height 0.2s ease-in-out;
}
.navbar .nav-item {
  color: #fff !important;
}
.navbar .nav-item:hover {
  color: #33f !important;
  background-color: #fff;
  border-radius: 0.25em;
}
.navbar .nav-item a {
  color: inherit !important;
}
.navbar .nav-item a:hover {
  color: inherit !important;
}
.navbar .navbar-menu .dropdown-menu {
  margin: 0;
}
.navbar .navbar-menu .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background-color: #33f !important;
}

.navbar-side {
  /*margin-left:1rem;*/
}
.navbar-side .nav-link {
  font-size: 90% !important;
  padding: 0.1em 0.5em !important;
  cursor: pointer;
  transition: font-size 0.2s ease-in-out;
}

.myaccount-popover-body .nav-link {
  color: #333;
}
.myaccount-popover-body .nav-link:hover {
  color: #33f;
}

.myaccount-popover-content {
  display: none;
}

body.shrink .nav-wrapper {
  opacity: 1;
}
body.shrink .navbar {
  font-size: 90%;
}
body.shrink .navbar .navbar-brand span {
  padding: 0;
  font-size: 60%;
}
body.shrink .navbar .navbar-brand img {
  height: 5rem;
}
body.shrink .navbar-side .nav-link {
  font-size: 80% !important;
}
