body {
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 70px 70px 70px;
	max-width: 1150px;
	font-family: Segoe UI, Calibri, sans-serif;
}

a:visited {
  color: #0000ee;
}

h1, h2 {
	margin-top: 40px;
	color: #666666;
}
h2 {
	border-bottom: 2px #ccff00 solid;
}

.top {
	background-color: #666666;
	padding: 15px;
}

/* Add a black background color to the top navigation */
.topnav {
  margin-top: 4px;
  // overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav span.section {
  float: left;
  text-align: center;
  padding: 14px 16px;
  margin-right: 7px;
  font-size: 22px;
  font-family: Franklin Gothic, Segoe UI, Calibri, sans-serif;
  border: 1px #666666 solid;
  border-radius: 12px;
}
.topnav a {
  color: white;
  text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover, .topnav a:hover span {
  color: #ccff00;
}

/* Add a color to the active/current link */
.topnav span.curSection {
/*
  background-color: #667666;
  color: #ddff11;
*/
  color: white;
  border: 1px solid #aaa;
  background-color: #757575;
}




/* Dropdown Button */
.dropdownButton {
  //background-color: #3498DB;
	background-color: #666666;
  color: white;
  padding: 16px;
  font-size: 22px;
  font-family: Franklin Gothic, Segoe UI, Calibri, sans-serif;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropdownButton:hover, .dropdownButton:focus {
  background-color: #5a5a5a;
  color: #ccff00;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdownList {
  display: none;
  position: absolute;
  background-color: #5a5a5a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdownList a {
  color: white;
  font-size: 18px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdownList a:hover {
  background-color: #525252;
}

.dropdownList div.selectedItem {
  font-size: 18px;
  padding: 12px 16px;
  background-color: #757575;
  color: white;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}






div.tagline {
	font-size: 46px;
	margin: 1em 0;
}
div.intro {
	font-size: 28px;
	margin: 0.8em 0;
}

table.main-page-section {
	font-size: 20px;
	border-top: 3px #ccff00 solid;
	padding-top: 60px;
	margin-top: 60px;
}

td.main-page-image {
	width: 150px;
}

div.header {
	color: #666666;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

img.sponsor-logo {
	margin-left: 40px;
	vertical-align: middle;
}

code {
	padding: 4px;
	background-color: #f0f0f0;
	line-height: 1.6;
}

code.language-bash, code.language-yml, code.language-php, code.language-json, code.language-error {
	display: block;
	padding: 10px;
	line-height: normal;
	background-color: #eee;
	border-radius: 5px;
}

code.language-error {
	/** force word wrapping */
	white-space: normal;
}

figure {
	width: 600px;
	border: 1px #555 solid;
	margin: 35px;
	padding: 25px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
}
figcaption {
	margin-top: 20px;
}

div.footer {
	margin-top: 80px;
	border-top: 1px #555 solid;
	text-align: right;
	color: #555;
}
