﻿.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; }



body {
	font-family: 'Raleway', sans-serif;
}

.btn {
	border-radius: 0px;
}

	.btn:focus {
		box-shadow: none !important;
	}

	.btn.btn:not(.btn-sm) {
		line-height: 1.2em;
		font-size: 16px;
		padding: 10px 20px;
	}

.btn-yellow {
	background-color: #ffce32;
	color: #006748;
	text-transform: uppercase;
}

	.btn-yellow:hover {
		background-color: #ffd833;
		color: #006748;
	}


a {
	color: #006748;
	text-decoration: underline;
}

	a:hover {
		color: #006748;
		text-decoration: none;
	}


label {
	font-weight: bold;
}

.card:not(.card-regular) {
	border: 0px;
	background-color: #f3f6f7;
}

.card.card-regular .card-header {
	background-color: #f3f6f7;
}

.card .card-body > p {
	font-size: 17px;
}

@media screen and (max-width: 576px) {
	.btn.btn:not(.btn-sm) {
		font-size: 13px;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 768px) {
	.card .card-body > p {
		font-size: 16px;
	}
}

body, html {
	color: #444;
}

p.instruction {
	font-size: 19px;
}

h5 {
	margin-bottom: 0.5rem;
}

h4 {
	margin-bottom: 0.7rem;
	font-size: 24px;
}

h3 {
	margin-bottom: 1rem;
	font-size: 30px;
	font-weight: 700;
}

h2 {
	margin-bottom: 1.5rem;
	font-size: 48px;
	font-weight: 700;
}

h1 {
	margin-bottom: 2rem;
	font-size: 60px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 16px;
	}

	h3 {
		font-size: 20px;
	}

	h2 {
		font-size: 32px;
	}

	h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 576px) {
	body, html {
		font-size: 0.95rem;
	}

	h4 {
		font-size: 15px;
	}

	h3 {
		font-size: 17px;
	}

	h2 {
		font-size: 26px;
	}

	h1 {
		font-size: 32px;
	}
}

.icon-banner{
	width: 60px;
}

.navbar {
	background-color: #006748;
}

	.navbar .nav-link{
		color: white;
	}
	.navbar{
		padding-top: 0px;
		padding-bottom: 0px;
	}
