body {
  background-color: #c0c0c0;
  font-family: "Nunito Sans", sans-serif;
}

.container {
  max-width: 960px;
}

main {
  min-height: 500px;
}

.footer {
  max-width: 960px;
  font-size: 0.9rem;
}

.bg-blue {
  background-color: #091f62;
}

.nav-link {
  font-size: 0.9rem;
}

h1 {
  font-weight: bold;
  font-size: 1rem;
}

h2 {
  font-weight: bold;
  font-size: 0.9rem;
}

label {
  font-weight: bold;
}

p {
  font-size: 0.9rem;
}

li {
  font-size: 0.9rem;
}

label {
  font-size: 0.9rem;
}
.banner { 
	background-image: url('/img/banners.gif');
	min-height: 130px;
}

.navbar {
	background-color: #d4d4d4;
	border-top: 2px solid #5e5c5c;
	border-bottom: 2px solid #5e5c5c;
}