h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
p {
    font-family: 'Lato', sans-serif;
}
html {
    background-color: lightsalmon;
}
.top {
    background-color: lightsalmon;
}
.top .navpad {
    background-color: tan;/* #009900; Esperanto color */
}
.top .navbar-brand {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    background-color: palegoldenrod;
    color: #474747;
    text-decoration: none;
}
.top .navpad  {
    padding: 0;
}
.banner {
    background-color: darksalmon;
}
.banner .container {
    color: sienna; /* slategrey; */
    background-color: wheat;
    min-height: 200px;
    padding: 40px 30px 30px 40px;
}
.banner .container p {
    font-size: 22px;
    padding-left: 5px;
    font-weight: 300;
}
.middle {
    background-color: lightpink;
}
.middle .container {
    background-color: oldlace; /* whitesmoke seashell */
    min-height: 300px;
    padding-bottom: 20px;
}
.navbar-nav li a {
    color: brown;
    font-family: 'Lato', sans-serif;
}
.navbar-nav li a:hover {
    background-color: tan;

.navbar-nav li a:hover, .navbar-nav .dropdown-menu li.active>a:hover {
    background-color: tan;
}
}
.bottom {
    background-color: darksalmon;
}
.bottom .container {
    background-color: tan;
    min-height: 150px;
    text-align: center;
}
.bottom .container h3 {
    color: #999;
}
.bottom .container p {
    color: #666;
}
.navbar-toggle {
    color: #009b9b;
    font-size: 32px;
    margin: 3px;
    padding: 2px 5px;
    line-height: 32px;
}
.navbar-toggle:hover {
    background-color: #373737;
}
.navbar-nav {
    margin: 0;
}

.content p {
    line-height: 30px;
    font-size: 16px;
}
.dropdown-menu {
    background-color: palegoldenrod;
}
/*   .nav a:visited, .nav a:hover{background-color:transparent; text-decoration:none} */

.nav > li > a:visited {
    background-color: #ccc; /*this effects the middle column pills thing too */
}

.nav > li > a:hover {
    background-color: #eee !important; /*this effects the middle column pills thing too */
}

     
.dropdown-menu li > a:hover{
    color: white;            
}
blockquote footer {
    line-height: 2;
}
.nav > li.active {
    background-color: #ccc; /*this effects the middle column pills thing too */
}

.dropdown-menu > li.active > a {
    background-color: #ccc !important; /* Active state */
}

.dropdown-menu > li.active > a:hover {
    background-color: tan !important; /* Hover state */
}


img.max-size-500 {
    max-height: 500px;
}