/*
 * blue 1: #438DD2;
 * blue 2: 
 * blue 3: #91B9E2;
 
 * green: #8EBC11;
 * green 2: #37BF00;
 * green 3: #0CE425; **This one.**
 
 *85% gray: #1A171B; (ish)
 * mid-gray: #737373; **This one.**
 *05% gray: #E4E7E3; (ish)

*/

/*** --------- DEFAULT --------- ***/

h1 { font-size:2.2em;  /* 16x2.25=36 */ }
h2 { font-size:1.4em;   /* 16x1.5=24 */ }
h3 { font-size:1.1em; /* 16x1.125=18 */ }
h4 { font-size:0.8em; /* 16x0.875=14 */ }

p {
   margin-bottom: .5em;
   font-size:0.6em;  /* 16x0.75=12 */
   line-height: 1.2em;
   font-weight: lighter;
}

p + p {
   text-indent:1em;
   margin-top: .5em;
   line-height: 1.2em;
}

blockquote {
   margin:1.5em 
}

li {
  font-size: .5em;
  font-weight: lighter;
}



/*** --------- NAVIGATION --------- ***/

a {
  color: #438DD2;
  text-decoration: none;
}

a:hover {
  color: #0CE425;
}

.primaryNav li {
  list-style-type: none;
}

.primaryNav a {
  text-decoration: none;
  color: #91B9E2;
}

.primaryNav a:active {
  color: #438DD2;
}

.primaryNav a:hover {
  color: #0CE425;
}



/*** --------- CONTENT --------- ***/


/** ---- HELLO ---- **/

.hello:hover {
  color: #0CE425;
}

.hello p {
  font-size: .8em;
}

.hello {
  color: #D0CECF;
}

.inlineGreen {
  display: inline;
  color: #0CE425;
}

/*
.callout p {
  font-size: .7em;
}
*/

/*
.helloBlurb a {
  color: #91B9E2
}
*/


/** ---- PROJECTS ---- **/

.projectBlurb {
  font-size: .8em;
  color: #323232;
}
 
/*
.projectBlurb a {
  color: #438DD2;
}

.projectBlurb a:hover {
  color: #0CE425;
}
*/


.projectURL {
  margin-top: 1.8em;
  font-size: .8em;
}

.inlineLabel {
  font-family: Georgia, Times New Roman;
  font-style: italic;
  font-weight: heavier;
  color: #737373;
}
  
.projectMeta li {
  font-size: .7em;
  color: #91B9E2;
  padding-right: .45em;
}


/*** --------- FOOTER --------- ***/

.footer p {
  padding: 7px 0px 0px 5px;
  color: #0CE425;
  font-size: .9em;
  line-height: 1.8em;
}
 
  
  
  
  
  
  
  


