/*title-slide.p {font-family: 'Patrick Hand', cursive;}*/

/* title slide */
article{ font-size: 85%; }


hgroup p,h1 {
  font-weight: normal;
  font-family: 'Comfortaa', cursive;
}


h2,h3 {color: #9F1706;}

h3 { font-size: 1.2em;
  font-weight: bold;}
h2 {font-size: 1.4em;
 margin-bottom: -0.6em;}

strong {
  font-size: 0.9em; 
  font-weight: bold;
  color: #9F6F34;
}

#blue_text {
  fill: blue;
  font-size: 0.8em;
}

#red_text {
  fill: red;
  font-size: 0.8em;
}

#green_text {
  fill: green;
  font-size: 0.8em;
}

#black_text {
  fill: black;
  font-size: 0.8em;
}

.references {
  font-size: 0.7em;
}
/*
#9F1706
C63C00
9F6F34
657760
*/