.puppybullet::before {
      content: url("../images/puppybullet.png");
      padding-right: 20px;
}
.image-small-right {
   max-width:150px;
   margin-left:10px;
   float:right;
}
.quote{
  text-align: center;
  font-size: 2.5rem;
  margin: auto;
  padding: 15px;
  border: 2px solid black;
  max-width: 70%;
  position: relative;
  margin-top: 50px;
  margin-bottom:50px;
}
blockquote{
  color: orange;
  text-shadow: -1px 1px #555;
  font-style: italic;
  position: relative;
  z-index: 20;
  background-color:inherit;
  border-left:0px;
}
.quote-left{
  position: absolute;
  top: -50px;
  left: -20px;
  width: 150px;
  text-align: left;
  z-index: 10;
  font-size: 7rem;
  color: grey;
  background-color: white;
  line-height: 200px;
}
.quote-right{
  position: absolute;
  bottom: -50px;
  right: -20px;
  width: 150px;
  text-align: right;
  z-index: 10;
  font-size: 8rem;
  color: grey;
  background-color: white;
  line-height: 200px;
}
.quote-small{
  font-size: 1.7rem;
  color: #336699;
  position: relative;
  z-index: 20;
  
  &:before{
    content: "\2014 \0020";
    width: 5px;
  }
}
.center-block {
   margin-left:auto;
   margin-right:auto;
   margin-bottom: 15px;
   display:block;
   text-align:center;
}

.jumbotron {
/*background-color: #f1f1f1;*/
font-size:6vw;
margin:0;
text-align: center;
margin-bottom:15px;
color:#14854f;
}

.headertron {
/*background-color: #f1f1f1;*/
font-size:4vw;
margin:0;
text-align: left;
margin-bottom:15px;
}
.cigar-background {
   background: url("../blog/images/sigaren/sigaar_achtergrond_panel.jpg");
   color:white;
   border-radius:15%;
}

.header-background {
   /*background: url("../images/tron_background.jpg");*/
}

