body {
    color: #222;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 300;
}
a {
    color: #c10037;
    text-decoration: none;
}
a:hover, a:focus {
    color: #750021;
    text-decoration: underline;
}
p {
    margin-bottom: 1.7em;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 22px;
    min-height: 30px;
    position: relative;
}
.navbar-nav > li > a {
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 22px;
}