/*body {
  background: #eee;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
} */
header {
  width:100%;
  background: #fff;
  /*border-bottom: 1px solid #e1e1e1;*/
  /* animation magic */
  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
  /*opacity: .9;*/
  /*background-image: url("/images/cream_grad.png");
  background-repeat: repeat-x;*/
}
header h1 {
  font-size: 30px;
  text-indent: 40px;
  font-weight:  bold;
}   
.container {
  width: 40%;
  margin: 180px auto;
}  
.shrink {
  padding: 0px 0;
  opacity: 2;
}  
