 @font-face {
    font-family: 'caladeabold';
    src: url('fonts/caladea-bold-webfont.eot');
    src: url('fonts/caladea-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caladea-bold-webfont.woff2') format('woff2'),
         url('fonts/caladea-bold-webfont.woff') format('woff'),
         url('fonts/caladea-bold-webfont.ttf') format('truetype'),
         url('fonts/caladea-bold-webfont.svg#caladeabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hackregular';
    src: url('fonts/hack-regular-webfont.eot');
    src: url('fonts/hack-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hack-regular-webfont.woff2') format('woff2'),
         url('fonts/hack-regular-webfont.woff') format('woff'),
         url('fonts/hack-regular-webfont.ttf') format('truetype'),
         url('fonts/hack-regular-webfont.svg#hackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}   
    body {font-size: 11pt;
          font-family: "hackregular", monospace;}
    p {font-size: 16pt;
       margin-bottom: .25in;
       margin-top: .25in;
       margin-left: auto;
       margin-right: auto;
       font-family: "hackregular", monospace;
       max-width: 65%;}
    h1, h2, h3, h4, h5, h6 {font-family: "caladeabold", Georgia; margin-bottom: 0.5in;}
    h1 {font-size: 22pt; color: #2d3d09; text-align: left;}
    h2 {font-size: 18pt; color: #608360; text-align: right; margin-right: 22%; margin-top: -0.55in;}
    h3 {font-size: 16pt; text-align: right; margin-right: 40%; text-decoration: underline overline;}
    h4 {font-size: 18pt; text-align: center; margin-right: 40%; color: #60833d;}
    a, a:visited {color: #6fc62d;}
    a:hover {text-decoration: none;}
    a.crnt {color: #2d3d09;}
    #main {margin-bottom: 1.5in;}
    #nav {
    position: fixed;
    top: 150px;
    right: 100px;
    background-color: none;
    border: 1px dashed #608360;
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  max-width: 30%;
  }
  ul {list-style-type: none;
      padding: .05in;
      text-align: center;}
  ul.projects {
   list-style-type: circle;
   font-size: 16pt;
  }

