html { font-size: 100%; }
body {
    /* background-color: #white; */
    font-family: 'Noticia Text', serif;
    position: relative;
}
.main { min-height: 100%; margin-bottom: -45px; }
.main::after { content: ""; display: block; height: 45px; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

a { color: #39c; text-decoration: underline; }
h1 a, h2 a, h3 a { text-decoration: none; }
a:hover { color: #f60; text-decoration: underline; }

ul { margin-left: 17px; }
ol { margin-left: 20px; }
pre { margin: 1.25rem 0; padding: 4px 0;  } 
pre>code { display: block; overflow-y: auto; overflow-x: scroll; }

header, footer {
    background-color: #333;
    box-shadow: 0 0 5px #333;
}
body.page_home header {
    background-image: url('/theme/dnzm-bolt/images/frankrijk.jpg');
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
}
header article {
    color: white;
    border: 1px solid transparent;
    text-shadow: 0 1px 30px black;
    font-weight: bold;
}
header article h1 { color: white; margin-top: 2rem; margin-bottom: 2rem; }
header article p { margin-top: 2rem; margin-bottom: 2rem; }
.top-bar { background: transparent; }
.top-bar a:hover { text-decoration: none; }
.top-bar .name h1 a {
    padding-left: 50px;
    background-image: url('/theme/dnzm-bolt/images/d.svg');
    background-size: 30px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
}
footer p, footer ul.inline-list {
    /* line-height: 45px; */
    margin-bottom: 0; 
}
footer p, footer a {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: white;
}
footer ul.dropdown { display: none; }

footer h1, footer h2, footer h3 { color: #999; }
footer h2 { font-size: 1.4rem; font-weight: 300; margin-bottom: 0; }
footer strong { font-weight: 400; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer span.subtitle { color: #ccc }
footer .follow-me a { 
    /* text-indent: 110%; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* width: 16px; */
    /* height: 16px; */
    /* background: transparent url(/icons) top left no-repeat; */
}
footer .credits { margin-top: 2em; }

article h2 span.subtitle, h4 { font-weight: 300; color: #666; }

section[itemprop="articleBody"] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
section[itemprop="articleBody"] h3 { font-weight: 300; }
.main section article, .main section + section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
section article img.articleImage { height: 2.3rem; }

.meta {
    margin: 1rem 0;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
}
.meta p { margin: 0; font-weight: 300; }
.meta a { color: #666; }
.meta + h2 { margin-top: 0; }

/* "bolt_widget" is the default container for widgets in Bolt. */
.bolt_widget {
    background: #f2f2f2;
    border: solid 1px #e6e6e6;
    margin-bottom: 8px;
    padding: 6px;
}

.pagination a:hover {
    text-decoration: none;
}

/* Styles for 'responsive video embeds' --------------------------------  */

.responsive-video {
    padding-top: 25px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 0 0 1em 0;
}

.responsive-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
}

.alignright { float: right; margin-left: 1em; }
.alignleft { float: left; margin-right: 1em; }

.welcome a { margin-top: 2rem; }
.welcome img {
    width: 3rem;
}

@media only screen and (min-width: 40.063em) {
    .welcome img {
        width: 3.75rem;
    }
}

.tag-weight-xl { font-size: 200%; }
.tag-weight-l { font-size: 160%; }
.tag-weight-m { font-size: 120%; }
.tag-weight-s { font-size: 100%; }
.tag-weight-xs { font-size: 70%; }
