
@import url(http://fonts.googleapis.com/css?family=Raleway);

h1, h2, p {
  font-family: "Raleway", sans-serif;
}

/*h1 {
  font-size: 100px;
  text-align: center;
  color: #F07818;
  margin-bottom: 0;
}
*/
/*h2 {
  font-size: 20px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  color: #F0A830;
  margin-bottom: 20px;
}
*/
/*span {
  font-weight: lighter;
}*/
.pos-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.demo-img {
	width: 350px;
	height: 351px;
	border-radius: 5px;
}

.descrip {
  font-size: 15px;
  line-height: 0;
  color: #D66A00;
}

.code-view {
  width: 245px;
  font-size: 14px;
}