div.bg-image {
    background-image: url('kastanje-cover.jpg');
    height: 516px;
    background-size: cover;
}

div.mask {
    background-color: rgba(0,0,0,0.2);
    height: 100%;
}

div.pagetitle {
    color: white;
    text-align: center;
    background-color: transparent;
    padding-top: 100px;
    text-shadow: 2px 2px 4px black;
}

div.pagetitle h1 {
    font-size: 40px;
    max-width: 700px;
    margin: auto;
}

div.pagetitle h2 {
    font-size: 20px;
    color: lightgray;
    font-weight: bold;
    max-width: 700px;
    margin: auto;
}

section.program td {
    border: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'EB Garamond', serif;
    font-weight: bold;
}

nav.navbar {
    background-color: #2e401e;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    font-size: 20px;
}

nav.navbar a {
    text-decoration: none;
    color: white !important;
}

.navbar-nav li.active a {
    background-color: darkgreen !important;
}

.btn {
    text-decoration: none;
}

a {
    text-decoration: underline;
    color: #00BB00;
}

a:hover {
    color: #00FF00;
}

a:visited {
    color: #008800;
}

.btn-success {
    background-color: #00FF00;
    border-color: #00BB00;
    color: black !important;
}

.btn-success:hover {
    background-color: #00FF00;
    border-color: #00BB00 ;
}

figcaption {
    font-size: 12px;
    color: gray;
    font-weight: bold;
    margin: 0.5em 2em 1em 2em;
    text-align: center !important;
}

body {
    margin-top: 50px;
}

html {
    scroll-padding-top: 50px;
}

/*.btn-success {background-color: #00FF00 !important;} */
body,
html {
    overflow-x: hidden;
}

#page-container {
    max-width: 800px;
}

@media screen and (max-width: 400px) {
    #om img {
        width: 80px;
        height: 80px;
    }
}

@media print {
    #program a[href]:after {
        content: none !important;
    }
}