body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 5em;
    font-weight: 700;
}

p.navbar-text {
    font-weight: 700;
}

footer {
    padding: 50px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.jumbotron {
    background-color: rgb(240, 240, 240);
}

footer {
    padding: 50px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.nav-pills > li > a {
    color:black;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color:black;
    background-color:#fa928e;
}

p.copyright {
    margin: 15px 0 0;
}

a.footerLink {
    color: rgb(100,100,100)!important;
}

a.footerLink a:visited {
    color: rgb(100,100,100)!important;
}

a.footerLink a:active {
    color: rgb(100,100,100)!important;
}

a.footerLink a {
    color: rgb(100,100,100)!important;
}