/*******************
GENERAL 
********************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75em;
}

a {
  text-decoration: none;
}

#wrapper {
  padding: 5px;	
}

/*******************
COLORS
********************/

/* site body - color is the default text color 999 = light grey */
body {
  background-color: #fff;
  color: 0;
}

h1 {
  margin: 10px 0 0 0;
}

/*******************
FOOTER
********************/

footer {
  font-size:: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #ccc;
}


.social-icon {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}









