html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
    font-family:lucida sans unicode, verdana, sans-serif;
    font-size:90%;
    background:#dddddd;
    margin:0;
    cursor:default;
    padding-bottom: 6rem;
    min-height: 96%;
    position: relative;
}

img {
    border:0;
}

a:link, a:visited {
    color:#003366;
}

h1 {
    margin:0;
    padding:4px;
    color:#dddddd;
}

hr {
    display: block;
    height: 24px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.header {
/*    border-top:solid #ffffff 12px;*/
    background:#003366;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.chrisimage{
    background:#003366;
    width: 100%;
}

.nav {
    padding:0px 12px;
    background:#ffffff;
}

/*.nav:hover {
    background:#dddddd;
}*/

.selected {
    margin-top:-4px;
    border-top:solid #dddddd 4px;
    background:#dddddd;
}

.page {
    padding: 0;
    position: relative;
    top: 120px;
}

.content {
    margin:25px;
}

.copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.videos {
    margin:25px;
    position: relative;
}

/*
   Resume CSS
*/

.resume {
    margin-left:150px;
    margin-right:150px;
    font-family:georgia, garamond, serif;
    font-size:110%;
}

.name {
    font-family:"Lucida Sans Unicode", sans-serif;
    font-size:150%;
}

.address, .phone, .email {
    font-size:100%;
}

.sectionHead {
    font-family:"Lucida Sans Unicode", sans-serif;
    font-size:130%;
    margin-top:25px;
}

label.date {
    margin-left:-150px;
    float:left;
    width:140px;
    text-align:right;
    padding-top:16px;
}
.subSectionHead {
    font-style:italic;
    padding-top:16px;
}

.date {

}

.description {
    margin-top:-25px;
    padding-left:90px;
}

.projtitle {
    color:#003366;
}

/* Add a background color to the top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #eee;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #ddd;
  color: black;
}

span.blockspam {
  display: none;
}