@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);
body {
  background: #fff; }

#logo {
  margin: 100px auto 16px;
  display: block;
  width: 250px; }

.body {
  text-align: center;
  margin: 0px auto 0;
  font-size: 15px;
  color: #000; }
  .body p {
    max-width: 768px;
    margin: 0 auto;
    display: block; }
    .body p a {
      color: #000;
      display: block;
      margin-top: 20px; }
  .body .social {
    text-align: center;
    margin-top: 25px; }
    .body .social a {
      display: inline-block;
      margin: 0 10px; }
      .body .social a img {
        height: 32px; }

.bar {
  overflow: hidden;
  padding: 10px 15px;
  background: #f38025;
  color: #A04700;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  .bar .email span {
    font-style: italic; }
  .bar strong {
    font-weight: 600; }
  .bar a {
    color: #fff;
    font-size: 14px;
    font-weight: 600; }

#equations {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: #777;
  font-size: 30px;
  z-index: -1;
  opacity: 0.3; }
  #equations .line {
    white-space: nowrap;
    height: 55px;
    text-align: left;
    direction: ltr;
    position: relative;
    left: 0; }
    #equations .line:nth-child(2n+2) {
      text-align: right;
      direction: rtl; }

@media (max-width: 768px) {
  #logo {
    width: 200px;
    margin-top: 50px; }
  .tagline {
    text-align: center;
    float: none !important;
    font-size: 14px; }
  .email {
    display: none; } }
