/* index page css */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; color: #f5f5f5;
  background: #3372a4;
}

h1 { font-family: inherit; }


/* header & nav */

.header {
  width: 100%;
  height: .8%;
  padding-top: 10px;
  background: rgba(0,0,0,0.5); 
  color: #f5f5f5;
}

.header a {
  color: #f5f5f5;
  text-decoration: none;
}

.header a:hover {
  color: inherit;
  text-decoration: none;
}

.header .branding {
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 15px;
}

/*content */

.content {
  padding-top: 90px;
}

.content .project-name {
  font-size: 10.0em;
  font-weight: bold;
}

.content .slogan {
  font-size: 2.0em;
  font-weight: bold;
  color: yellow;
}

/* Footer */

.footer {
 position:fixed;
 left:0px;
 bottom:0px;
 height:23px;
 width:100%;
 background: rgba(0,0,0,0.5);
}

.footer a {color: #f5f5f5;}

.footer .heart {color: red;}
