body {
  margin: 0;
  padding: 0px;
  color: #000000;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 1000px;
}

#header {
  text-align: right;
  background-image: linear-gradient(90deg, #cadceb, #02aaff,  #02aaff);
  line-height: 2.5em;
  padding-top: 10px;
}

#header img.logo {
	float:right;
	margin-right: 5px;
	width:80%;
	max-width:450px;
}

#header img.profile {
	display: none;
}

#header h1 {
  margin: 0;
  padding: 0px 5px 0px 2px;
  font-family: 'McLaren', cursive;
  font-size: 1.75em;
}

#header h2 {
	text-align: right;
	clear: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
	color: #666666;
	background-color: white;
	line-height: 1.25em;
}

#content {
  margin: 0 0.25em;
  line-height: 1.25em;
}

#content .breadcrumb {
	margin: -10px 0 -17px;
	color: #333333;
}

#content .breadcrumb img {
	display: inline;
	width: 15px;
	height: 15px;
}

#content .breadcrumb a {
	color: #333333;
	text-decoration: none;
}

#content .breadcrumb a:hover {
	text-decoration: underline;
}

#content .breadcrumb .active {
	font-weight: bold;
}

#content h1 {
	color: #ffffff;
	background-color: #02aaff;
	line-height: 1.25em;
	margin-bottom: 0.25em;
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	border-bottom: 5px solid #000000;
}

#content h2 {
	color: #ffffff;
	background-color: #02aaff;
	line-height: 1.20em;
	margin-top: 1.25em;
	margin-bottom: 0.3em;
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	border-bottom: 3px solid #000000;
}

#content h3 {
	color: #0070d0;
	line-height: 1.3em;
	font-size: 1.3em;
	margin-top: 0.5em;
	border-top: 2px solid #0070d0;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

#content h1 + p, #content h2 + p, #content h3 + p {
	margin-top: 0.25em;
}

#content div.thumbnail {
	padding: 0;
	margin-bottom: 1em;
	min-height: 156px;
}

#content div.thumbnail a {
	color: #ffffff;
	text-decoration: none;
}

#content div.thumbnail h1 a,
#content div.thumbnail h2 a {
	color: #ffffff;
	text-decoration: none;
}

#content div.thumbnail h1 a:hover,
#content div.thumbnail h2 a:hover {
	text-decoration: underline;
}

#content div.thumbnail h2 {
	color: #ffffff;
	background-color: #02aaff;
	line-height: 1.5em;
	border-radius: 8px 8px 0 0;
	border-bottom: 3px solid #000000;
}

#content div.thumbnail p a {
	color: #0000ff;
}

#content div.thumbnail p a:hover {
	color: #ff0000;
}

#content div.thumbnail img {
	width: 200px;
	max-width: 33%;
	aspect-ratio: 4/3;
	border: 3px solid #02aaff;
	border-radius: 8px;
	padding: 2px;
	float: left;
	margin: 0 0.5em 0 -10px;
	background-color: #cadceb;
}

#content .section {
	border-top: 1px solid #000000;
	margin-top: 1.5em;
	padding-top: 1em;
}

#content .caption,
#content .captionright,
#content .captionleft {
	border: 1px solid #000000;
	text-align: center;
	background-color: #cadbeb;
	margin-bottom: 1em;
	padding: 5px;
}

#content .caption p,
#content .captionright p,
#content .captionleft p {
	font-size: 0.9em;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #cadceb;
	padding-top: 0.25em;
	padding-bottom: 0.25em
}

#content .caption p.credit,
#content .captionright p.credit,
#content .captionleft p.credit {
	text-align: right;
	font-size: 0.75em;
	margin-bottom: 0;
	padding-right: 0.75em;
	padding-bottom: 0;
}

#content .caption p.credit + p,
#content .captionright p.credit + p {
	border-top-style: none;
	margin-top: 0;
	padding-top: 0;
}

#content a {
  color: #0000ff;
}

#content a:hover {
  color: #ff0000;
}

#content img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#content img.right,
#content img.left {
  display: block;
  border: 1px solid #ffffff;
  width: 60%;
  margin: 1em auto;
}

#content dl {
	margin-left: 1.25em;
}

#content dt {
	font-weight: bold;
}

#content li li {
	list-style-type: square;
}

#content blockquote {
	width:90%;
	border-radius: 5px;
	border: 1px solid #0099cc;
	margin: 1em auto;
	padding: 0.5em;
	background-color: #ddeeff;
}

#content blockquote h4 {
	margin-top: 0;
	margin-bottom: 0;
}