/*css reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*kod*/

header {
	width: 100%;
	height: 70px;
	background-color: black;
	opacity: 0.7;
}
#logotype {
	font-family: 'Allura', cursive;
	font-size: 30pt;
	color: white;
	padding-left: 20px;
	padding-top: 20px;
	}
	
a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

nav {
	display: inline;
	width: 80%;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	padding: 20px 20px 0px 0px;
	
}
ul {
	display: inline;
	width: 60%;
}
li {
	display: inline;
	color: white;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	text-align: center;
	font-size: 15pt;
	margin-left: 15px;
	
}
p li {
	display: block;
	color: black;
	
}
footer {
	height: 30px;
	width: 100%;
	background-color: black;
	display: inline;
	position: fixed;
	bottom: 0;
	}
footer p {
	color: white;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}	
.main-txt
{
	text-align: left;
	max-width: 1200px;
	max-height: 70%;
	position: absolute;
	top:15%;
	left: 25%;
	margin: auto;
	overflow: scroll;
}
.main-txt h1 {
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 35pt;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 5px;
}
.main-txt h2 {
		font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 25pt;
	margin-bottom: 10px;
	margin-top: 15px;
}
.main-txt p {
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: medium;
	margin-top: 10px;
	line-height: 1.2;
}
.main-txt p img{
	height: 150px;
	float: left;
	margin: 4px 8px 4px 0px 
}
sup {
    vertical-align: super;
    font-size: xx-small;
}