/*
 * Global styles.
 */
body, p, h1, h2, h3, h4, h5, h6 {
  color: #4c4c4c;
  /*font-family: 'Ubuntu', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}

.jumbotron p {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}

body {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #a2a0a0 !important;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  line-height: 1.1;
}

h1 {
  font-size: 3.8em;
}

h2 {
  font-size: 2.2em;
  margin-bottom: 1em;
}

h3 {
  font-size: 2em;
  font-size: 1.7em;
}

header {
  height: 10em;
  margin-bottom: 2em;
  margin-top: 1em;
}

table {
  margin-top: 2em;
}

code {
  background-color: #fff;
  font-size: .8em;
  color: #323232;
}

p {
  line-height: 1.5em;
}

p, li {
  font-size: 1.3em;
  color: #767676;
}

ul {
  margin-left: 2em;
  margin-right: 2em;
  text-align: justify;
}

li {
  margin-bottom: 1em;
}

/*
 * Give it a try styles.
 */
.try {
  padding-top: 2em;
}

.try .jumbotron p {
  margin-bottom: 2em;
}

.try br {
  line-height: 0.2 !important;
}

/*
 * Example styles.
 */
.examples h3 {
  margin-bottom: 1em;
  margin-top: 1em;
}

/*
 * Libraries styles.
 */
.libraries h2 {
  margin-top: 1em;
}

/*
 * Footer styles.
 */
footer {
  margin-bottom: 3em;
  margin-top: 2em;
  text-align: center;
}
