body {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
color: #414F5E;
text-align: center;
}
h1, h2 {
font-family: 'Merriweather', serif;
}
.jumbotron {
background: none;
height:250px;
}
.btn-imp {
 width:350px !important;
 color:#ffffff;
}
.text-center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.rubber_stamp {
  font-family: 'Vollkorn', serif;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: red;
  border: 5px solid red;
  float: left;
  padding: 10px 7px;
  border-radius: 10px;
  
  opacity: 0.8;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  position:absolute;
  top:20%;
}
.rubber_stamp::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: auto;
  min-height: 100%;
  top: -10px;
  left: -10px;
  padding: 10px;
}
