/*
  cogitellus
*/
body {
 background : white;
 color      : navy;  
 font-family: Helvetica, Verdana, Arial, sans-serif;
}
.splash {
 color        : blue;
 display      : block;
 margin-left  : auto;
 margin-right : auto;
 text-align   : center;
}
.splash > h1 {
 margin-top    : 10%;
 margin-bottom : 0;
 font-size     : 72pt;
 text-shadow   : 2px 4px 5px black;
}
.brand {
  width: 95%;
  display      : block;
  color        : blue;
  margin       : 0 auto 0 auto;
}
.brand > h1 {
 text-align   : right;
 font-size    : 18pt;
 text-shadow  : 1px 1px 2px black;
 margin-bottom: 0px;
}
.brand > hr {
 margin-top: 0px;
 padding-top: 0px;
}
.brand > h5 {
 text-align: right;
 margin-top: 0px;
}
.brand a {
 text-decoration: none;
}
.brand a:visited {
 color : blue;
}
.brand a:hover {
 color : red;
}
.reveal {
 color : #777;
}
.reveal a {
 text-decoration: none;
}
.reveal a:visited {
 text-decoration: none;
 color : #999;
}
.reveal a:hover {
 text-decoration: none;
 color : navy;
}
#main {
 width       : 95%;
 margin-left : auto;
 margin-right: auto;
}

