/*

@bright: #e6e5ec;
@midBright: #9f9bb8;
@midDark: #524e6d;
@dark: #1b1a24;

*/

@font-face {
  font-family: 'Alterbro';
  src: url('../../fonts/alterbro.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('../../fonts/alterbro.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Munro';
  src: url('../../fonts/munro-webfont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('../../fonts/munro-webfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
	padding: 15px 0;
	font-family: Munro, sans-serif;
	font-size: 1.4em;
	line-height:1.6em;
    background: #1b1a24;
    color: #9f9bb8;
}

h1, h2, h3{
    color: #e6e5ec;
    font: 1.5em Alterbro, sans-serif;
    text-transform: uppercase;
}

a, a:link, a:visited{
    color: #e6e5ec;
    text-decoration: underline;
}

b, strong{
    font-weight: normal;
}

img {
	width: 100%;
}

hr{
    border: 1px solid #e6e5ec;
}

.uk-nav-side > li > a {
    color: #1b1a24;
    background: #9f9bb8;
    margin-bottom: 10px;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
    background: #e6e5ec;
    color: #1b1a24;
}

#navigation h1.nav-header {
	text-align: center;
}

#navigation h1.nav-header img {
	width: 80%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

#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;
}

.factsheet strong{
    font-weight: normal;
    text-transform: uppercase;
    color: #e6e5ec;
    font-size: 0.9em;
}

.factsheet a, .factsheet a:link, .factsheet a:visited{
    color: #9f9bb8;
}

.factsheet a:hover{
    color: #e6e5ec;
}

#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;
	}
}
