body {
	padding: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;

   /* The fallback color if the image doesn't load */
   background-color: #1a1a1a; 

   /* The tiling texture */
   background-image: url('kit/pt0044.gif');
   background-repeat: repeat;

   /* Default text color for the whole page */
   color: #a3a3a3;
}

.uk-container {
   background-color: #1a1a1a; /* Dark grey so it stands out from the black backdrop */

   color: #909090; /* Default text color for the whole page */
   padding: 40px;            /* Adds space inside the box so text isn't touching edges */
   border-radius: 8px;       /* Optional: rounds the corners slightly */
   box-shadow: 0 0 15px rgba(0,0,0,0.8); /* Adds depth over the texture */
   margin-top: 20px;         /* Adds space at the top so the texture shows above the page */
   margin-bottom: 20px;
}

strong {
    color: #b3b3b3;
    font-family: 'Courier New', monospace;
    font-weight: bold;
}

.uk-nav-side>li>a {
	font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: 600;
   color: #b3b3b3;
}

/* This only affects the div with the extra 'low-res-video' class */
.low-res-video {
    max-width: 500px; /* Limits the size of the low-res player */
    margin: 20px auto;           /* Centers it and adds some breathing room */
}

/* Optional: Add a subtle border to make it look like an old monitor */
.low-res-video iframe {
   border: 4px solid #333;
   border-radius: 4px;
   width: 100%;
   /* Widescreen, use 16 / 9, DOS resolution (4:3), use 4 / 3 */
   aspect-ratio: 4 / 3; 
   height: auto;
}

/* This overrides the UIkit red color for emphasized text */
em {
    color: inherit; /* Forces it to use the surrounding text color */
    font-style: italic;
}

img {
	width: 100%;
}

#navigation h1.nav-header {
	font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: 300;
   color: #a3a3a3;
	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;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: 700;
   color: #d3d3d3;
}

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