body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  padding-top: 32px;
}

li {
  font-size: 18px;
}

.hero-unit {
  margin-top: 32px;
}

p {
  line-height: 24px;
}

a.navbar-brand {
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #504849 !important;
}

pre {
  font-family: 'Courier New','monospace';
  font-size: 14px;
  font-weight: bold;
  margin: 16px 16px;
}

.dot, .g, .s {
  font-size: 48px;
  position: relative;
}

.dot {
  font-family: 'helvetica', 'helvetica neue';
  top:-20px
}

.g {
  color: #3E8ACC;
  top:-20px
}

.s {
  color: #079502;
  top:-10px
}

#hero-text {
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  font-size: 92px;
}

/* Code styles */
pre.prettyprint {
  padding: 4px 2px;
}

span.com {
  color: #8c8c8c;
}

span.kwd {
  color: blue;
}

span.str {
  color: #008a00;
}

#results {
  white-space: pre;
}

.img {
  text-align: center;
  margin: 24px 0;
  font-style: italic;
}

.img img {
  max-width: 90%;
}


code {
  color: rgb(0, 138, 0);
  background-color: rgb(245, 245, 245);
}

.content li {
  margin-top: 6px;
  margin-bottom: 6px;
}

.index-btns a {
  margin-top: 8px;
}

textarea#script {
  height: 12em;
}

@media(max-width:756px){
  textarea#script {
    height: 3em;
  }
}