/* Add here all your css styles (customizations) */
h2 {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 6px;
}
.bg {
    /* The image used
    background-image: url("/assets/images/live/Darko_Sekulic_Nisville_Festival_005.jpg");*/

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar .nav > li > a{
    text-shadow: black 0.1em 0.1em 0.2em;
}