/*Styles created by Kyle Daniels for kndaniels.com*/

body {
  color: #333333;
  background-color: #D0EBE8;
  display: block;
  font-family: verdana;
}
h1 {
  color: #0D1AB1;
  font-size: 300%;
}
h2 {
  color: #E82929;
  font-size: 170%;
}
h3 {
  font-size: 125%;
}
nav ul {
   border-top: 1px solid #d0d0d0;
   border-bottom: 1px solid #d0d0d0;
   box-sizing: border-box;
   line-height: 40px;
   margin: 0;
   height: 40px;
}
nav li {
   display: inline-block;
   padding: 0 .5em;
   text-transform: uppercase;
}
nav a {
   color: inherit;
   text-decoration: none;
   font-weight: bold;
}
nav a:hover {
   color: #E82929;
}
img {
   float: right;
}
#about {
   display: inline;
   vertical-align: middle;
}
#page-container {
  position: relative;
  min-height: 94vh;
}
#wrapper {
  width: 1000px; 
  margin-left: auto; 
  margin-right: auto;
  padding-bottom: 2.5rem;
}
footer {
  color: #333333; 
  text-align: center;
  font-size: 0.7em;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: .75rem;    
}