html {
  background: #fbfcf9; }

header {
  height: auto;
  font-size: 18pt;
  text-align: center;
  background: #d3fad2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 3px double #e6d8d5; }

.row {
  border-bottom: 1px solid #e6d8d5;
  margin-bottom: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 1; }

.construction {
  font-size: 18pt;
  height: 5em; }

.project {
  height: 203px;
  width: 203px;
  background: #3f803d;
  border: 2px inset #1f661c;
  float: left;
  margin-top: 3em;
  color: white; }
  .project img {
    width: 100%;
    height: 100%;
    margin: 0; }

.title {
  font-size: 16pt;
  color: black;
  text-decoration: none;
  .title: hover;
    .title-color: blue; }

.projectDescription {
  clear: both;
  display: inline-block;
  float: left; }

span {
  display: block;
  margin-bottom: .25em; }

/*# sourceMappingURL=main.css.map */
