#promo {
  text-align:center;
  padding:40px;
  background:url(../../assets/img/brush.jpg)no-repeat;
  background-size:cover;
}

.jumbotron {
  max-width:100%;
  margin:0 auto;
  padding:10px;
  border-radius:20px;
  background-color:rgba(255,255,255,0.75);
}
.hidden{
	display:none;
	visibility:hidden;
}
.bluetext{
  color:rgb(0,86,179)!important;
}

  .space_10px
  {
  	height: 10px;
  }

  .space_20px
  {
  	height: 20px;
  }

  .space_50px
  {
  	height: 50px;
  }

  .space_100px
  {
  	height: 100px;
  }
  .space_200px
  {
  	height: 200px;
  }

@media (min-width: 300px) {
  .jumbotron {
    padding:5px;
    margin:5px;
  }

}
@media (max-width: 320px) {
  .bluetext{
    font-size:70%;
    margin-bottom: 20px;
    padding-bottom:25px;
  }

}
