h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  text-indent: 5px;
  font-weight: bold;
}

p {
  font-size: 16px;
}

ul {
  margin: 0;
  text-indent: 10px;
}

strong {
  color: blue;
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

h3+p{
  margin-left: 5px;
}
.row ul{
  text-indent: 0;
}