body {
  background-color: #131518;
  font-size: 16px;
  font-family: sans-serif;
  color: white;
  padding: 35px 90px 120px;
}

h1 {
  color: #55ccee;
}

.title {
  text-align: right;
}

h2 {
  color: #33aacc;
}

h3 {
  color: #55bbdd;
}

h4 {
  color: #33aacc;
}

h5 {
  color: #33aacc;
}

h6 {
  color: #33aacc;
}

p {
  color: white;
}

ol {
  margin-left: 25px;
  color: #ccddff;
}

ul {
  margin-left: 25px;
  color: #ccddff;
}

a {
  color: #cccc00;
}

blockquote {
  font: 14px arial;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #cccccc;
}

img {
  padding: 25px 10px 10px;
}

#indented-bullets {
  font-size: small;
}

#tinythoughts {
  font-size: xx-small;
}

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}


footer{
	bottom: 0;
	background-color: #292c2f;
	margin-top: 10px;
	padding: 5px 5px;
}
footer-distributed{	
 width: 100%;
 text-align: left;
 font: 12px sans-serif;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
 display: inline-block;
 vertical-align:top;
}

.footer-distributed .footer-left{
 width: 25%;
 vertical-align: top;
}

.footer-distributed .footer-title{
 font-family: sans-serif;
 
}

.footer-distributed .footer-center{
 width: 50%;
 font-size: 11px;
 align:center;
}

.footer-distributed .footer-right{
 width: 20%;
 font-size: 14px;
}

.footer-title{
	font-size: 12px;
	font-style: bold;
	vertical-align:top;
}

.footer-copyright{
	font-size: 12px;
}
.footer-links{
	font-size: 16px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

