html {
	/* background:#7f5537; */
}

body {
	/* background:#7f5537;*/
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
/*
a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; text-decoration: underline; }
*/
.title { 
    font-family: 'Sigmar One', cursive;
	font-weight:normal;
	margin-bottom:18px; 
	font-size:2em;
	line-height:1em;
}

.subtitle { 
    font-family: 'Sigmar One', cursive;
	line-height:.8em;
	font-size:1.8em;
    letter-spacing: 0.2em;
	margin-top:0;
	margin-bottom:40px; 
}

img {
	width: 100%;
}

.imgsized {
	width: auto !important;
	height: auto !important;
}

#navigation h1.nav-header {
	padding: 0 15px;
	margin-bottom: 0;
}

#navigation a.nav-header {
	padding: 5px 15px;
	font-weight: bold;
}

#navigation ul.uk-nav {
	padding: 15px 0;
}

#navigation p {
	padding-bottom: 10px;
}

#navigation li.language-select select {
	float: right;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;s
}

#content img.header {
	margin-bottom: 20px;
}

#content ul {
	list-style-type: square;
}

#content li.done {
	color: #008000;
	text-decoration: line-through;
}

#content div.images div {
	padding-bottom: 25px;
}

#content p.images-text {
	margin-top: -15px;
}

#content .iframe-container {
	position: relative;
	/* Magic! Makes sure the container is high enough to show the entire iframe 
	 * Thanks to http://andmag.se/2011/11/responsive-embeds/ */
	padding-bottom: 56.5%;
}

#content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	h2 {
		margin-top: 25px;
	}
}
