html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------*/

@font-face {
    font-family: 'dosisextralight';
    src: url('fonts/Dosis/dosis-extralight-webfont.eot');
    src: url('fonts/Dosis/dosis-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Dosis/dosis-extralight-webfont.woff') format('woff'),
         url('fonts/Dosis/dosis-extralight-webfont.ttf') format('truetype'),
         url('fonts/Dosis/dosis-extralight-webfont.svg#dosisextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans/opensans-light-webfont.eot');
    src: url('fonts/OpenSans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/opensans-light-webfont.woff') format('woff'),
         url('fonts/OpenSans/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: "Open Sans Condensed";
    font-size: 15px;
    background-color: #7bbee5;
}

#lavka {
    background: url('dobiland-lavka.png') no-repeat transparent;
}

#kostel {
    background: url('dobiland-kostel.png') no-repeat transparent;
}

#most {
    background: url('dobiland-most.png') no-repeat transparent;
}

#lavka, #kostel, #most {
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    height: 105%;
    z-index: -1;
}

h1 {
    display: none;
}

header {
    text-align: center;
}

header img {
    margin: auto;
}

#intro {
    text-align: center;
    max-width: 700px;
    margin: 10% auto 0;
    font: normal normal 1.6em/1.3em "Open Sans Condensed";
    color: rgba(30, 30, 30, .7);
    z-index: 10;
}


footer {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

footer p {
    text-align: center;
    margin: 0 0 .5em 0;
}

footer img {
    margin-left: 9px;
    height: 42px;
}
