.smal {
	max-width: 250px;
}
.mindersmal {
	max-width: 350px;
	padding-left: 25px;
}
body { 
	font-size: 1.25rem;
    line-height: 2.5;
	  color: rgba(0, 34, 125, 0.9);
}
.navbar, .footer {  
	font-size: 1rem;
    line-height: 1.5;
}
.navbar-light .navbar-brand {
  color: rgba(0, 34, 125, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 34, 125, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 34, 125, 0.9);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(241, 105, 44, 0.9);
	text-decoration: underline;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(241, 105, 44, 0.9);
}
#content h1 {
	  text-transform: uppercase !important;
	 color: rgba(241, 105, 44, 0.9);
	 text-align: center !important;
}
