.badger-red {
  color: #9b0000 !important; }

.btn-red {
    background-color: #9b0000;
    color: white;
}

 .lead {
	 font-size: 2rem;
	 line-height: 1.3;
	 font-family: verlag, open sans;
	 color: black;
 }
 
 .navbar {

    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform .3s ease-out, background-color .3s ease-out;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 56px;
	background-color: #9b0000;
 }
 
 .navbar-brand img {
    vertical-align: baseline;
    max-height: 100px;
 }
 
.second .section {
	 padding-top: 3rem;
	 padding-bottom: 0rem;
 }
 
 #section-mission {
	 padding-top: 3rem;
 }
 
 #cta {
	 padding-top: 0rem;
 }
 
 .landing-page h1 {
	 color: white;
	 line-height: 1.3;
 }
 
 .landing-page .lead-2 {
	 color:white;
	 font-size: 2rem !important;
	 line-height: 1.3;
 }
 
 .border-badger-red {
    border-color: #9b0000 !important;
 }
 
 .btn-info {
    color: #fff;
    background-color: #9b0000;
    border-color: #9b0000;
}
