body {
	padding: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height:1.6em;
	background-color: black !important;
	color:#f0f0f0 !important;
}

img {
	width: 100%;
}

#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;
	color: #C0C0FF;
	font-weight: bold;
}

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

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#buttonTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttonTop:hover {
  cursor: pointer;
  background-color: #C0C0FF;
  color: black;
}
#buttonTop:active {
  background-color: #555;
}
#buttonTop {
  opacity: 1;
  visibility: visible;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 0.5em;
  color: black;
  float: right;
  background-color: #7070AA;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;  
  content: "\f077";
}

.simpleLink {
}

.simpleLink:hover {
	all: unset !important;
}

.imgZoom{
  z-index:0 !important;
  transition: transform .2s; /* Animation */
}

.imgZoom:hover {
  position:relative;
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index:9999999 !important;
}
