body {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
}
h1,
h2,
h3 {
    text-align: center;
    font-weight: 300; 
        background: #cccccc;
}
p {
    padding-bottom: 0px;
}
ul li ul li {
    margin-left: -10px;
    
} 
.address {
    margin-bottom: 0px;
}
.footer{
    padding: 20px;
    background: #cccccc;
    font-size: 0.75em;
}
.carousel-caption p, .carousel-caption h3, .carousel-indicators{
    background: rgba(0,0,0,0.4);
}
#top{
    margin-top: 50px;
}
