/* your styles go here */
.box-masonry {
  box-shadow:0 0 0 0;
  background:transparent;
}
.box-masonry .box-masonry-image {
  background:transparent;
}
body {
 background-color: black;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
h1, .h1 {
  font-size:1.8em;
}
h2, .h2 {
  font-size:1.6em;
}
h3, .h3 {
  font-size:1.4em;
}
h4, .h4 {
  font-size:1.2em;
}
h5, .h5 {
  font-size:1.1em;
}
pre { 
	color:white;
	background-color:transparent;
	border: 0px;
}

