body, html {
    height: 100%;
}

div{
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.jumbotron{
    background-image: url("../images/jumbotron-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg{ 
    /* The image used */
    background-image: url("../images/bg-page.jpg");

    /* Center and scale the image nicely */
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.container{
    padding-top: 1em;
    background-color: rgba(255,255,255,0.95);
}

nav{
    font-family: Tahoma;
}

.navbar{
    background-image: url("../images/bg-menu.png");
    background-repeat: no-repeat;
}

h4{
    margin-top: 3em;
}

.no-padding-top{
    margin-top: 0px;
}

.list-group-item-unstyled{
    padding-top: 12px;
    padding-bottom: 12px;
    list-style: circle;
}